aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3540 from VictorSohier/handle-fixed-soa-arraysgingerBill2024-05-071-2/+8
|\ \ \ \
| * | | | Remove breakpoint hookVictor Sohier2024-05-061-1/+0
| * | | | Explicitly handle previously implicitly handled caseVictor Sohier2024-05-061-0/+1
| * | | | FormattingVictor Sohier2024-05-051-4/+1
| * | | | Fix: Fixed #soa arraysVictor Sohier2024-05-051-2/+11
* | | | | Fix #3527gingerBill2024-05-071-0/+8
* | | | | Fix #3530gingerBill2024-05-072-2/+11
* | | | | Fix #3464gingerBill2024-05-071-0/+3
* | | | | Free memory for the error messages just in casegingerBill2024-05-071-0/+1
* | | | | Merge neighbouring error messages with the same locationgingerBill2024-05-071-34/+57
* | | | | Fix #3531Feoramund2024-05-061-1/+3
|/ / / /
* | | | Merge pull request #3526 from laytan/target-featuresgingerBill2024-05-0511-184/+839
|\ \ \ \
| * | | | compiler: improve target features supportLaytan Laats2024-05-0211-184/+839
* | | | | Merge pull request #3532 from laytan/fix-invalid-jsongingerBill2024-05-051-2/+3
|\ \ \ \ \
| * | | | | fix invalid JSON when an error does not have a positionLaytan Laats2024-05-051-2/+3
* | | | | | Minimally support compiling Odin on FreeBSD arm64Feoramund2024-05-053-1/+18
* | | | | | Merge pull request #3369 from joakin/fix-dynamic-library-from-vendor-on-linuxgingerBill2024-05-033-2/+21
|\ \ \ \ \ \
| * | | | | | Recognize dynamic library names like libraylib.so.5.0.0joakin2024-04-193-2/+21
* | | | | | | Merge pull request #3525 from Feoramund/fix-more-error-racecondgingerBill2024-05-031-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix more race conditions in error reportingFeoramund2024-05-011-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Allow `#no_alias` on multi-pointersgingerBill2024-05-031-2/+2
| |_|/ / / / |/| | | | |
* | | | | | Improve error message's suggestion for `if !integer`gingerBill2024-05-031-3/+5
* | | | | | Revert to old `StringMap` internal layoutgingerBill2024-05-031-0/+292
|/ / / / /
* | | | | Merge pull request #3518 from laytan/sysinfo-arm-additionsgingerBill2024-04-301-7/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sys/info: retrieve better CPU description on DarwinLaytan Laats2024-04-301-7/+20
* | | | | Merge pull request #3505 from Feoramund/allow-disabled-init-procsgingerBill2024-04-291-0/+5
|\ \ \ \ \
| * | | | | Allow `@(init)` procs to be `@(disabled)`Feoramund2024-04-281-0/+5
* | | | | | Fix race condition in `error_va`Feoramund2024-04-281-1/+1
|/ / / / /
* | | | | Merge pull request #3495 from Feoramund/fix-rune-literal-error-double-reportinggingerBill2024-04-281-2/+1
|\ \ \ \ \
| * | | | | Fix invalid rune literal reported twiceFeoramund2024-04-281-2/+1
* | | | | | wasm: allow `-default-to-nil-allocator`Laytan Laats2024-04-281-2/+4
| |/ / / / |/| | | |
* | | | | Add extra assertsgingerBill2024-04-281-0/+2
* | | | | Clear unused `global_error_collector.curr_error`Feoramund2024-04-281-0/+2
|/ / / /
* | | | Disallow `for x in bitset_or_map` if `x` is a variable that matches the "key"gingerBill2024-04-271-0/+22
* | | | Generalize Odin call-based "iterators" to work with more than 2-values: `for ...gingerBill2024-04-272-23/+65
* | | | Fix wrong allocator usagegingerBill2024-04-271-1/+1
* | | | Correct map usagegingerBill2024-04-263-3/+3
* | | | Implement dumb `PtrMap`gingerBill2024-04-264-258/+241
* | | | Implement dumb `StringMap`gingerBill2024-04-262-169/+135
* | | | Minor clean upgingerBill2024-04-263-10/+17
* | | | Minor changesgingerBill2024-04-262-6/+7
* | | | Fix minor buggingerBill2024-04-261-1/+1
| |_|/ |/| |
* | | Merge pull request #3467 from laytan/clang-18-linking-backportgingerBill2024-04-251-73/+29
|\ \ \
| * | | fix linking with clang-18Laytan2024-04-221-73/+29
* | | | Merge pull request #3479 from laytan/support-0-sized-return-arm64-abigingerBill2024-04-251-2/+3
|\ \ \ \
| * | | | compiler: support returning 0 sized types in arm64 abiLaytan Laats2024-04-241-2/+3
* | | | | Improve support for big-endian `bit_field`sgingerBill2024-04-241-11/+41
* | | | | Disallow mixing endian types within a `bit_field`gingerBill2024-04-241-0/+39
* | | | | Remove line info in message with `-json-errors`gingerBill2024-04-241-6/+30
* | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-04-242-21/+4
|\| | | |