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

3754 commits

Author SHA1 Message Date
Brian Fiete
a10ad8d6fe Improved comptime var, undef, unspecialized variation 2022-01-20 08:18:28 -05:00
Brian Fiete
3c091be0d5 Reduced brightness of char pair hilite 2022-01-20 08:16:15 -05:00
Brian Fiete
17efad740d Test fix 2022-01-19 18:12:58 -05:00
Brian Fiete
11b43b0d1c Soft fail on watchers 2022-01-19 18:03:28 -05:00
Brian Fiete
7c6bdeffbe Improvements to new conversion operator overload invoker 2022-01-19 14:34:47 -05:00
Brian Fiete
5267e18783 'var' improvements, fixed cast issues with typed prim & constraint check 2022-01-19 10:38:20 -05:00
Brian Fiete
1b9e97a65c Cast fix 2022-01-18 18:27:29 -05:00
Brian Fiete
66cfe1b28c Paired char hilite selection tweak 2022-01-18 13:36:56 -05:00
Brian Fiete
7e0d3407cc Paired char hiliting tweaks 2022-01-18 13:26:43 -05:00
Brian Fiete
fa01e7ad17
Merge pull request #1375 from blat-blatnik/HighlightMatchingParens
Highlight matching parens under cursor
2022-01-18 12:31:11 -05:00
Brian Fiete
3bb7f72116 Minor workspace folder tweaks 2022-01-18 12:01:56 -05:00
Brian Fiete
7cea21af97
Merge pull request #1387 from Fusioon/workspace-folders
Add support for workspace folders
2022-01-18 11:30:25 -05:00
fusion
c321ef490c Remove project from workspace folder on project remove 2022-01-18 17:25:04 +01:00
Brian Fiete
cf7b6a7fee
Merge pull request #1384 from disarray2077/patch-1
Fix null dereference crash in parser
2022-01-18 11:06:25 -05:00
Brian Fiete
26df78fce2 Ref fix 2022-01-18 11:04:29 -05:00
Brian Fiete
ce288ad813 Better COFF errors 2022-01-18 10:34:51 -05:00
Brian Fiete
95a27d5e93 Fixes to new conversion overload invoker 2022-01-18 10:34:33 -05:00
Brian Fiete
4fd0623451 GC read fail fix 2022-01-18 06:44:20 -05:00
Brian Fiete
bac91516e7 Constraint check fixes 2022-01-18 06:44:08 -05:00
Brian Fiete
b2eac81857 Improved some PDB failure cases 2022-01-18 06:41:34 -05:00
fusion
c5061009ac Add support for workspace folders 2022-01-18 01:59:57 +01:00
Brian Fiete
bf5c19269b Allow generic conversion operators 2022-01-17 17:10:37 -05:00
Brian Fiete
c2461c8554 Allow crepr on enum 2022-01-17 17:09:50 -05:00
Brian Fiete
c7d2d2e9bd Make conversion operators use standard method matcher 2022-01-17 16:14:40 -05:00
Brian Fiete
15e1986a1c Self resolution fix 2022-01-16 08:49:08 -05:00
Brian Fiete
130c5fe8c8 Fixes to UndoDeclaration 2022-01-16 08:29:00 -05:00
Brian Fiete
296faa7510 Fixed TypeEquals 2022-01-16 08:06:32 -05:00
Brian Fiete
c2ed003741 tryCE fix 2022-01-16 08:03:28 -05:00
Brian Fiete
913d60ef5b More sophisticated Self equality check (ie: 'Result<Self>') 2022-01-16 08:00:57 -05:00
Brian Fiete
c6ca4c8bb4 Don't unindent when typing ':' in multiline string literal 2022-01-16 08:00:23 -05:00
Brian Fiete
2b848a275c Fixed -safe cmd line arg 2022-01-16 08:00:04 -05:00
Brian Fiete
4e18517c03 Comptime can now run on unspecialized code 2022-01-16 07:59:51 -05:00
disarray2077
15b013010c
Fix null dereference crash in parser 2022-01-15 18:22:53 -03:00
Brian Fiete
a4a5d99fd0 Fixed static search for method params (fixes int[SIZE] resolution) 2022-01-15 09:35:56 -05:00
Brian Fiete
0d0d98f6d6 Improvements to generic inference with params 2022-01-15 08:53:41 -05:00
Brian Fiete
10e8136a9c Make IFloating infer INumeric 2022-01-15 08:53:09 -05:00
Brian Fiete
dc5ba5c67e sret disable call fix 2022-01-14 13:16:34 -05:00
Brian Fiete
c378ef6e92 Fixed function call from expression 2022-01-14 08:15:49 -05:00
Brian Fiete
b048cafcfd Fixed internal access in type aliases 2022-01-14 07:30:26 -05:00
Brian Fiete
3a87b926b3 Update TypeCode, fixed TypeOf value 2022-01-14 07:08:09 -05:00
Brian Fiete
e441032e4e Add a dependency on element type in boxed type 2022-01-14 07:07:33 -05:00
Brian Fiete
5bc9642d26 Improved calling convention for aarch64 2022-01-14 06:23:36 -05:00
Brian Fiete
a69dd47cea Autocomplete documentation fix with fuzzy autocomplete disabled 2022-01-13 18:32:26 -05:00
Brian Fiete
8f7f7cba21
Merge pull request #1376 from disarray2077/patch-6
Fix arithmetic overflow error in Random
2022-01-13 11:43:35 -05:00
Brian Fiete
a65b69bcd0 Allow type ids in comptype 2022-01-13 11:41:05 -05:00
Brian Fiete
1b5f85615a Disable lto on modules with dll exports (lld-link bug) 2022-01-13 11:40:44 -05:00
Brian Fiete
0c3f9a139d Comptime rebuild and hot compile fixes 2022-01-13 11:40:14 -05:00
Brian Fiete
b49cd5d12a Cmd line option to disable file recovery 2022-01-13 11:38:48 -05:00
disarray2077
44aa69fc1e
Fix arithmetic overflow error 2022-01-13 12:27:50 -03:00
Brian Fiete
63792924e0 Fixed CopyToDependents for DLLs 2022-01-12 12:58:51 -05:00