| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into orca-dev | gingerBill | 2024-03-19 | 1 | -6/+6 |
| |\ | |||||
| | * | Replace `gb_exit(1)` with `exit_with_errors()` where appropriate | gingerBill | 2024-03-19 | 1 | -2/+2 |
| | | | |||||
| | * | Serialize errors to make them sortable, deterministic, and generally more ↵ | gingerBill | 2024-03-19 | 1 | -4/+4 |
| | | | | | | | | | control | ||||
| * | | Add `@(link_suffix=<string>)` | gingerBill | 2024-03-18 | 1 | -0/+46 |
| | | | |||||
| * | | Merge pull request #3293 from Skytrias/orca-target | gingerBill | 2024-03-18 | 1 | -0/+1 |
| |\ \ | |/ |/| | TEMP orca dev | ||||
| | * | push orca target and old bindings | skytrias | 2024-03-18 | 1 | -0/+1 |
| | | | |||||
| * | | Add check to people trying to `foreign import` C files. | gingerBill | 2024-03-18 | 1 | -0/+16 |
| |/ | |||||
| * | Merge branch 'haiku' of https://github.com/avanspector/Odin into haiku | avanspector | 2024-02-25 | 1 | -0/+18 |
| |\ | |||||
| | * | Begin work adding `bit_field` | gingerBill | 2024-02-22 | 1 | -0/+18 |
| | | | |||||
| * | | Improve Haiku support | avanspector | 2024-02-25 | 1 | -0/+1 |
| |/ | |||||
| * | Add `#load_directory(path: string) > []runtime.Load_Directory_File` | gingerBill | 2024-02-09 | 1 | -0/+15 |
| | | |||||
| * | Improve error handling for missing library collection provided by the compiler | gingerBill | 2024-02-07 | 1 | -2/+2 |
| | | |||||
| * | Force 128-bit calls on wasm | gingerBill | 2024-02-05 | 1 | -5/+5 |
| | | |||||
| * | Add require to 128-bit and f16 casts | gingerBill | 2024-02-05 | 1 | -21/+21 |
| | | |||||
| * | force requiring the 128-bit calls on WASM targets | gingerBill | 2024-02-05 | 1 | -21/+21 |
| | | |||||
| * | Add require flags to 128-bit integer procedures | gingerBill | 2024-02-05 | 1 | -1/+4 |
| | | |||||
| * | Minimize extra dependencies if u128/i128 and f16 are not used | gingerBill | 2024-02-02 | 1 | -21/+21 |
| | | |||||
| * | Merge pull request #3141 from laytan/add-all-packages-flag-for-tests | gingerBill | 2024-01-31 | 1 | -33/+42 |
| |\ | | | | | Add `odin test -all-packages` to be able to test an entire project | ||||
| | * | Add `odin test -all-packages` to be able to test an entire project | Laytan Laats | 2024-01-26 | 1 | -33/+42 |
| | | | |||||
| * | | Remove cyclic import hack for `package runtime` | gingerBill | 2024-01-28 | 1 | -4/+4 |
| | | | |||||
| * | | `-default-to-panic-allocator` | gingerBill | 2024-01-28 | 1 | -13/+14 |
| | | | |||||
| * | | Move matrix compiler `builtin`s to `intrinsics`; alias within ↵ | gingerBill | 2024-01-28 | 1 | -0/+1 |
| | | | | | | | | | core_builtin_matrix.odin | ||||
| * | | Move `core:runtime` to `base:runtime`; keep alias around | gingerBill | 2024-01-28 | 1 | -3/+25 |
| | | | |||||
| * | | Remove dead code | gingerBill | 2024-01-28 | 1 | -3/+7 |
| |/ | |||||
| * | fix for wasm on llvm 17 | Laytan Laats | 2024-01-22 | 1 | -1/+1 |
| | | |||||
| * | Expand -subsystem option on Windows | Jeroen van Rijn | 2024-01-18 | 1 | -5/+4 |
| | | | | | | | | | W:\Odin>odin run sketch.odin -file -subsystem:foo Invalid -subsystem string, got oo. Expected one of: BOOT_APPLICATION, CONSOLE (default), EFI_APPLICATION, EFI_BOOT_SERVICE_DRIVER, EFI_ROM, EFI_RUNTIME_DRIVER, NATIVE, POSIX, WINDOWS (or WINDOW), WINDOWSCE We now also set the constant ODIN_WINDOWS_SUBSYSTEM, which is "" for non-Windows targets. | ||||
| * | Add WINDOWS_SUBSYSTEM constant bool | Jeroen van Rijn | 2024-01-18 | 1 | -0/+2 |
| | | | | | true when -subsystem:windows for Windows targets, false otherwise. | ||||
| * | Add frontend stuff instrumentation tooling | gingerBill | 2024-01-07 | 1 | -0/+44 |
| | | | | | | | | //+no-instrumentation @(no_instrumentation) @(instrumentation_enter) @(instrumentation_exit) | ||||
| * | Clean up error block usage | gingerBill | 2024-01-05 | 1 | -4/+2 |
| | | |||||
| * | Add `@(entry_point_only)` for procedures | gingerBill | 2024-01-05 | 1 | -0/+3 |
| | | |||||
| * | fix double execution of tests | Laytan Laats | 2023-12-27 | 1 | -3/+3 |
| | | |||||
| * | Check test procedures after all minimum dependency set calls are done | gingerBill | 2023-12-18 | 1 | -5/+8 |
| | | |||||
| * | Fix: Bill was a numpty | gingerBill | 2023-12-15 | 1 | -15/+19 |
| | | |||||
| * | Remove neighbouring duplicates from neighbouring sorted array of entities; ↵ | gingerBill | 2023-12-15 | 1 | -20/+15 |
| | | | | | fixes duplicate tests | ||||
| * | Remove duplicates from `init`/`fini` procedure list | gingerBill | 2023-12-12 | 1 | -0/+26 |
| | | |||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-12-12 | 1 | -3/+5 |
| |\ | |||||
| | * | Merge pull request #2946 from laytan/fix-test-name-flag | Jeroen van Rijn | 2023-11-24 | 1 | -3/+5 |
| | |\ | | | | | | | fix -test-name flag | ||||
| | | * | fix -test-name flag | Laytan Laats | 2023-11-11 | 1 | -3/+5 |
| | | | | |||||
| * | | | Fix race condition caused by lack of checking specialized parapoly ↵ | gingerBill | 2023-12-12 | 1 | -117/+147 |
| |/ / | | | | | | | procedures as a dependency (#2968) | ||||
| * | | Add missing type information for soa structs | gingerBill | 2023-11-23 | 1 | -0/+5 |
| | | | |||||
| * | | -no-crt and assembly compilation on darwin | Laytan Laats | 2023-11-15 | 1 | -1/+1 |
| |/ | |||||
| * | implemented foreign asm imports on linux/osx | flysand7 | 2023-10-15 | 1 | -2/+1 |
| | | |||||
| * | Add `ERROR_BLOCK()` to `check_unique_package_names` | gingerBill | 2023-10-09 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'master' into llvm-17 | gingerBill | 2023-09-27 | 1 | -0/+3 |
| |\ | |||||
| | * | Fix #2820 | gingerBill | 2023-09-26 | 1 | -0/+3 |
| | | | |||||
| * | | Add `ODIN_SANITIZER_FLAGS` global constant | gingerBill | 2023-09-21 | 1 | -0/+27 |
| | | | |||||
| * | | Add `sanitize_address` attribute to all normal packages | gingerBill | 2023-09-21 | 1 | -1/+1 |
| | | | |||||
| * | | Update ABI breaking changes for `f16` types (due to LLVM 15+) | gingerBill | 2023-09-21 | 1 | -0/+3 |
| |/ | |||||
| * | Fix bug: Disallow non-specialized polymorphic in typeid assignment | gingerBill | 2023-09-06 | 1 | -1/+6 |
| | | |||||
| * | Add attribute `@(require) import "foo"` to replace/supplement `_ :: foo` | gingerBill | 2023-08-22 | 1 | -4/+23 |
| | | |||||