aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Begin work adding `bit_field`gingerBill2024-02-2210-2/+403
* | | | | Fix futexgingerBill2024-02-221-1/+1
* | | | | Minor changes to futex implementation on LinuxgingerBill2024-02-222-3/+5
* | | | | Add `bit_field` as a keywordgingerBill2024-02-222-2/+5
* | | | | Fix divergent proc call in `defer`Laytan Laats2024-02-211-4/+17
|/ / / /
* | | | Revert change since it is not neededgingerBill2024-02-211-1/+1
* | | | `if` -> `while` in `wait_signal_until_available` to check for spurious wake-upsgingerBill2024-02-211-1/+1
* | | | Add backend info to `odin report`Laytan Laats2024-02-201-4/+10
* | | | Convert weird DOS line-endings to UNIXLaytan Laats2024-02-201-1061/+1061
| |_|/ |/| |
* | | Fix typogingerBill2024-02-131-1/+1
* | | Fix typo that causes map info debug issuesgingerBill2024-02-131-2/+2
* | | Fix race condition with #soagingerBill2024-02-133-15/+24
* | | Fix race condition with regards to #soa arrays by using the fields mutexgingerBill2024-02-132-5/+15
* | | Use `Raw_Map` as the debug information for a `map`gingerBill2024-02-132-1/+5
* | | Store cell data in map debug metadatagingerBill2024-02-121-2/+36
* | | Add metadata type to `map`s debug information to aid debuggers knowing what i...gingerBill2024-02-123-1/+31
* | | 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