gingerBill
|
bd607b131e
Fix #882
|
4 年之前 |
gingerBill
|
43ac6ca8f4
Add `linalg.matrix_cast`
|
4 年之前 |
gingerBill
|
62d2656f69
Add `linalg.matrix_cast`
|
4 年之前 |
gingerBill
|
a611cf545d
Add basic error correction in `parser` to check for unattached `else`
|
4 年之前 |
gingerBill
|
7463ad23d8
Move variable declarations to aid other compilers
|
4 年之前 |
gingerBill
|
6271d10af7
Fix to `OdinLLVMBuildTransmute` to `goto general_end` on different sized data
|
4 年之前 |
gingerBill
|
c5c82e0551
Fix pseudo-constant local slice initialization
|
4 年之前 |
gingerBill
|
29ed1d5459
Minor zero enforcement
|
4 年之前 |
gingerBill
|
50b439daa8
Fix pseudo-constant local embedded slice generation
|
4 年之前 |
gingerBill
|
23c68b4f7a
Change to assert to test both LLVMIsConstant and LLVMIsGlobalConstant
|
4 年之前 |
gingerBill
|
615104afd1
Revert change :D
|
4 年之前 |
gingerBill
|
d3665331c7
Another minor fix to `OdinLLVMBuildTransmute`
|
4 年之前 |
gingerBill
|
04be6d190e
Minor fix to `OdinLLVMBuildTransmute`
|
4 年之前 |
gingerBill
|
6668fd44cf
Merge branch 'master' of https://github.com/odin-lang/Odin
|
4 年之前 |
gingerBill
|
0007ac63ed
Correct #c_vararg behaviour on -llvm-api
|
4 年之前 |
gingerBill
|
f656968aea
Merge pull request #880 from breeo7/master
|
4 年之前 |
breeo
|
24e7b5ea78
Add `container.Priority_Queue`
|
4 年之前 |
gingerBill
|
7c951cbf0a
Add SOA struct len/cap/allocator fields for the debug symbols
|
4 年之前 |
gingerBill
|
2d0e2625ac
Ensure pointers are of the same type in LLVM ICmp
|
4 年之前 |
gingerBill
|
1aecd7f5ff
Add support for soa slice reference iteration
|
4 年之前 |
gingerBill
|
5faf859a56
Support `using` on intermediate soa field value from a for-in statement
|
4 年之前 |
gingerBill
|
7028797d53
Implement `soa_unzip`
|
4 年之前 |
gingerBill
|
6c9d3715d8
Add type hinting to `soa_zip`
|
4 年之前 |
gingerBill
|
989a03dc77
`soa_zip` (-llvm-api only): creates an `#soa[]struct` from passed slices
|
4 年之前 |
gingerBill
|
7a045bd957
Merge pull request #877 from Kelimion/datetime
|
4 年之前 |
gingerBill
|
a5329ae48c
Add better package declaration specific error message (#878)
|
4 年之前 |
gingerBill
|
2ec3326653
Support #soa array iteration in a `for in` loop for `-llvm-api` backend only
|
4 年之前 |
gingerBill
|
bec42e8dd3
Improve core:odin/ast ast.Range_Stmt to use generic number of `vals` rather than the fixed two to aid with parsing errors
|
4 年之前 |
gingerBill
|
d969d0b264
Make `for in` logic a bit more generic
|
4 年之前 |
gingerBill
|
0e3ecc350a
Make the parser support as many identifiers on the LHS in `for in` loops to improve error messages
|
4 年之前 |