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

2687 commits

Author SHA1 Message Date
Brian Fiete
c939ec1cf6 Disallow argument cascade in indexer 2021-10-31 10:17:41 -07:00
Brian Fiete
e5d70947d9 Fixed new/delete constraint checking 2021-10-31 10:04:04 -07:00
Brian Fiete
a17f57f4c6 Fixed deferred mouseover hoverwatch mismatch 2021-10-31 09:48:04 -07:00
Brian Fiete
72cb353515 Fixed new/delete chained constraint checking 2021-10-31 08:36:34 -07:00
Brian Fiete
7a8592268c Fixed extern generic constraint and var constraint issues 2021-10-31 08:21:30 -07:00
Brian Fiete
dfb16336a2 Fixed var assignment detection 2021-10-31 07:39:54 -07:00
Brian Fiete
7436b201be Fixed documentation-finding with attributed declarations 2021-10-31 07:31:08 -07:00
Brian Fiete
41f7fd57e6 Type deconstification 2021-10-30 21:41:10 -07:00
Brian Fiete
701cb15349 Fixed error on attributed property access 2021-10-30 08:10:52 -07:00
Brian Fiete
319f071eae Fixed some invalid error squiggles with undef-sized arrays 2021-10-30 07:36:14 -07:00
Brian Fiete
e0103b7dd7
Merge pull request #1182 from disarray2077/trygetvaluealt
Add `TryGetValueAlt` and `ContainsAlt` to Dictionary
2021-10-30 06:37:10 -07:00
Brian Fiete
29e374bcab
Merge pull request #1184 from miere43/fix-char8
Fix incorrect search & replace for "char => char8" in comments
2021-10-30 06:36:09 -07:00
Brian Fiete
fab2216c4d
Merge pull request #1183 from miere43/path-combine-stringview
Pass "components" argument as StringView[] in Path.InternalCombine
2021-10-30 06:35:19 -07:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
miere43
b109396024 Pass "components" argument as StringView[] in Path.InternalCombine 2021-10-29 23:10:26 +03:00
Brian Fiete
b10edc6f0a Fixed dyn scope detection in null conditional 2021-10-28 10:48:05 -07:00
Brian Fiete
e018c08134 Sized array encoding fix 2021-10-28 09:33:27 -07:00
Brian Fiete
e5e11d52d4 Fixed EvaluateWithNewScope in const eval 2021-10-28 09:33:11 -07:00
Brian Fiete
3fef480737 Emitted method rebuild fix 2021-10-28 08:26:24 -07:00
Brian Fiete
9de99cd422 Comptime method reflection fixes 2021-10-28 08:26:12 -07:00
Brian Fiete
db839035c0 Bad text removed 2021-10-28 08:07:29 -07:00
Brian Fiete
e6e30f4662 64-bit compatible enum mismatch display 2021-10-28 08:05:37 -07:00
Brian Fiete
0bfa411d22 Emitted code refactor - copied typedefs 2021-10-28 08:05:14 -07:00
disarray2077
5b2801cbae Add ContainsAlt to Dictionary 2021-10-27 23:37:09 -03:00
disarray2077
5b02c68372 Add TryGetValueAlt to Dictionary 2021-10-27 23:29:03 -03:00
Brian Fiete
f7853fc348 Fixed method parameter parsing with decltype 2021-10-26 10:52:55 -07:00
Brian Fiete
ea8b80497d Self is type alias definition now refers to outer type 2021-10-26 10:45:45 -07:00
Brian Fiete
ea5e5fd82a Reversed test 2021-10-26 10:33:08 -07:00
Brian Fiete
d9e5253fdf Missing PopulateType call 2021-10-26 10:33:00 -07:00
Brian Fiete
d11ce0c48c Reversed enumerator for Span 2021-10-26 10:32:47 -07:00
Brian Fiete
51622658dc Fixed multiline inline block parsing 2021-10-26 07:38:14 -07:00
Brian Fiete
67ce0dcfee Fixed bind result origTarget override 2021-10-26 07:37:46 -07:00
Brian Fiete
30ee2516ca Error for argument cascade when call target cascade is already specified 2021-10-26 06:35:51 -07:00
Brian Fiete
1a37f5e0ad 2d cels 2021-10-26 06:16:13 -07:00
Brian Fiete
71bc9077a1 Remove debug 2021-10-26 06:15:49 -07:00
Brian Fiete
299bea0eaa ^ From End index is relative to length instead of length-1 2021-10-26 06:15:36 -07:00
Brian Fiete
fa3198f82a
Merge pull request #1158 from Fusioon/console-clear
Implement Console.Clear
2021-10-25 13:28:03 -07:00
Brian Fiete
bb0bd55e2f
Merge pull request #1170 from miere43/iunknown-return-uint32
Return uint32 from COM_IUnknown.AddRef and Release methods
2021-10-25 13:26:53 -07:00
miere43
48845ef80a Return uint32 from COM_IUnknown.AddRef and Release methods 2021-10-25 22:46:45 +03:00
Brian Fiete
38c5bd747e Enumerate through base types, respect .DeclaredOnly 2021-10-25 10:29:04 -07:00
Brian Fiete
076be19488 MemCpy fix for reg composite sret 2021-10-25 08:45:34 -07:00
Brian Fiete
4b7ad7036c Dependency fix for elemented types (ie: pointer types) 2021-10-24 16:07:12 -07:00
Brian Fiete
20af4e2adc Remove unused ToString 2021-10-24 13:41:33 -07:00
Brian Fiete
14794e5574 IndexRange protection fix 2021-10-24 09:00:24 -07:00
Brian Fiete
1fd19c7672 Minlib index additions 2021-10-24 09:00:04 -07:00
Brian Fiete
66eacca775 Index + range support 2021-10-24 08:36:26 -07:00
Brian Fiete
05a65287d3 System.Index support 2021-10-24 08:24:53 -07:00
Brian Fiete
27fd5552cc Enhanced ranges 2021-10-24 08:12:18 -07:00
Brian Fiete
eec2cb5e6c Fixed unspecialized type reification issue 2021-10-23 08:53:12 -07:00
Brian Fiete
5618718e8d Fixed base type with 'static using' typeref lookup 2021-10-23 08:46:17 -07:00