aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix gb.h to be able to use -fsanitize=addressLaytan Laats2024-03-291-4/+9
* | | Merge pull request #3353 from laytan/fix-incomplete-types-resize-segfaultgingerBill2024-03-291-1/+3
|\ \ \ | |_|/ |/| |
| * | fix a segfault when incomplete types array resizes while processingLaytan Laats2024-03-291-1/+3
| |/
* | Reverting to calculated frequency timings method on macOS, but fixedHarold Brenes2024-03-291-3/+3
* | Fix incorrect timings on macOSHarold Brenes2024-03-281-12/+13
|/
* Merge pull request #3346 from laytan/add-macos-14.4.1Jeroen van Rijn2024-03-281-0/+1
|\
| * add MacOS 14.4.1 to sys/info and odin reportLaytan Laats2024-03-281-0/+1
* | fix not setting ok in cached code pathLaytan Laats2024-03-281-5/+22
* | speed up path_to_fullpath on Linux/MacOSLaytan Laats2024-03-281-4/+13
|/
* Disable packing on ARM64 and AMD64gingerBill2024-03-281-2/+4
* Fix #3341gingerBill2024-03-272-3/+10
* Improve C-like syntax mistakes error messagesgingerBill2024-03-271-0/+1
* Fix parsing bug on `bit_set[;x]`gingerBill2024-03-271-0/+5
* Merge pull request #3283 from laytan/darwin-new-wait-on-address-apigingerBill2024-03-272-0/+78
|\
| * add `ODIN_` prefix to the new constantLaytan Laats2024-03-181-1/+1
| * darwin: use new wait on address API if possibleLaytan Laats2024-03-152-0/+78
* | darwin: fix linker warning when building dynamic libraryLaytan Laats2024-03-261-2/+4
* | Fix type info layout for wasm64p32 targetsgingerBill2024-03-261-2/+2
* | Fix wasm abigingerBill2024-03-261-1/+1
* | Merge pull request #3335 from rick-masters/fix_incomplete_struct_typegingerBill2024-03-261-0/+2
|\ \
| * | Don't add type info for incomplete structs.rick-masters2024-03-261-0/+2
* | | Add extra sanity check for `nullptr`gingerBill2024-03-261-1/+3
* | | Fix `min`/`max` for wasmgingerBill2024-03-261-2/+2
|/ /
* | Fix another #soa race condition buggingerBill2024-03-266-23/+78
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-264-4/+19
|\ \
| * | darwin: be less annoying about "incompatible" library versionsLaytan Laats2024-03-253-3/+9
| * | Merge pull request #3329 from laytan/fix-darwin_amd64-f16-emulation-on-older-...gingerBill2024-03-251-1/+10
| |\ \
| | * | darwin: fix amd64 f16 emulationLaytan Laats2024-03-251-1/+10
* | | | Fix #3327 #3204 #3200gingerBill2024-03-262-56/+160
|/ / /
* | | Fix printing errors issuegingerBill2024-03-251-2/+6
* | | Fix error reporting for type cyclesgingerBill2024-03-251-1/+1
* | | Merge pull request #3326 from rick-masters/fix_fields_wait_signalgingerBill2024-03-254-1/+8
|\ \ \
| * | | Fix fields_wait_signal futex.rick-masters2024-03-244-1/+8
* | | | Potentially fix a race condition with parapoly types (related to #3328)gingerBill2024-03-254-97/+104
* | | | Remove old error message for #3062gingerBill2024-03-241-3/+0
|/ / /
* | | Add assert message to tell me people to report the buggingerBill2024-03-241-2/+2
* | | Fix #3226gingerBill2024-03-241-4/+8
* | | Fix #3249gingerBill2024-03-241-1/+4
* | | Fix #3319gingerBill2024-03-241-0/+18
* | | Fix #3320gingerBill2024-03-241-9/+10
* | | Improve error messages for some wrong constant value attributesgingerBill2024-03-241-0/+9
* | | Merge pull request #3316 from laytan/fix-ld-warnings-and-set-default-minimum-...gingerBill2024-03-243-17/+24
|\ \ \ | |/ / |/| |
| * | darwin: fix ld warnings and set minimum os versionLaytan Laats2024-03-233-17/+24
* | | darwin: arm64 abi fixesLaytan Laats2024-03-231-2/+19
* | | Add error block around `error_line` callsgingerBill2024-03-236-4/+28
* | | Improve error suggestion and propagation for `x->y`gingerBill2024-03-231-3/+11
* | | Improve error propagation for `(*x).y` style errors from C-programmersgingerBill2024-03-231-0/+2
* | | Treat `*x` as an unary operator to improve error messages for common C-progra...gingerBill2024-03-233-2/+34
* | | Fix #3314gingerBill2024-03-231-5/+7
* | | Ignore wrong typesgingerBill2024-03-231-1/+1