gingerBill
|
a20c31d6b5
|
Fix polymorphic record parameter determination bug caused by polymorphic constants not being handled correctly #447
|
2019-10-31 22:58:38 +00:00 |
|
gingerBill
|
560bdc339b
|
Fix stack overflow bug caused by polymorphic record with polymorphic constant parameters. #447
DOES NOT FIX THE UNDERLYING BUG
|
2019-10-31 22:39:12 +00:00 |
|
gingerBill
|
01dfb1dac8
|
Fix double calling of lhs of logical binary expressions
|
2019-10-31 20:17:50 +00:00 |
|
gingerBill
|
ee8d3e03f8
|
Delay determination of procedure abi types until as late as possible to prevent type undetermination in self-referential data types #454
|
2019-10-31 18:25:39 +00:00 |
|
gingerBill
|
416ff149bd
|
Fix procedure group "best fit" algorithm for polymorphic procedures
|
2019-10-27 19:42:21 +00:00 |
|
gingerBill
|
5e81fc72b9
|
New package math and package math/linalg
|
2019-10-27 10:35:35 +00:00 |
|
gingerBill
|
14e8b299b7
|
Fix slice and dynamic array lengths determined from ranged compound literals
|
2019-10-26 14:43:06 +01:00 |
|
gingerBill
|
a5e42a0465
|
Add ranged_fields_for_array_compound_literals
|
2019-10-26 14:36:28 +01:00 |
|
gingerBill
|
7fae890ef9
|
Allow ranges for array-like compound literals
|
2019-10-26 14:06:29 +01:00 |
|
gingerBill
|
2c75fe2314
|
Allow for cycles in record polymorphic parameters but not in actualized fields
|
2019-10-26 11:50:42 +01:00 |
|
gingerBill
|
e15dfa8eb6
|
Fix missing check for zero elements
|
2019-10-20 18:26:30 +01:00 |
|
gingerBill
|
f12ded54f2
|
Support for named indices for array-like compound literals {3 = a, 1 = b}
|
2019-10-20 13:11:28 +01:00 |
|
gingerBill
|
2afe4bea67
|
Add instrincs.type_is_valid_map_key
|
2019-10-15 22:43:04 +01:00 |
|
gingerBill
|
12ae5ed09e
|
Fix missing typeid conversion case for variadic parameters
|
2019-10-15 20:47:27 +01:00 |
|
gingerBill
|
0bdc3b4f21
|
Fix Values coerce to typeid #443
|
2019-10-15 17:54:37 +01:00 |
|
gingerBill
|
2a6d9e8927
|
#panic; Minor change to demo.odin; Fix #assert bug at file scope
|
2019-10-13 12:38:23 +01:00 |
|
gingerBill
|
6c69e8c043
|
Make typeid semantics consistent across variables and constants
|
2019-10-06 14:55:25 +01:00 |
|
gingerBill
|
dae514a2c9
|
Fix Using any in if statement asserts compiler #441
|
2019-10-05 09:40:05 +01:00 |
|
gingerBill
|
48ab7f876c
|
Fix Implicit Selector Expressions do not work for parameteric struct parameters. #438
|
2019-09-25 20:52:47 +01:00 |
|
gingerBill
|
68582c5ad1
|
Add suggestions to errors on casts and assignments.
|
2019-09-17 19:47:04 +01:00 |
|
gingerBill
|
4afc78efc6
|
Add where clauses to struct and union
|
2019-09-08 12:12:41 +01:00 |
|
gingerBill
|
657103c4cf
|
ThreadPool for the parser
|
2019-09-01 20:02:39 +01:00 |
|
gingerBill
|
b9d3129fb3
|
where clauses for procedure literals
|
2019-08-31 20:13:28 +01:00 |
|
gingerBill
|
07ced1cf0e
|
Fix variable dependency ordering issues caused by procedure literals
|
2019-08-31 11:12:41 +01:00 |
|
gingerBill
|
d118fc569a
|
Add intrinsincs.type_is_quaternion
|
2019-08-29 16:45:36 +01:00 |
|
gingerBill
|
7bc146e6fd
|
Built-in Quaternions (Not just an April Fool's Joke any more)
|
2019-08-26 11:33:05 +01:00 |
|
gingerBill
|
cf23954297
|
Improve #assert to show the procedure and signature it was called with; Allow the ability to print ExactValue correct now.
|
2019-08-23 11:51:04 +01:00 |
|
gingerBill
|
150d4e343d
|
Fix ~(1 << x) type inference bug
|
2019-08-23 10:24:18 +01:00 |
|
gingerBill
|
b86dfa7af7
|
Fix compiler crash with #defined #417
|
2019-08-13 22:51:04 +01:00 |
|
gingerBill
|
04036aba9c
|
package reflect; fix substring type bug; fix scoping rules for using on procedure parameter
|
2019-08-11 23:58:49 +01:00 |
|
gingerBill
|
b04231dd95
|
Improve implementation of intrinsics.type_* procedures
|
2019-08-04 14:54:23 +01:00 |
|
gingerBill
|
37633c1d2a
|
intrinsics.type_* constant evaluation procedures
|
2019-08-04 11:02:00 +01:00 |
|
gingerBill
|
132fdf14b8
|
Fix min, max, clamp final type bug
|
2019-08-03 10:07:09 +01:00 |
|
gingerBill
|
08c490d9ac
|
Fix bounds checking on slices for constant parameters
|
2019-07-15 22:26:51 +01:00 |
|
gingerBill
|
f25818e923
|
Make procedure parameters just named values rather than copied variables
|
2019-07-15 21:18:37 +01:00 |
|
gingerBill
|
3d531be711
|
Improve type hinting for named parameters in call expressions
|
2019-07-13 15:38:50 +01:00 |
|
gingerBill
|
56d365a4e7
|
Improve type inference for procedure group parameters
|
2019-07-13 13:34:21 +01:00 |
|
gingerBill
|
8b8cada33e
|
Fix procedure group compiler assert with no matching arguments #393
|
2019-06-21 22:55:00 +01:00 |
|
gingerBill
|
aaa24894b6
|
Fix double-pointer indexing bug #396
|
2019-06-21 22:50:29 +01:00 |
|
gingerBill
|
2af19c496e
|
Fix comparison for bit field values #386
|
2019-06-21 22:48:37 +01:00 |
|
gingerBill
|
c40acd008e
|
Add i128/u128 support for bit sets
|
2019-05-28 20:53:56 +01:00 |
|
gingerBill
|
3d2279fba0
|
Support 128-bit integers i128 u128
|
2019-05-28 20:27:45 +01:00 |
|
gingerBill
|
222941727f
|
Add ..< operator for ranges; Add extra checking for bit set assignments
|
2019-05-28 12:45:20 +01:00 |
|
gingerBill
|
5697d6df74
|
-go-to-definitions (OGTD file format)
|
2019-05-26 15:16:45 +01:00 |
|
gingerBill
|
458ec5922e
|
odin query
Output .json file containing information about the program
|
2019-05-25 20:24:19 +01:00 |
|
gingerBill
|
f5fdd031f9
|
Fix polymorphic procedure return by pointer values #374
|
2019-05-19 10:45:27 +01:00 |
|
gingerBill
|
3fc60930e6
|
Fix constant representability rules
|
2019-05-09 22:46:50 +01:00 |
|
gingerBill
|
16f3bc2c0b
|
Allow comparisons with bit field values
|
2019-05-09 13:18:57 +01:00 |
|
gingerBill
|
00c0ce45b3
|
Fix bug with clamp
|
2019-05-06 18:29:22 +01:00 |
|
gingerBill
|
ab0afa548b
|
Fix ||= and &&=
|
2019-05-06 11:32:35 +01:00 |
|