gingerBill
|
b9d3129fb3
|
where clauses for procedure literals
|
2019-08-31 20:13:28 +01:00 |
|
gingerBill
|
b311540b16
|
Make require_results an attribute rather than a suffix tag for procedures
|
2019-08-31 14:48:56 +01:00 |
|
gingerBill
|
07ced1cf0e
|
Fix variable dependency ordering issues caused by procedure literals
|
2019-08-31 11:12:41 +01:00 |
|
gingerBill
|
a1d4ea7718
|
Merge pull request #425 from thebirk/parser-threading
Fixed parser creating a new thread for each file.
|
2019-08-29 20:44:48 +01:00 |
|
thebirk
|
f921a91fc8
|
Properly removed the semaphore.
|
2019-08-29 20:35:12 +02:00 |
|
thebirk
|
4dade34603
|
Removed unused semaphore on Parser.
|
2019-08-29 20:34:09 +02:00 |
|
thebirk
|
d76249d90b
|
Cleaned up parse_packages and the worker proc.
|
2019-08-29 20:27:38 +02:00 |
|
gingerBill
|
d118fc569a
|
Add intrinsincs.type_is_quaternion
|
2019-08-29 16:45:36 +01:00 |
|
gingerBill
|
c89fc35e94
|
Fix global variable initialization ordering
(related to #427)
|
2019-08-29 14:36:42 +01:00 |
|
gingerBill
|
614d209824
|
Add debug information for quaternion types (fixes #428)
|
2019-08-29 10:39:03 +01:00 |
|
gingerBill
|
f1a7b31209
|
Fix nested raw_union with using #428
|
2019-08-28 13:34:55 +01:00 |
|
thebirk
|
6a8b3fee38
|
Removed gb_thread_set_name because it segfaults on linux.
|
2019-08-26 20:23:52 +02:00 |
|
thebirk
|
4551521b2c
|
Im just trying things at this point, Bill should just squash this PR at merge time ;)
|
2019-08-26 19:51:33 +02:00 |
|
thebirk
|
97dfcffa76
|
Fixed error where the parser would end early.
|
2019-08-26 19:09:52 +02:00 |
|
gingerBill
|
6d3feb4531
|
Fix typo in tokenizer (no actual bug)
|
2019-08-26 16:18:26 +01:00 |
|
thebirk
|
c44d25d14f
|
Fixed parser creating a new thread for each file.
|
2019-08-26 16:47:41 +02:00 |
|
gingerBill
|
01c10aa944
|
inline for loops (only for 'in' based for loops)
|
2019-08-26 13:54:35 +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
|
59ab51acec
|
Fix typo
|
2019-08-23 11:54:23 +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
|
d1cc6534cd
|
Remove the rule that made any declaration prefixed with an underscore private to that package.
|
2019-08-23 10:32:05 +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
|
0a63690b39
|
Fix typo in ? array lengths error
|
2019-08-13 22:34:02 +01:00 |
|
gingerBill
|
0076a4df62
|
Fix compound literal printing for structs with custom alignment requirements
|
2019-08-13 22:33:05 +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
|
2d26278a65
|
Make structs with the same fields but with different tags distinct types
|
2019-08-09 22:52:19 +01:00 |
|
gingerBill
|
27a3c5449a
|
Fix global variable initialization for certain types.
|
2019-08-09 22:35:48 +01:00 |
|
gingerBill
|
9c63212824
|
Struct field tags
|
2019-08-09 21:59:58 +01:00 |
|
gingerBill
|
65d41d4248
|
Fix bit_field comparison against nil #414
|
2019-08-09 20:31:11 +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
|
5877017d30
|
Add error message for non-constant polymorphic name parameters
|
2019-08-03 10:15:31 +01:00 |
|
gingerBill
|
132fdf14b8
|
Fix min, max, clamp final type bug
|
2019-08-03 10:07:09 +01:00 |
|
gingerBill
|
e7d3001dd1
|
Fix constant default value error #408 (typo)
|
2019-07-29 18:33:06 +01:00 |
|
gingerBill
|
f163181204
|
Add extra hints for LLVM for implicit reference parameters
|
2019-07-29 10:43:07 +01:00 |
|
gingerBill
|
2c5c8192f8
|
Fix parsing for procedure literals expression statements; improve assert performance; other minor fixes
|
2019-07-28 22:58:56 +01:00 |
|
gingerBill
|
77734ea967
|
Improve the performance of simple array comparisons
|
2019-07-27 11:59:50 +01:00 |
|
gingerBill
|
912fc2890b
|
Fix array comparisons and fix f32 literal LLVM issue regarding accurate representation
|
2019-07-27 11:33:22 +01:00 |
|
gingerBill
|
14059583cd
|
Fix array comparisons
|
2019-07-27 10:44:40 +01:00 |
|
gingerBill
|
f3bffb9810
|
Improvement to the Odin calling conventions to pass certain things by "implicit reference" (const & in C++)
|
2019-07-27 10:20:11 +01:00 |
|
gingerBill
|
40f0e74b8c
|
Change scoping rules to allow for shadowing of procedure parameters but not named return values
|
2019-07-27 00:45:36 +01:00 |
|
gingerBill
|
08c490d9ac
|
Fix bounds checking on slices for constant parameters
|
2019-07-15 22:26:51 +01:00 |
|
gingerBill
|
d471a59041
|
IR fix array comparisons
|
2019-07-15 21:32:38 +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
|
308300c1fc
|
Add extra error handling for parsing slices
|
2019-07-09 11:18:50 +01:00 |
|
gingerBill
|
7c99f52187
|
Add minimum requirement of 2 variants for #no_nil
|
2019-07-09 10:49:45 +01:00 |
|
gingerBill
|
4ab9edeb53
|
union #no_nil
|
2019-07-09 10:28:13 +01:00 |
|