gingerBill
|
1596bca92d
|
Add intrinsics.cpu_relax
|
2020-02-26 22:29:12 +00:00 |
|
gingerBill
|
e197af766d
|
Merge branch 'master' into llvm-integration
|
2020-02-23 10:39:57 +00:00 |
|
gingerBill
|
5073fcd39e
|
Improve error message on using with procedure parameters #568
|
2020-02-23 10:37:27 +00:00 |
|
gingerBill
|
8a67775149
|
Fix #571
|
2020-02-23 10:20:12 +00:00 |
|
gingerBill
|
85e331d5e2
|
Fix #566
|
2020-02-23 10:13:42 +00:00 |
|
gingerBill
|
35711a400c
|
Anonymous procedure literal support
|
2020-02-08 12:49:38 +00:00 |
|
gingerBill
|
0f399a7294
|
Add union #maybe
|
2020-02-01 11:10:28 +00:00 |
|
gingerBill
|
cd43f4c94c
|
Add suggestions for indexing constant values with a variable index
|
2020-01-18 12:09:26 +00:00 |
|
gingerBill
|
c3a8e232a5
|
Add new intrinsics for polymorphic records:
type_is_specialized_polymorphic_record, type_is_unspecialized_polymorphic_record, type_polymorphic_record_parameter_count, type_polymorphic_record_parameter_value
|
2020-01-18 11:27:41 +00:00 |
|
gingerBill
|
7f89f6b582
|
Add intrinsics.type_is_specialization_of
|
2020-01-17 23:30:38 +00:00 |
|
gingerBill
|
159150c6d9
|
Allow not_in as keyword over notin, but still allow notin to work
|
2020-01-16 10:00:14 +00:00 |
|
gingerBill
|
527b39ce2b
|
Merge remote-tracking branch 'origin/master'
|
2020-01-16 09:07:52 +00:00 |
|
gingerBill
|
5af3c7b0e8
|
Fix constant slice checking, again
|
2020-01-16 09:05:17 +00:00 |
|
gingerBill
|
04f7225ea5
|
Exact value zero value for T{} of basic types
|
2020-01-14 17:36:37 +00:00 |
|
gingerBill
|
11c7b6a2e4
|
Fix len of type bug
|
2020-01-11 20:26:36 +00:00 |
|
gingerBill
|
24bd370e1b
|
Fix Panic with runtime.type_info_base #532
|
2020-01-11 20:11:39 +00:00 |
|
gingerBill
|
5c7d6fcfd0
|
Improve minimum dependency for complex numbers and quaternion numbers.
|
2020-01-04 18:04:12 +00:00 |
|
gingerBill
|
16a7c55334
|
Add x y z w fields to quaternion types; Improve linalg quaternion mathematics
|
2020-01-01 16:14:00 +00:00 |
|
gingerBill
|
7e271310ff
|
Fix constant out of bounds bug
|
2019-12-29 22:53:37 +00:00 |
|
gingerBill
|
267ae0b4a2
|
Disallow enumerated array literals without field = value
|
2019-12-28 23:07:54 +00:00 |
|
gingerBill
|
9ba2926e7e
|
Fix enumerated array contiguous error
|
2019-12-28 16:31:15 +00:00 |
|
gingerBill
|
a50b2d5d04
|
Fix enumerated array literal check
|
2019-12-28 14:05:55 +00:00 |
|
gingerBill
|
7f9626e5c7
|
Improve 'cannot slice' error message
|
2019-12-27 17:53:05 +00:00 |
|
gingerBill
|
7140c95c55
|
Fix slicing of pointer to array
|
2019-12-27 17:47:55 +00:00 |
|
gingerBill
|
f99f351e01
|
Add constant literal expressions
|
2019-12-27 15:49:52 +00:00 |
|
gingerBill
|
880c7f01a8
|
Fix array lengths with enum value counts.
|
2019-12-27 13:55:18 +00:00 |
|
gingerBill
|
10f0961184
|
Enumerated arrays [Enum_Type]Elem_Type
|
2019-12-27 12:51:02 +00:00 |
|
gingerBill
|
eea403d0ab
|
Fix #514
|
2019-12-27 10:18:32 +00:00 |
|
gingerBill
|
2cc5c4eed3
|
Fix https://github.com/odin-lang/Odin/issues/522
|
2019-12-27 10:11:13 +00:00 |
|
gingerBill
|
4f2d4716ad
|
Fix Internal error when accessing polymorphic struct parameters (also provide suggestions?) #513
|
2019-12-22 10:40:34 +00:00 |
|
gingerBill
|
4ba579bc25
|
Also allow #no_bounds_check on an expression #499
|
2019-12-15 11:41:21 +00:00 |
|
gingerBill
|
58d4d424c6
|
Replace #vector[N]T with #simd[N]T to reduce confusion #498
|
2019-12-15 11:30:09 +00:00 |
|
gingerBill
|
7f5021c8e9
|
Disallow procedure calls with an associated deferred procedure to be used in logical binary expressions (short-circuiting)
|
2019-12-15 11:10:50 +00:00 |
|
gingerBill
|
e6f26b9931
|
Fix Unable to initialize a typeid field in a struct literal #501
|
2019-12-15 09:48:05 +00:00 |
|
gingerBill
|
e229885b2b
|
Remove addressing mode Addressing_Immutable
|
2019-12-01 19:11:00 +00:00 |
|
gingerBill
|
3fa4c5043a
|
Fix crash caused by not checking for correct SOA kind on polymorphic parameters
|
2019-12-01 16:05:48 +00:00 |
|
gingerBill
|
9db81498d8
|
Make the string type elements "immutable", akin to char const * in C
Allows for extra security and optimization benefits
|
2019-12-01 14:10:59 +00:00 |
|
gingerBill
|
45d844f9d2
|
Disable #soa compound literals
|
2019-11-21 20:05:45 +00:00 |
|
gingerBill
|
9b58781122
|
#soa[dynamic]Type (Experimental)
|
2019-11-21 19:36:07 +00:00 |
|
gingerBill
|
2c5a84bb78
|
#soa[]Type (Experimental)
|
2019-11-21 00:07:21 +00:00 |
|
gingerBill
|
44e0e96612
|
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
|
2019-11-19 23:54:36 +00:00 |
|
gingerBill
|
536cceeef9
|
Add intrinsics.type_is_unsigned
|
2019-11-10 18:51:21 +00:00 |
|
gingerBill
|
2ef7bfc06e
|
Remove debug message
|
2019-11-09 10:45:03 +00:00 |
|
gingerBill
|
7bfdb4f9f4
|
Fix Compile time assert on non-constant boolean parameters #467
|
2019-11-09 10:44:42 +00:00 |
|
gingerBill
|
a634444f99
|
Fix "Polymorphic parameter declared in return type doesn't compile #464" by giving a conversion error (code wasn't handling polymorphic result types as intended)
|
2019-11-05 19:37:19 +00:00 |
|
gingerBill
|
c1176c2bcb
|
Fix typeid comparison bug; Add extra messages for pointer address errors
|
2019-11-03 19:49:21 +00:00 |
|
gingerBill
|
57853fe1b1
|
Add SOA Struct Layout (experimental) to demo.odin
|
2019-11-03 12:52:13 +00:00 |
|
gingerBill
|
ebf7926fa4
|
SOA support of Structures and Arrays; Runtime information for SOA structs; fmt printing support for SOA structs
|
2019-11-03 00:32:22 +00:00 |
|
gingerBill
|
dfb3101ecf
|
SOA Struct support intrinsics.soa_struct
|
2019-11-02 21:08:51 +00:00 |
|
gingerBill
|
dbdbbcd60f
|
Fix range in statement bug caused by incorrectly assigned addressing mode #461
|
2019-11-02 10:57:42 +00:00 |
|