Brian Fiete
|
8aef7275d0
|
Added Compiler.Align
|
2022-08-28 07:41:35 -07:00 |
|
Brian Fiete
|
b1e1720f9d
|
Don't break in ce debugger when Fail is ignored (ie: unspec variants)
|
2022-07-28 11:54:48 -04:00 |
|
Brian Fiete
|
51713a1e34
|
Clear cached ce reflection data during type rebuild
|
2022-07-28 11:25:50 -04:00 |
|
Brian Fiete
|
7f328385db
|
Trailing whitespace trimming
|
2022-07-26 13:27:03 -04:00 |
|
Brian Fiete
|
b98503fab7
|
Fixed rebuild on comptime file content changes
|
2022-06-28 08:09:53 -07:00 |
|
Brian Fiete
|
1d2811f50d
|
Appended fields
|
2022-06-27 10:55:31 -07:00 |
|
Brian Fiete
|
2a55b5c7bb
|
Support System.Compiler values in comptime, SetReturnType, Enum helpers
|
2022-06-23 11:53:21 -07:00 |
|
Brian Fiete
|
abd511a93d
|
Added '->' operator, static indexer fix, RefCounted<T>
|
2022-06-22 08:35:25 -07:00 |
|
Brian Fiete
|
ccb1646990
|
Use lifetime extension for mixin results
|
2022-06-16 07:21:19 -07:00 |
|
Brian Fiete
|
7aa2fdf976
|
Fixed non-const 'this' check in const invocations
|
2022-06-12 11:19:40 -07:00 |
|
Brian Fiete
|
babfc2395e
|
CeOp_Conv_F32_F64 desc fix
|
2022-06-03 06:26:30 -07:00 |
|
Brian Fiete
|
d31587188d
|
Merge pull request #1581 from aharabada/master
Float to uint conversion in consteval
|
2022-06-03 06:20:48 -07:00 |
|
Brian Fiete
|
cee266d6e6
|
Unspec variation base fix, debugger default params, debug enum type
|
2022-05-31 11:01:26 -07:00 |
|
Simon Lübeß
|
3f9c2fd3f7
|
Float to uint conversion in consteval
|
2022-05-30 22:26:52 +02:00 |
|
Brian Fiete
|
087a129007
|
Improved cwd handling in comptime, generator file/folder edit
|
2022-05-27 12:20:11 -07:00 |
|
Brian Fiete
|
2388ae46ff
|
Null check in CeContext::GetCustomAttribute
|
2022-05-13 12:26:38 -07:00 |
|
Brian Fiete
|
53ba6f6c1f
|
CE stack initialization
|
2022-05-07 14:58:27 -07:00 |
|
Brian Fiete
|
e5c4321440
|
Improved generic constraint const conversion handling
|
2022-05-06 12:49:57 -07:00 |
|
Brian Fiete
|
3736281ff7
|
Minor optimizations
|
2022-05-04 12:51:45 -07:00 |
|
Brian Fiete
|
5271f5e2fd
|
Improvements to emit markers on emits only in specialized types
|
2022-05-02 07:48:29 -07:00 |
|
Brian Fiete
|
6a8bbd1240
|
Added GetGenericArgType to MethodInfo
|
2022-04-17 12:43:49 -07:00 |
|
Brian Fiete
|
b5ddc1c24b
|
Fixed comptime valueless ctor
|
2022-03-31 11:16:13 -07:00 |
|
Brian Fiete
|
18794e7db6
|
Comptime debugging fix with non-incremental builds (ie: Release)
|
2022-03-21 11:14:19 -07:00 |
|
Brian Fiete
|
676e7988fb
|
Fixes from valgrind
|
2022-03-18 18:06:14 -07:00 |
|
Brian Fiete
|
2d8221dffe
|
Display comptime invocation source on callstack
|
2022-03-17 08:47:34 -07:00 |
|
Brian Fiete
|
b334423106
|
Fleshing out comptime debugging
|
2022-03-15 16:33:30 -07:00 |
|
Brian Fiete
|
ff2e40e3bf
|
Comptime debugging
|
2022-03-08 06:27:06 -08:00 |
|
Brian Fiete
|
78db623377
|
Merge pull request #1474 from disarray2077/gca
Add `GetCustomAttributes` and `GetCustomAttributes<T>`
|
2022-03-01 18:53:59 +01:00 |
|
Simon Lübeß
|
da08966884
|
Fixed unary minus operator
|
2022-03-01 17:36:05 +01:00 |
|
disarray2077
|
3df708779d
|
Some refactoring and add GetCustomAttributes for Comptime
|
2022-02-26 22:31:32 -03:00 |
|
Brian Fiete
|
6f8ee9aef0
|
Null type check on EmitTypeBody
|
2022-02-22 21:44:12 -08:00 |
|
Brian Fiete
|
88121831e2
|
Fixed generic interface methods with default impls, comptime attribs
|
2022-02-19 09:46:01 -05:00 |
|
Brian Fiete
|
4c5c89bab5
|
Comptime GetCustomAttribute for type/field/method
|
2022-02-17 05:51:05 -05:00 |
|
Brian Fiete
|
c9f1e37da7
|
Improved handling of strings in const enum payloads
|
2022-02-14 12:30:24 -05:00 |
|
Brian Fiete
|
8ebd7516d8
|
Const string interpolation
|
2022-02-13 10:41:34 -05:00 |
|
Brian Fiete
|
b341b6d3b4
|
String.ToConstNativeW
|
2022-02-13 06:53:14 -05:00 |
|
Brian Fiete
|
e7f0b21cf6
|
Merged comptime reflection info into normal reflection data types
|
2022-02-12 08:05:47 -05:00 |
|
Brian Fiete
|
f37fb2c1b7
|
Comptime improvments, IOn<X> interfaces, const payload enum
|
2022-02-11 05:47:32 -05:00 |
|
Brian Fiete
|
6c3944170d
|
Fixed comptime const evals within comptime
|
2022-02-02 07:27:03 -05:00 |
|
Brian Fiete
|
6c18ffd607
|
Separated comptime mixin into Compiler.Mixin and Compiler.MixinRoot
|
2022-02-01 16:35:09 -05:00 |
|
Brian Fiete
|
26506efc1e
|
Improved generic param reflection in comptime
|
2022-01-31 15:41:05 -05:00 |
|
Brian Fiete
|
bc39fe6204
|
Don't crash on failed GetOperand on invocation args
|
2022-01-22 06:08:42 -05:00 |
|
Brian Fiete
|
a10ad8d6fe
|
Improved comptime var, undef, unspecialized variation
|
2022-01-20 08:18:28 -05:00 |
|
Brian Fiete
|
4e18517c03
|
Comptime can now run on unspecialized code
|
2022-01-16 07:59:51 -05:00 |
|
Brian Fiete
|
0c3f9a139d
|
Comptime rebuild and hot compile fixes
|
2022-01-13 11:40:14 -05:00 |
|
Brian Fiete
|
6d014575f1
|
Handled comptime reflection over NoDecl_AwaitingReference methods
|
2022-01-06 10:30:25 -05:00 |
|
Brian Fiete
|
db6cfcf211
|
CeFunctionInfo ref counting fix
|
2022-01-04 09:38:02 -05:00 |
|
Brian Fiete
|
ba0c23b8c5
|
Fixed 'method not generated' comptime error
|
2021-12-31 14:17:17 -05:00 |
|
Brian Fiete
|
1201289f78
|
Made BfpFile_Read cancelable
|
2021-12-31 10:27:09 -05:00 |
|
Brian Fiete
|
3a530c2285
|
Made more file&dir functions paths project-relative
|
2021-12-31 06:28:25 -05:00 |
|