aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Add some basic escape analysis errors for `return &x`gingerBill2024-03-233-51/+68
* | | | Add missing field flags in debug printinggingerBill2024-03-231-0/+12
|/ / /
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-211-0/+2
|\ \ \
| * \ \ Merge pull request #3304 from mailgerigk/mastergingerBill2024-03-211-0/+2
| |\ \ \
| | * \ \ Merge branch 'odin-lang:master' into mastermailgerigk2024-03-211-0/+2
| | |\ \ \
| | * | | | Remove entry point when compiled with no-entry-point as shared librarygerigk2024-03-201-0/+2
* | | | | | Fix at error printing buggingerBill2024-03-211-1/+4
|/ / / / /
* | | | | Fix #3305gingerBill2024-03-211-1/+1
* | | | | Disallow `for x in y.(T)` and `for x in y.?`gingerBill2024-03-211-4/+7
* | | | | Fix missing `ERROR_BLOCK();` callsgingerBill2024-03-211-0/+4
* | | | | Update doc-format for `#by_ptr` and `#no_broadcast` parametersgingerBill2024-03-213-14/+17
* | | | | Minor clean up of `#no_broadcast` handlinggingerBill2024-03-211-5/+4
* | | | | Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-215-38/+75
| |/ / / |/| | |
* | | | Fix error handling for type switch statementgingerBill2024-03-201-0/+2
|/ / /
* | | Fix error messagegingerBill2024-03-201-1/+1
* | | Fix #3299gingerBill2024-03-201-0/+13
* | | Fix #3301gingerBill2024-03-201-0/+2
* | | Try doing `<{i64, i32}>` instead of `[i64, i64]` for ARM64 12-byte parametersgingerBill2024-03-201-1/+15
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-03-201-0/+1
|\ \ \
| * | | darwin: allow cross linking darwin_amd64 from darwin_arm64Laytan Laats2024-03-201-0/+1
* | | | Force packed structs in ABI parametersgingerBill2024-03-201-2/+2
|/ / /
* | | Change ARM64 ABI for integer-like parametersgingerBill2024-03-201-8/+2
* | | Fix #3133 by show the line of the syntax errorgingerBill2024-03-201-1/+1
* | | Add suggestion for `x: ^T; y = x` to be `x^`gingerBill2024-03-201-0/+5
* | | Add `x: T; y: ^T = x` suggestion to do `&x`gingerBill2024-03-201-0/+6
* | | Update ARM64 ABI return typegingerBill2024-03-201-8/+3