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

3754 commits

Author SHA1 Message Date
Brian Fiete
42e837301b Improved undef handling of unspecialized const generic arg 2022-04-18 11:04:45 -07:00
Brian Fiete
a30e539d29 Allow Compiler.Emit during lambda capture phase 2022-04-18 10:42:08 -07:00
Brian Fiete
1a93660416 Better handling of undef const expressions 2022-04-18 07:57:15 -07:00
Brian Fiete
071dfa8e09 Restrict const expression usage to generic arguments 2022-04-18 07:16:45 -07:00
Brian Fiete
2b9443744b Const generic arg fixes 2022-04-17 17:46:35 -07:00
Brian Fiete
b9a9a4bfac Improved emit embeds for method entry/exit 2022-04-17 12:44:31 -07:00
Brian Fiete
6a8bbd1240 Added GetGenericArgType to MethodInfo 2022-04-17 12:43:49 -07:00
Brian Fiete
7e59c7fb93 Added static search lookup for mixins 2022-04-17 10:34:42 -07:00
Brian Fiete
501491d875 Fixed inlining of stack restore instruction 2022-04-17 10:18:51 -07:00
Brian Fiete
0de3a62e8b Fixed infinite emit refresh loop with non-deterministic emits 2022-04-17 09:56:52 -07:00
Brian Fiete
f3f2f4c6ec File-scoped namespaces 2022-04-17 08:40:25 -07:00
Brian Fiete
2d808ec649 Slight change to Emit tag drawing 2022-04-17 08:01:49 -07:00
Brian Fiete
ea637c5684 mEmitSourceMap hash fix 2022-04-17 07:35:53 -07:00
Brian Fiete
9687e7dccc FieldDef null check 2022-04-17 06:34:34 -07:00
Brian Fiete
44ecb92315 Auto ctor fixes 2022-04-16 16:43:21 -07:00
Brian Fiete
87f3aa0335 Parse fix with misplaced custom attributes 2022-04-16 14:29:43 -07:00
Brian Fiete
166ff4d5e3 Handle spaces in path to wasm rt lib 2022-04-16 13:55:35 -07:00
Brian Fiete
0ee3259eb1 Safe mode fixes 2022-04-16 13:44:04 -07:00
Brian Fiete
69fbaf670d Fixed fallthrough inside 'if' or another break scope 2022-04-16 13:40:30 -07:00
Brian Fiete
a3cae3d674 BF_MACHINE defines 2022-04-16 13:23:53 -07:00
Brian Fiete
cc4e2aa81d Interop type fixes 2022-04-16 13:23:20 -07:00
Brian Fiete
e9c85529a6 mGlobalsTargetType NULL check 2022-04-16 13:22:47 -07:00
Brian Fiete
229c7fbd12 More explicit alignments 2022-04-16 13:22:32 -07:00
Brian Fiete
fb8d528c6b Unindent fix with empty line at end of file 2022-04-16 10:44:58 -07:00
Brian Fiete
3a70cfaada Cmp swap legalization fix with lifetimeEnd passover 2022-04-16 10:34:33 -07:00
Brian Fiete
cbce1f4558 Larger internal buffer for mPDBPath 2022-04-16 10:17:02 -07:00
Brian Fiete
7aabf04e40
Merge pull request #1525 from eveningstarinc/hunterbridges/VAListFix
VarArgs multiplatform compatibility tweak
2022-04-16 09:42:35 -07:00
Brian Fiete
f9b7c5d972
Merge pull request #1510 from m910q/FixDateTimeSubtraction
Fixed DateTime subtractions with TimeSpan
2022-04-16 09:39:54 -07:00
Brian Fiete
27464c3a73 miniz.c 2022-04-16 09:39:10 -07:00
Brian Fiete
17e9963d71 Add warning to always-true and always-false 'is' checks 2022-04-16 09:00:51 -07:00
Brian Fiete
00f663f6cc Add ZipFile 2022-04-16 09:00:23 -07:00
Brian Fiete
f49b1b5cf9 auto& fix 2022-04-16 08:26:38 -07:00
Brian Fiete
61a39f2a92 Fixed reformat opening collapsed regions 2022-04-16 08:23:43 -07:00
Brian Fiete
2205090e73 Compiler.Assert to Runtime.Assert 2022-04-16 07:45:20 -07:00
Brian Fiete
b9ad5aa61e BfCeTypeEmitSourceKind decl 2022-04-16 07:33:53 -07:00
Brian Fiete
e30ca6efb9 Fixed generic const bool specification 2022-04-16 07:30:55 -07:00
Brian Fiete
946a72d21d Null check in LoadProperty 2022-04-16 07:26:50 -07:00
Brian Fiete
54e02c59cd Added ConstEval to Compiler.Assert 2022-04-16 07:16:35 -07:00
Brian Fiete
8730f35c30 Fixed null case in GetSourceClassifier 2022-04-16 07:16:18 -07:00
Brian Fiete
9000cafd73 Fixed emit view cases in generics with multiple emit locations 2022-04-16 06:55:30 -07:00
Brian Fiete
2802bf87b2 miniz 2022-04-16 06:33:16 -07:00
Brian Fiete
4d1e14a1c3 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
Hunter Bridges
0618278b36 Fix ToVAListPtr return type 2022-04-15 19:46:59 -07:00
Hunter Bridges
035d4e507f VarArgs multiplatform compatibility tweak
- Increased size of VarArgs.mVAList on non-Windows platforms
- Add ToVAListPtr() which returns &mVAList on all platforms
2022-04-15 18:21:43 -07:00
m910q
1b646b091c Fixed DateTime subtractions with TimeSpan
TimeSpan subtractions on DateTime was adding instead of subtracting.
2022-04-03 19:03:12 +02:00
Brian Fiete
ee27f6fd02 Properly resize tabs when files rename 2022-04-02 07:25:17 -07:00
Brian Fiete
560a7eb7a7 Support custom headers 2022-04-02 07:24:43 -07:00
Brian Fiete
d1902c4926 Disable project add/remove/rename while compiling 2022-04-02 07:19:32 -07:00
Brian Fiete
3208a9d484 Merge remote-tracking branch 'origin/master' 2022-04-02 06:19:11 -07:00
Brian Fiete
731d8591d2
Merge pull request #1509 from EinScott/corlib-fix
make console write take stringview consistently
2022-04-02 06:18:56 -07:00