1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Commit graph

1822 commits

Author SHA1 Message Date
Brian Fiete
425284f023 Added NoExtension 2020-10-22 11:51:25 -07:00
Brian Fiete
b6db69d2b0 Fixed extension initializers and dtors. [NoExtension]. Extension warning 2020-10-22 11:33:13 -07:00
Brian Fiete
6e71cbc765 Fixed indenting for op-assignment operator overloads 2020-10-22 07:05:11 -07:00
Brian Fiete
9b5324d343 Merge remote-tracking branch 'origin/master' 2020-10-22 06:31:44 -07:00
Brian Fiete
f8213b8320 mintest trim 2020-10-22 06:31:39 -07:00
Brian Fiete
4449952235 More methodref fixes 2020-10-22 06:31:31 -07:00
Brian Fiete
957cf7661c
Update README.md 2020-10-22 06:13:45 -07:00
Brian Fiete
b16f8b303e Filter false sret detection for valueless type 2020-10-21 10:20:06 -07:00
Brian Fiete
6a9cb287f8 Fixed documentation issues 2020-10-21 09:56:22 -07:00
Brian Fiete
bf5e689029 Fixed documentation on member with attributes 2020-10-21 09:34:08 -07:00
Brian Fiete
49788037cc Merge remote-tracking branch 'origin/master' 2020-10-21 09:06:26 -07:00
Brian Fiete
2aa2611362 Fixed closing paren detection issue 2020-10-21 09:06:19 -07:00
Brian Fiete
e77fcebba5
Merge pull request #630 from obstecle/patch-1
Changed personal environment using user profile
2020-10-21 05:27:29 -07:00
Alam
d50d90fdca
Changed personal environment using user profile 2020-10-21 12:00:21 +08:00
Brian Fiete
49a4536e1e Fixed chained GCMarkMember 2020-10-20 07:30:25 -07:00
Brian Fiete
affd740ff4 Field lambda name collision inside field ctor with multiple ctors 2020-10-20 06:44:06 -07:00
Brian Fiete
a3211809c6 Fixed issue with nested valueless lambdas 2020-10-20 05:23:39 -07:00
Brian Fiete
eaeb5ab6f8 Allow => funcPtr function binding 2020-10-19 15:32:13 -07:00
Brian Fiete
d46c60d956 Fixed tuple duplicate name check circular dependency issue 2020-10-17 16:31:46 -07:00
Brian Fiete
1a44732189 Clear paren pair list on new statement 2020-10-17 13:09:18 -07:00
Brian Fiete
743a8da08b Reworked IDE paren pair support 2020-10-17 12:59:10 -07:00
Brian Fiete
95c603ada5 Fixed dbg evaluation issue with chained sret calls 2020-10-17 10:52:54 -07:00
Brian Fiete
79d13a3626 Fixed aggregate return issue 2020-10-17 07:03:09 -07:00
Brian Fiete
2a57d9d447 Fixed line paste indent issues 2020-10-17 06:46:16 -07:00
Brian Fiete
a700a6bbd2 Fixed method evaluation with property target 2020-10-17 06:11:32 -07:00
Brian Fiete
687addf7a5 Fixed false method reification during conversion operator checking 2020-10-16 17:54:19 -07:00
Brian Fiete
852748ae1f Fix for default values referencing composite global variables 2020-10-16 14:30:49 -07:00
Brian Fiete
7473fdeaa6 Fixed broken fp legalization 2020-10-16 13:49:22 -07:00
Brian Fiete
fe7d3d80e7 Fixed issues with chained dtors in extensions 2020-10-15 12:05:50 -07:00
Brian Fiete
3bb94764d2 Added missing 'internal' string 2020-10-15 11:27:32 -07:00
Brian Fiete
1013383202 BeefPerf scroll wheel fixes 2020-10-15 10:51:31 -07:00
Brian Fiete
72411118c2 Added safe mode 2020-10-15 10:44:29 -07:00
Brian Fiete
72242aa31c Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
Brian Fiete
a944aa6d24 Fix for undef index of sized array 2020-10-14 17:37:25 -07:00
Brian Fiete
5e4ecade6d Autocomplete MRU fix for 'return' 2020-10-14 11:46:53 -07:00
Brian Fiete
f9c632cbe7 Parse fix with semicolon following generic constraints 2020-10-14 11:46:33 -07:00
Brian Fiete
6b27f0f0b2 Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
Brian Fiete
7349cdf50f Fixed Go To Definition crash with no methodDecl 2020-10-13 15:09:06 -07:00
Brian Fiete
13ca09a464 Fixed splat interference with methodRef 2020-10-13 13:42:23 -07:00
Brian Fiete
0b02483971 Debugging helpers 2020-10-13 13:41:41 -07:00
Brian Fiete
f1b685b4c7 Throws error on duplicate tuple field name 2020-10-13 10:32:56 -07:00
Brian Fiete
640a20c961 Made Home/End go to extents of symbol being renamed 2020-10-13 08:01:28 -07:00
Brian Fiete
c3b697c0a4 Fixed ctrl+click Go To Definition timing issue 2020-10-13 07:27:25 -07:00
Brian Fiete
14609dc636 Fix for WantX after deleting selection 2020-10-12 17:49:22 -07:00
Brian Fiete
ddad5bd492 Support for expression-bodied indexers 2020-10-12 17:48:59 -07:00
Hunter Bridges
81b909c541 Fix misc bugs w/ IDE build in folders with a space
- Add quotes to bin/msbuild.bat paths
- Tweak PostBuildCmds in Debugger64 and IDEHelper
- Tweak Debug paths in IDE project to be relative to Workspace
- Modify AppendWithOptionalQuotes to not add more quotes if source string already in quotes
- Modify quoting behavior in build shell command construction
2020-10-12 15:49:25 -07:00
Brian Fiete
29beeb4e77 Fixed PgUp/PgDown in autocomplete list 2020-10-12 11:23:22 -07:00
Brian Fiete
71eca79ef1 Fixed Abs codegen bug with spilled vregs 2020-10-12 11:11:18 -07:00
Brian Fiete
d24f169181 Better array size fix with missing commas 2020-10-12 10:22:42 -07:00
Brian Fiete
9332693132 Improved minidump debugging 2020-10-12 10:12:18 -07:00