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

3497 commits

Author SHA1 Message Date
Brian Fiete
0d7a7e98e4 Merge remote-tracking branch 'origin/master' 2022-03-31 06:58:07 -07:00
Brian Fiete
bd5c36bd32 DocPrep update 2022-03-31 06:57:53 -07:00
Brian Fiete
84e5a88183 cloc update 2022-03-31 06:57:43 -07:00
Brian Fiete
4e0ba6b746 IntUnknown fix 2022-03-31 06:57:30 -07:00
Brian Fiete
cd31d2e2be
Merge pull request #1505 from disarray2077/patch-11
Fix TypeOf TypeCode in AttributeInfo.bf
2022-03-29 13:05:12 -07:00
disarray2077
9c6afa8134
Fix TypeOf TypeCode in AttributeInfo.bf 2022-03-26 11:41:53 -03:00
Brian Fiete
474454382f wasm improvements 2022-03-24 11:59:00 -07:00
Brian Fiete
17b29c7227 Fixed attempt to declare base type for an interface 2022-03-23 17:07:31 -07:00
Brian Fiete
72126ba80c PDB symbol 'case 7' fix 2022-03-23 16:49:19 -07:00
Brian Fiete
b416c836d9 MinRT fixes 2022-03-23 16:49:00 -07:00
Brian Fiete
e031236d10 New icon 2022-03-23 09:36:31 -07:00
Brian Fiete
28cb2b8e9d Added c_bool 2022-03-23 09:35:34 -07:00
Brian Fiete
6e38c1c3b6 Placeholder implementation for constraint expressions 2022-03-23 09:35:02 -07:00
Brian Fiete
dead14fac6 Removed error on GetRawMethodInstance null result 2022-03-23 09:22:23 -07:00
Brian Fiete
7958b3a38d Fixed IsCompatibleInterfaceMethod case with generic params 2022-03-21 11:56:11 -07:00
Brian Fiete
18794e7db6 Comptime debugging fix with non-incremental builds (ie: Release) 2022-03-21 11:14:19 -07:00
Brian Fiete
cab7f3cdb7
Merge pull request #1501 from EinScott/corlib-fix
string quote/unquote/escape/unescape fix
2022-03-19 22:03:39 +01:00
EinBurgbauer
f1f6a2fa8a fix unquotestring spelling 2022-03-19 21:45:52 +01:00
EinBurgbauer
bdb5ec01ea fix unquote length, support x escape 2022-03-19 21:20:18 +01:00
EinBurgbauer
9f9f21fb8e fix string unescape, add escape, fix obsoletes 2022-03-19 21:14:21 +01:00
Brian Fiete
ccdabc800a Call Quote 2022-03-19 12:31:21 -07:00
Brian Fiete
b1d3ea8013 Renamed QuoteString to Quote, UnQuoteString to Unquote 2022-03-19 12:30:35 -07:00
Brian Fiete
e00cfcf0b6
Merge pull request #1500 from Booklordofthedings/master
Add in UnEscape Function for Strings
2022-03-19 20:25:26 +01:00
Brian Fiete
c6a7af2a4b Fixed dependency of alias types 2022-03-19 12:24:56 -07:00
Booklordofthedings
93365ad0ac Moved code out of UnEscapeString 2022-03-19 20:08:38 +01:00
Jannis vH
cf26a44195
Merge branch 'beefytech:master' into master 2022-03-19 19:53:32 +01:00
Brian Fiete
ad35a8a254 Fixed implicit cast from void to StringView 2022-03-19 11:38:19 -07:00
Jannis vH
d2ac2a7e7c
create UnEscapeString function 2022-03-19 19:34:21 +01:00
Brian Fiete
84d4084f83 Fixed handling of splattable 'params' types like 'Span<T>' 2022-03-19 10:45:04 -07:00
Brian Fiete
69028249d7 Improved handling of recursive type aliases 2022-03-19 10:09:14 -07:00
Brian Fiete
9ee38354f7 Fixed fixit for unused local variables in methods with local methods 2022-03-19 09:31:16 -07:00
Brian Fiete
87d403f72e Suppress 'unreachable code' for 'System.Compiler' comparison branches 2022-03-19 09:16:51 -07:00
Brian Fiete
7cb92e4007 Allow ? match to 'out' during CheckMethod 2022-03-19 08:20:51 -07:00
Brian Fiete
fad6b49908 Fixed some info mouseovers while debugger is active 2022-03-19 08:19:48 -07:00
Brian Fiete
323e69bbd6 Fixed errors with null param typeref 2022-03-19 07:35:28 -07:00
Brian Fiete
332bebe4ff Symbol rename fixes for extended utf8 chars 2022-03-19 07:01:45 -07:00
Brian Fiete
0672f43d74 Fixed let ptr = append decltype(_member)(); case 2022-03-19 06:13:20 -07:00
Brian Fiete
acb64dad0f Fixed enum case initialization from method call 2022-03-18 22:00:53 -07:00
Brian Fiete
af6ac720c7 Fixed formatting of enums with comments 2022-03-18 18:34:49 -07:00
Brian Fiete
df02aa3b6a Fixed linker error where startup object is a static block 2022-03-18 18:22:10 -07:00
Brian Fiete
676e7988fb Fixes from valgrind 2022-03-18 18:06:14 -07:00
Brian Fiete
0feaaded22 Display type name in System.Type debug summary string 2022-03-17 17:04:32 -07:00
Brian Fiete
e64ba8a8a3 Improved enum displays and [Type] for System.Type 2022-03-17 16:56:56 -07:00
Brian Fiete
7dc09b38f9 Fix for formatting of readonly ref on properties 2022-03-17 12:10:52 -07:00
Brian Fiete
f61654dfec Merge remote-tracking branch 'origin/master' 2022-03-17 11:47:42 -07:00
Brian Fiete
fea7ba67f8
Merge pull request #1492 from disarray2077/patch-10
Fix `CustomAttributeEnumerator`
2022-03-17 19:47:19 +01:00
Brian Fiete
fa152a0084
Merge pull request #1490 from disarray2077/patch-9
Improve ConvertTo Variant
2022-03-17 19:46:10 +01:00
Brian Fiete
4b8099ad58
Merge pull request #1489 from disarray2077/patch-7
Increase StaticInitPriority of FFIType
2022-03-17 19:45:48 +01:00
Brian Fiete
88e2936420 Fixed GotoRefrenceAtLine for VS-style error locations 2022-03-17 11:37:09 -07:00
Brian Fiete
a64e595416 Fixed unspecialized variation assert 2022-03-17 11:27:06 -07:00