aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | llvm-18: enable static map calls on non amd64sysv targetsLaytan Laats2024-05-071-3/+2
* | | | llvm-18: fix undocumented breaking change on i128 alignmentLaytan2024-05-071-31/+20
* | | | llvm-18: enable sroa and static map callsLaytan Laats2024-05-072-0/+14
* | | | llvm-18: linux (amd64)Laytan2024-05-071-1/+1
* | | | llvm 18: general unix and darwin specificsLaytan Laats2024-05-072-12/+393
* | | | Fix typogingerBill2024-05-071-1/+1
* | | | Add metadata to packed structs field accesses to state it is packedgingerBill2024-05-073-2/+43
* | | | Check for specialization in `typeid/T` for parapoly recordsgingerBill2024-05-071-1/+10
* | | | 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
| |_|/ |/| |