gingerBill
|
aa796a1032
v0.11.1
|
5 年之前 |
gingerBill
|
5bf71ba75c
big_int addition overflow rules
|
5 年之前 |
gingerBill
|
967981aacd
Add `-show-more-timings`
|
5 年之前 |
gingerBill
|
33d05a07de
Fix `big_int_or` and `big_int_xor`
|
5 年之前 |
gingerBill
|
8da8301b09
Fix big subtraction for very large numbers on edges of overflow.
|
5 年之前 |
gingerBill
|
536cceeef9
Add `intrinsics.type_is_unsigned`
|
5 年之前 |
gingerBill
|
098684a6fe
Add 128-bit random procedures to `package math/rand`
|
5 年之前 |
gingerBill
|
2ef7bfc06e
Remove debug message
|
5 年之前 |
gingerBill
|
7bfdb4f9f4
Fix Compile time assert on non-constant boolean parameters #467
|
5 年之前 |
gingerBill
|
0a35b13411
Fix inline `for` bug for #468
|
5 年之前 |
gingerBill
|
dacfc9de15
Fix `//+build` for ! e.g. `//+build !windows amd64, linux !amd64`
|
5 年之前 |
gingerBill
|
689aa4d734
Fix `//+build` system
|
5 年之前 |
gingerBill
|
8a46b493fd
Fix Slice passed incorrectly in LLVM IR to procedure called via procedure pointer #465
|
5 年之前 |
gingerBill
|
86abdc0603
Merge branch 'master' of https://github.com/odin-lang/Odin
|
5 年之前 |
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)
|
5 年之前 |
vassvik
|
04a25b11ad
Fix incorrect math.linalg.cross3 indices.
|
5 年之前 |
gingerBill
|
40546fbde2
Use `runtime.mem_copy` in `package me`
|
5 年之前 |
gingerBill
|
c1176c2bcb
Fix typeid comparison bug; Add extra messages for pointer address errors
|
5 年之前 |
gingerBill
|
57853fe1b1
Add SOA Struct Layout (experimental) to demo.odin
|
5 年之前 |
gingerBill
|
013b3b9fb3
Fix for -vet
|
5 年之前 |
gingerBill
|
dc0f04e53b
Fix typo in fmt
|
5 年之前 |
gingerBill
|
40606d9272
Fix fmt printing of anonymous SOA structs
|
5 年之前 |
gingerBill
|
ebf7926fa4
SOA support of Structures and Arrays; Runtime information for SOA structs; fmt printing support for SOA structs
|
5 年之前 |
gingerBill
|
dfb3101ecf
SOA Struct support `intrinsics.soa_struct`
|
5 年之前 |
gingerBill
|
e3d3a81617
multivalued procedure calls allows in `for in` to allow a pseudo-iterator; `@thread_local` for variables in procedure
|
5 年之前 |
gingerBill
|
dbdbbcd60f
Fix range in statement bug caused by incorrectly assigned addressing mode #461
|
5 年之前 |
gingerBill
|
f9aaff99c6
Fix linalg.mul; add linalg.Matrix1xN
|
5 年之前 |
gingerBill
|
57565b78a6
v0.11.0
|
5 年之前 |
gingerBill
|
b5b085914a
Merge pull request #404 from hazeycode/master
|
5 年之前 |
Chris Heyes
|
044e64beb0
Add missing foreign import to time_darwin
|
5 年之前 |