| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Add get_current_directory() | Mark Naughton | 2023-04-24 | 1 | -0/+12 | |
| | | * | | | | | Use last element for directory collision check | Mark Naughton | 2023-04-23 | 1 | -1/+1 | |
| | | * | | | | | Add .bin extension the case of a collision | Mark Naughton | 2023-04-23 | 1 | -0/+4 | |
| | | * | | | | | Change default executable extension | Mark Naughton | 2023-04-23 | 1 | -4/+2 | |
| | * | | | | | | Make `intrinsics.type_merge` form a union of the types; ignoring duplicates | gingerBill | 2023-05-19 | 1 | -4/+18 | |
| | * | | | | | | Add `intrinsics.type_merge` | gingerBill | 2023-05-19 | 4 | -1/+81 | |
| | * | | | | | | Fix #2526 | gingerBill | 2023-05-18 | 2 | -4/+14 | |
| | * | | | | | | Fix #2536 | gingerBill | 2023-05-18 | 1 | -1/+11 | |
| | * | | | | | | Fix #2544 | gingerBill | 2023-05-18 | 1 | -0/+1 | |
| * | | | | | | | Remove unused variable | gingerBill | 2023-05-18 | 1 | -2/+0 | |
| * | | | | | | | Merge branch 'master' into separate-int-word-sizes | gingerBill | 2023-05-18 | 5 | -11/+27 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge pull request #2514 from ryuukk/patch-2 | gingerBill | 2023-05-18 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Missing cast | ryuukk | 2023-05-06 | 1 | -1/+1 | |
| | * | | | | | | | Merge pull request #2523 from jcmoyer/fix-2056 | gingerBill | 2023-05-18 | 1 | -4/+6 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Zero non-diagonal elements when converting to matrix | J.C. Moyer | 2023-05-09 | 1 | -4/+6 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Allow implicit conversion between boolean types within `or_return` | gingerBill | 2023-05-18 | 1 | -2/+5 | |
| | * | | | | | | | Add extra mutex for error block stuff | gingerBill | 2023-05-16 | 1 | -3/+14 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | | Revert "Change `intrinsics.read_cycle_counter` on ARM64" | gingerBill | 2023-05-12 | 1 | -1/+1 | |
| | * | | | | | | Change `intrinsics.read_cycle_counter` on ARM64 | gingerBill | 2023-05-12 | 1 | -1/+1 | |
| | * | | | | | | Patch "no_copy" typo in parser.cpp | matias | 2023-05-10 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'master' into separate-int-word-sizes | gingerBill | 2023-05-03 | 10 | -28/+147 | |
| |\| | | | | | ||||||
| | * | | | | | When using `-debug`, default to `-o:none` unless explicitly specified | gingerBill | 2023-05-02 | 2 | -3/+11 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | Fix #2481 | gingerBill | 2023-04-27 | 1 | -1/+1 | |
| | * | | | | Fix #2487 | gingerBill | 2023-04-27 | 1 | -0/+3 | |
| | * | | | | Make `!x` be an untyped boolean | gingerBill | 2023-04-27 | 1 | -0/+2 | |
| | * | | | | Add extra nullptr check | gingerBill | 2023-04-27 | 1 | -1/+1 | |
| | * | | | | Require parentheses around certain uses of `or_return` expressions | gingerBill | 2023-04-27 | 2 | -3/+81 | |
| | * | | | | Unify `check_constant_parameter_value` logic | gingerBill | 2023-04-27 | 1 | -8/+15 | |
| | |/ / / | ||||||
| | * | | | Add ifdef block | gingerBill | 2023-04-21 | 1 | -0/+2 | |
| | * | | | Fix memory leak caused by awful realloc usage on Linux | gingerBill | 2023-04-21 | 3 | -13/+32 | |
| * | | | | Rename `word_size` to `ptr_size` internally to make it clearer | gingerBill | 2023-04-20 | 10 | -67/+67 | |
| * | | | | Begin work on new pseudo-architecture: wasm64p32 | gingerBill | 2023-04-20 | 6 | -24/+51 | |
| * | | | | Add internal padding to types where ptr size != int size | gingerBill | 2023-04-20 | 2 | -16/+72 | |
| * | | | | Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq... | gingerBill | 2023-04-20 | 3 | -57/+77 | |
| |/ / / | ||||||
| * | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-04-20 | 1 | -6/+20 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #2464 from ap29600/simd_unaligned_load | gingerBill | 2023-04-20 | 1 | -5/+19 | |
| | |\ \ \ | ||||||
| | | * | | | improve code generation for `intrinsics.unaligned_load/store` on `#simd` types | Andrea Piseri | 2023-04-16 | 1 | -5/+19 | |
| | * | | | | Merge pull request #2450 from destroycomputers/master | gingerBill | 2023-04-20 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Fix intrinsics.alloca code generation | destroycomputers | 2023-04-11 | 1 | -1/+1 | |
| | | |/ / / | ||||||
| * | / / / | Allow aliasing foreign import name | gingerBill | 2023-04-20 | 1 | -1/+3 | |
| |/ / / / | ||||||
| * | | | | Fix race condition with -use-separate-modules due to type determination | gingerBill | 2023-04-18 | 3 | -3/+18 | |
| * | | | | Add missing enum | gingerBill | 2023-04-18 | 1 | -0/+1 | |
| * | | | | Inline static map calls for map get, and improve readability of the LLVM IR | gingerBill | 2023-04-18 | 1 | -26/+54 | |
| * | | | | Improve grammar | gingerBill | 2023-04-15 | 2 | -2/+2 | |
| * | | | | Add `@(deferred_*_by_ptr=<proc>)` | gingerBill | 2023-04-15 | 3 | -111/+222 | |
| * | | | | Add `struct #no_copy` | gingerBill | 2023-04-15 | 8 | -12/+60 | |
| |/ / / | ||||||
| * | | | Merge pull request #2435 from Lperlind/master | gingerBill | 2023-04-06 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix type comparison not accounting for parapoly params | Lucas Perlind | 2023-04-03 | 1 | -1/+1 | |
| * | | | | Add `-max-error-count:<integer>` | gingerBill | 2023-04-04 | 3 | -7/+49 | |
| * | | | | Fix `allow_field_separator` for `foreign import`dev-2023-04 | gingerBill | 2023-04-03 | 1 | -3/+5 | |
| |/ / / | ||||||