gingerBill
|
37633c1d2a
`intrinsics.type_*` constant evaluation procedures
|
6 年 前 |
gingerBill
|
132fdf14b8
Fix `min`, `max`, `clamp` final type bug
|
6 年 前 |
gingerBill
|
08c490d9ac
Fix bounds checking on slices for constant parameters
|
6 年 前 |
gingerBill
|
f25818e923
Make procedure parameters just named values rather than copied variables
|
6 年 前 |
gingerBill
|
3d531be711
Improve type hinting for named parameters in call expressions
|
6 年 前 |
gingerBill
|
56d365a4e7
Improve type inference for procedure group parameters
|
6 年 前 |
gingerBill
|
8b8cada33e
Fix procedure group compiler assert with no matching arguments #393
|
6 年 前 |
gingerBill
|
aaa24894b6
Fix double-pointer indexing bug #396
|
6 年 前 |
gingerBill
|
2af19c496e
Fix comparison for bit field values #386
|
6 年 前 |
gingerBill
|
c40acd008e
Add i128/u128 support for bit sets
|
6 年 前 |
gingerBill
|
3d2279fba0
Support 128-bit integers `i128` `u128`
|
6 年 前 |
gingerBill
|
222941727f
Add `..<` operator for ranges; Add extra checking for bit set assignments
|
6 年 前 |
gingerBill
|
5697d6df74
-go-to-definitions (OGTD file format)
|
6 年 前 |
gingerBill
|
458ec5922e
odin query
|
6 年 前 |
gingerBill
|
f5fdd031f9
Fix polymorphic procedure return by pointer values #374
|
6 年 前 |
gingerBill
|
3fc60930e6
Fix constant representability rules
|
6 年 前 |
gingerBill
|
16f3bc2c0b
Allow comparisons with bit field values
|
6 年 前 |
gingerBill
|
00c0ce45b3
Fix bug with `clamp`
|
6 年 前 |
gingerBill
|
ab0afa548b
Fix ||= and &&=
|
6 年 前 |
gingerBill
|
ea1690b7a1
Improve type inference for variadic parameters
|
6 年 前 |
gingerBill
|
a5ff983266
Fix parapoly related bugs #370
|
6 年 前 |
gingerBill
|
56c4039e72
`#load` directive (request from #368) (Basic implementation)
|
6 年 前 |
gingerBill
|
7580ec494b
Disallow ambiguous singularly variadic polymorphic parameters #361
|
6 年 前 |
gingerBill
|
a137a06b00
Allow implicit selectors to unions with only one enum variant
|
6 年 前 |
gingerBill
|
0e1cfa5a0a
Disallow casting to and from cstring/pointers
|
6 年 前 |
gingerBill
|
bdab5e00da
Minor code clean up
|
6 年 前 |
gingerBill
|
5c04800831
Add type inference to index expressions for maps
|
6 年 前 |
gingerBill
|
c67ea97845
Add implicit selector expressions for in/notin
|
6 年 前 |
gingerBill
|
ad3b6ab718
Implicit Selector Expressions: `.A`
|
6 年 前 |
gingerBill
|
e551d2b25e
Replace `foreign export {}` with `@export`
|
6 年 前 |