aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add `#load_directory(path: string) > []runtime.Load_Directory_File`gingerBill2024-02-097-69/+239
* | | Merge pull request #3182 from laytan/fix-instrumentation-in-debug-modegingerBill2024-02-082-4/+17
|\ \ \
| * | | fix instrumentation in debug modeLaytan2024-02-082-4/+17
* | | | fix -no-crt on LinuxLaytan2024-02-081-18/+14
|/ / /
* | | Disallow mixture of polymorphic $ names and normal identifiers within record ...gingerBill2024-02-081-0/+47
* | | Add check for a proceduregingerBill2024-02-081-1/+4
* | | Fix edge case for proceduresgingerBill2024-02-081-6/+6
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-02-081-3/+3
|\ \ \
| * | | fix ciLaytan Laats2024-02-071-3/+3
* | | | Allow polymorphic checking with `intrinsics.type_is_subtype_of(Derived_Type, ...gingerBill2024-02-083-5/+30
* | | | Correct the logic for parapoly records to match that of procedures (polymorph...gingerBill2024-02-081-9/+15
|/ / /
* | | Improve error handling for missing library collection provided by the compilergingerBill2024-02-074-22/+47
* | | Fix `lb_hasher_proc_for_type`gingerBill2024-02-071-1/+1
* | | Merge pull request #3170 from flysand7/run-args-fixgingerBill2024-02-051-4/+8
|\ \ \
| * | | Make run args take the first '--' as the start of the args, instead of the la...flysand72024-02-041-4/+8
* | | | Force 128-bit calls on wasmgingerBill2024-02-051-5/+5
* | | | Add require to 128-bit and f16 castsgingerBill2024-02-052-30/+31
* | | | force requiring the 128-bit calls on WASM targetsgingerBill2024-02-051-21/+21
* | | | Add require flags to 128-bit integer proceduresgingerBill2024-02-052-7/+13
|/ / /
* | | Merge pull request #3164 from FourteenBrush/mastergingerBill2024-02-031-0/+4
|\ \ \
| * | | Fix code styleFourteenBrush2024-02-021-1/+1
| * | | Merge remote-tracking branch 'upstream/master'FourteenBrush2024-02-0215-154/+324
| |\ \ \
| * | | | Fix Unhandled Ast_OrBranchExprFourteenBrush2024-02-021-0/+4
* | | | | Fix dynamic array `index = value` with const `value` initializing to 0korvahkh2024-02-021-1/+1
| |/ / / |/| | |
* | | | Mock out commentsgingerBill2024-02-021-0/+5
* | | | Fix `type_elem_type` for `complex32` and `quaternion64`gingerBill2024-02-021-0/+2
* | | | Minimize extra dependencies if u128/i128 and f16 are not usedgingerBill2024-02-022-26/+69
* | | | Allow fixed SOA structsjakubtomsu2024-01-311-2/+2
* | | | Merge pull request #3141 from laytan/add-all-packages-flag-for-testsgingerBill2024-01-313-34/+49
|\ \ \ \
| * | | | Add `odin test -all-packages` to be able to test an entire projectLaytan Laats2024-01-263-34/+49
| |/ / /
* | | | Merge branch 'master' into base-workgingerBill2024-01-281-1/+5
|\ \ \ \
| * | | | Fix semantics for casting between polymorphic specialized proceduresgingerBill2024-01-281-1/+5
* | | | | Improve foreign variable fuzzy type checkinggingerBill2024-01-282-3/+3
* | | | | Remove cyclic import hack for `package runtime`gingerBill2024-01-281-4/+4
* | | | | Freestanding - default to nil allocator; wasm - default to panic allocatorgingerBill2024-01-281-1/+10
* | | | | `-default-to-panic-allocator`gingerBill2024-01-284-16/+33
* | | | | Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_ma...gingerBill2024-01-283-11/+13
* | | | | Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-284-7/+54
|/ / / /
* | | | Add `#field_align(N)`gingerBill2024-01-284-24/+56
* | | | Remove dead codegingerBill2024-01-283-26/+16
| |_|/ |/| |
* | | Fix #3122gingerBill2024-01-261-1/+3
* | | Fix `type_ptr_set_update`gingerBill2024-01-261-1/+3
|/ /
* | fix for wasm on llvm 17Laytan Laats2024-01-221-1/+1
* | Clarify #location error message when not a call.Jeroen van Rijn2024-01-201-1/+1
* | Expand -subsystem option on WindowsJeroen van Rijn2024-01-184-28/+83
* | Add WINDOWS_SUBSYSTEM constant boolJeroen van Rijn2024-01-182-10/+11
* | Merge pull request #3093 from avanspector/mastergingerBill2024-01-171-1/+1
|\ \
| * | Fix gcc buildavanspector2024-01-131-1/+1
* | | Merge pull request #3043 from laytan/check-float-value-succeededgingerBill2024-01-171-4/+20
|\ \ \
| * | | check if string could be converted from floatLaytan Laats2024-01-171-4/+20