| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Merge pull request #3690 from laytan/orcas | gingerBill | 2024-06-06 | 3 | -17/+62 | |
| | |\ \ | | | | | | | | | Runtime support for orca | |||||
| | | * | | orca windows | laytan | 2024-06-05 | 3 | -8/+10 | |
| | | | | | ||||||
| | | * | | improve orca target | Laytan Laats | 2024-06-05 | 3 | -15/+58 | |
| | | | | | ||||||
| * | | | | Fix `-ignore-warnings` | gingerBill | 2024-06-06 | 1 | -30/+33 | |
| |/ / / | ||||||
| * | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2024-06-05 | 3 | -2/+20 | |
| |\ \ \ | ||||||
| | * | | | Added arm64 support for NetBSD | Andreas T Jonsson | 2024-06-05 | 3 | -2/+20 | |
| | |/ / | ||||||
| * / / | Fix #3682 | gingerBill | 2024-06-05 | 3 | -2/+34 | |
| |/ / | ||||||
| * | | fix passing pointer to constant in non-odin cc | laytan | 2024-06-04 | 1 | -9/+1 | |
| | | | ||||||
| * | | Merge pull request #3673 from ↵ | gingerBill | 2024-06-04 | 3 | -24/+83 | |
| |\ \ | | | | | | | | | | | | | laytan/implement-foreign-import-improvements-on-vendor Implement `#exists(path)` and use it to provide good errors for common missing vendor libraries | |||||
| | * | | use `#exists` to provide good errors for common missing libraries | Laytan Laats | 2024-06-04 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | implement `#exists(path)` | Laytan Laats | 2024-06-04 | 3 | -24/+80 | |
| | | | | ||||||
| | * | | fix crash when you have 2 `#load_directory` calls with the same path | Laytan Laats | 2024-06-04 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Improve error message suggestion for passing enums to integers | gingerBill | 2024-06-04 | 1 | -1/+13 | |
| | | | | ||||||
| * | | | Merge pull request #3615 from puzzleddev/export-dependencies | gingerBill | 2024-06-04 | 2 | -1/+134 | |
| |\ \ \ | | | | | | | | | Add build flag to export dependencies. | |||||
| | * | | | Add the option to export dependencies as JSON. | tim4242 | 2024-05-24 | 2 | -51/+120 | |
| | | | | | ||||||
| | * | | | Improved depdendency formatting to support paths containing spaces | tim4242 | 2024-05-24 | 1 | -1/+20 | |
| | | | | | ||||||
| | * | | | Initial dependency file generation | tim4242 | 2024-05-24 | 2 | -4/+49 | |
| | | | | | ||||||
| * | | | | fix debug info IR error on LLVM < 13 | Laytan Laats | 2024-06-04 | 1 | -0/+17 | |
| | | | | | ||||||
| * | | | | Merge pull request #3646 from Feoramund/multi-test | Jeroen van Rijn | 2024-06-04 | 3 | -54/+0 | |
| |\ \ \ \ | | | | | | | | | | | Refactor the test runner | |||||
| | * | | | | Remove `-test-name` in favor of test runner option | Feoramund | 2024-06-02 | 3 | -54/+0 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | `-define:ODIN_TEST_NAMES=...` is capable of selecting test by package and name or name only, with the ability to access packages included by `-all-packages`. | |||||
| * / | | | Fix #3660 | Feoramund | 2024-06-02 | 1 | -0/+4 | |
| |/ / / | | | | | | | | | | This also prevents a segfault if you do `odin build .odin -file` | |||||
| * | | | Fix #3649 | gingerBill | 2024-05-30 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Add experimental target `orca_wasm32` | gingerBill | 2024-05-30 | 3 | -5/+30 | |
| | | | | ||||||
| * | | | Clean up `handle_link_name` handling of `link_suffix` | gingerBill | 2024-05-30 | 1 | -3/+22 | |
| | | | | ||||||
| * | | | Add `@(link_suffix=<string>)` | gingerBill | 2024-05-30 | 5 | -9/+61 | |
| | | | | ||||||
| * | | | Initial hash directive implementation | Dudejoe870 | 2024-05-28 | 2 | -50/+120 | |
| | | | | ||||||
| * | | | Change parser to use `^Expr` rather than `string` for the foreign import paths | gingerBill | 2024-05-28 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Delay checking foreign import paths until after global scope is checked | gingerBill | 2024-05-28 | 5 | -83/+118 | |
| | | | | ||||||
| * | | | Begin moving `foreign import` import paths to be evaluated in the semantic ↵ | gingerBill | 2024-05-27 | 4 | -39/+69 | |
| | | | | | | | | | | | | | phase rather than parsing. | |||||
| * | | | Fix #3630 (first part) | gingerBill | 2024-05-26 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | Add shadow suggestion | gingerBill | 2024-05-22 | 1 | -1/+5 | |
| | | | ||||||
| * | | Be very particular with the cases for the error notes | gingerBill | 2024-05-22 | 1 | -16/+15 | |
| | | | ||||||
| * | | Improve errors a lot for assigning procedures of the wrong signature | gingerBill | 2024-05-22 | 1 | -2/+47 | |
| | | | ||||||
| * | | Fix #3603 | gingerBill | 2024-05-20 | 1 | -1/+7 | |
| | | | ||||||
| * | | Fix indexing type when using a `#row_major` matrix | gingerBill | 2024-05-20 | 1 | -2/+7 | |
| | | | ||||||
| * | | Remove constant indexing for `matrix` value propagation | gingerBill | 2024-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #3607 from Szwagi/fix-atomic-memory-order | gingerBill | 2024-05-20 | 1 | -2/+2 | |
| |\ \ | | | | | | | Fix Odin to LLVM memory order mapping for .Relaxed and .Consume | |||||
| | * | | Fix Odin to LLVM memory order mapping for .Relaxed and .Consume | Kamil T | 2024-05-20 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix `for &v in &fixed_array` | gingerBill | 2024-05-20 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2024-05-20 | 1 | -8/+0 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #3592 from laytan/wasm-gpa | gingerBill | 2024-05-20 | 1 | -8/+0 | |
| | |\ \ \ | | |/ / | |/| | | add a default heap/general purpose allocator for wasm to `base:runtime` | |||||
| | | * | | add a default heap/general purpose allocator for wasm to `base:runtime` | Laytan Laats | 2024-05-16 | 1 | -8/+0 | |
| | | | | | ||||||
| * | | | | Improve "Expected a type" syntax error | gingerBill | 2024-05-20 | 1 | -2/+8 | |
| |/ / / | ||||||
| * | | | Add intrinsics `type_is_matrix_row_major` & `type_is_matrix_column_major` | gingerBill | 2024-05-20 | 2 | -0/+34 | |
| | | | | ||||||
| * | | | Merge pull request #3570 from jasonKercher/linux-arm32 | gingerBill | 2024-05-20 | 5 | -7/+22 | |
| |\ \ \ | | | | | | | | | Get the compiler to build and work on arm32 Linux | |||||
| | * | | | arm32 now compiles and runs demo | jasonkercher | 2024-05-10 | 5 | -7/+22 | |
| | | | | | ||||||
| * | | | | Fix `intrinsics.ptr_sub` | gingerBill | 2024-05-19 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Remove bad code | gingerBill | 2024-05-16 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Fix more #soa changes | gingerBill | 2024-05-16 | 3 | -0/+15 | |
| | | | | | ||||||
| * | | | | Fix `soa_zip` and `soa_unzip` | gingerBill | 2024-05-16 | 3 | -5/+23 | |
| | | | | | ||||||