Brian Fiete
|
61f54a4f88
|
Comptime math and bug fixes
|
2021-01-26 06:33:23 -08:00 |
|
Brian Fiete
|
b1432782a8
|
Fixed foreach ref iteration with sized arrays
|
2021-01-20 13:18:03 -08:00 |
|
Brian Fiete
|
966b740e6c
|
Fixed zero-sized sized array foreach
|
2021-01-19 05:40:15 -08:00 |
|
Brian Fiete
|
f665388e91
|
Expanded const aggregate compatibility
|
2021-01-18 14:09:16 -08:00 |
|
Brian Fiete
|
83069fa216
|
Fixed issue enumerating over concrete interface
|
2021-01-15 15:01:45 -08:00 |
|
Brian Fiete
|
4890303508
|
Added comptype
|
2021-01-15 14:28:21 -08:00 |
|
Brian Fiete
|
bb12a4ec20
|
Lambda return type inference
|
2021-01-14 06:24:34 -08:00 |
|
Brian Fiete
|
e3f51e39ed
|
Added 'concrete' constraint
|
2021-01-13 09:24:15 -08:00 |
|
Brian Fiete
|
8f3060fd3c
|
Comptime method reflection, method entry/exit emission
|
2021-01-13 05:09:09 -08:00 |
|
Brian Fiete
|
bc8758bbac
|
Removed mDtorDef, fixed MethodSpecializationRequest on emitted method
|
2021-01-11 10:52:44 -08:00 |
|
Brian Fiete
|
3bbf2d8313
|
Comptime updates, start of metaprogramming support
|
2021-01-08 16:21:03 -08:00 |
|
Brian Fiete
|
fb2e70c04a
|
Fixed SetSwitchDefaultDest issue
|
2021-01-06 04:31:23 -08:00 |
|
Brian Fiete
|
301f9eb1c1
|
Fixed const eval issues with generics
|
2021-01-05 05:55:41 -08:00 |
|
Brian Fiete
|
07bb71150d
|
Fixed issue with failed variable bind in enum case
|
2021-01-04 13:44:11 -08:00 |
|
Brian Fiete
|
2ac2fe70fb
|
Fixed string interpolation scoping, {{ }} escaping
|
2021-01-04 06:33:39 -08:00 |
|
Brian Fiete
|
706fe9e04b
|
var-return support for const eval methods
|
2020-12-30 13:24:13 -08:00 |
|
Brian Fiete
|
ff1f8aff3f
|
Initial const eval feature release
|
2020-12-23 08:53:38 -08:00 |
|
Brian Fiete
|
be929c3626
|
ConstEval updates, better const struct support
|
2020-12-22 04:50:37 -08:00 |
|
Brian Fiete
|
9b80c26d0a
|
More const eval progress
|
2020-12-19 14:19:33 -08:00 |
|
Brian Fiete
|
a3ea79cd62
|
Fix to switch fix
|
2020-12-19 11:01:10 -08:00 |
|
Brian Fiete
|
49c2a69a45
|
Fixed incorrectly allowed type mismatch on payload enum case
|
2020-12-19 08:26:00 -08:00 |
|
Brian Fiete
|
6bb363fb4b
|
CTFE updates, including heap support
|
2020-12-17 04:51:05 -08:00 |
|
Brian Fiete
|
6d058ba59c
|
Expanding CTFE
|
2020-12-14 03:50:28 -08:00 |
|
Brian Fiete
|
577e199dcd
|
Start of compile-time function evaluation
|
2020-12-13 08:04:42 -08:00 |
|
Brian Fiete
|
8d3b0d9e59
|
Fixed while(false) loop
|
2020-12-06 09:06:14 -08:00 |
|
Brian Fiete
|
af53623536
|
fix fix
|
2020-12-05 13:27:51 -08:00 |
|
Brian Fiete
|
b264d7e4cb
|
Fixed invalid generic param 'can never be null' warning
|
2020-12-05 09:22:59 -08:00 |
|
Brian Fiete
|
195a699af4
|
Fixed early-exit cases in ctor
|
2020-12-04 06:29:25 -08:00 |
|
Brian Fiete
|
0c51826a42
|
Fixed Go to Definition for enumerators with a Dispose method
|
2020-11-30 09:56:43 -08:00 |
|
Brian Fiete
|
d4d74ed37c
|
Fixed switch with constant value and fallthroughs
|
2020-11-04 09:23:34 -08:00 |
|
Brian Fiete
|
6b27f0f0b2
|
Internal protection, 'using internal <type or namespace>;`
|
2020-10-14 11:33:41 -07:00 |
|
Brian Fiete
|
fd3265445d
|
Fixes for new out-var rules, unassigned variable detection
|
2020-09-22 07:44:47 -07:00 |
|
Brian Fiete
|
965e2e2930
|
Moved scope of 'if (Call(var X))' arguments into the if parent's scope
|
2020-09-21 17:53:22 -07:00 |
|
Brian Fiete
|
5b8d2ffee2
|
Improvements to unassigned variable detection
|
2020-09-21 13:58:00 -07:00 |
|
Brian Fiete
|
8c2352517c
|
Allow delete of interface pointer
|
2020-09-16 15:56:28 -07:00 |
|
Brian Fiete
|
64b9114911
|
Changes 'unreachable code' to use mIgnoreWrites
|
2020-09-16 04:29:21 -07:00 |
|
Brian Fiete
|
8def1d4522
|
Reflection changes - interface info, boxed type
|
2020-09-14 06:54:49 -07:00 |
|
Brian Fiete
|
4c69cb6f62
|
Labeled switch break fix
|
2020-09-06 11:10:04 -07:00 |
|
Brian Fiete
|
27e2ed1598
|
Switch fix
|
2020-09-06 10:26:39 -07:00 |
|
Brian Fiete
|
97fd278e07
|
Fixed scope issue for scope-allocated value as switch value
|
2020-09-04 09:53:47 -07:00 |
|
Brian Fiete
|
5a3701fa90
|
Fixed valueless alias, warn on unused attribute
|
2020-08-16 15:56:09 -07:00 |
|
Brian Fiete
|
99419097c5
|
Added [IgnoreErrors] block attribute
|
2020-08-16 08:33:51 -07:00 |
|
Brian Fiete
|
9d5d5b4063
|
Added alloctype(T)
|
2020-08-12 15:07:56 -07:00 |
|
Brian Fiete
|
b1f741b1f0
|
Fixed ref iteration over valueless types
|
2020-07-22 15:32:27 -07:00 |
|
Brian Fiete
|
037b2ac1e4
|
Added reflection category to distinct build options (wip)
|
2020-07-11 16:24:07 -07:00 |
|
Brian Fiete
|
229a5aa5c5
|
Initializer expressions
|
2020-06-18 06:12:14 -07:00 |
|
Brian Fiete
|
44a4702ab4
|
Fixed deferred delete:null
|
2020-06-17 06:06:03 -07:00 |
|
Brian Fiete
|
cbacf99a61
|
Fixed erroneous tempaddr takeover in var decl
|
2020-06-16 07:50:00 -07:00 |
|
Brian Fiete
|
08e38a03f9
|
Added [?] implied size for sized arrays with initializers
|
2020-06-13 08:36:39 -07:00 |
|
Brian Fiete
|
5da74382d4
|
Interop fixes and tests, fixing xplat struct passing issues
|
2020-06-10 07:12:07 -07:00 |
|