aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #3630 (first part)gingerBill2024-05-262-2/+2
* Add shadow suggestiongingerBill2024-05-221-1/+5
* Be very particular with the cases for the error notesgingerBill2024-05-221-16/+15
* Improve errors a lot for assigning procedures of the wrong signaturegingerBill2024-05-221-2/+47
* Fix #3603gingerBill2024-05-201-1/+7
* Fix indexing type when using a `#row_major` matrixgingerBill2024-05-201-2/+7
* Remove constant indexing for `matrix` value propagationgingerBill2024-05-201-1/+1
* Merge pull request #3607 from Szwagi/fix-atomic-memory-ordergingerBill2024-05-201-2/+2
|\
| * Fix Odin to LLVM memory order mapping for .Relaxed and .ConsumeKamil T2024-05-201-2/+2
* | Fix `for &v in &fixed_array`gingerBill2024-05-201-1/+2
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-05-201-8/+0
|\ \
| * \ Merge pull request #3592 from laytan/wasm-gpagingerBill2024-05-201-8/+0
| |\ \ | | |/ | |/|
| | * add a default heap/general purpose allocator for wasm to `base:runtime`Laytan Laats2024-05-161-8/+0
* | | Improve "Expected a type" syntax errorgingerBill2024-05-201-2/+8
|/ /
* | Add intrinsics `type_is_matrix_row_major` & `type_is_matrix_column_major`gingerBill2024-05-202-0/+34
* | Merge pull request #3570 from jasonKercher/linux-arm32gingerBill2024-05-205-7/+22
|\ \
| * | arm32 now compiles and runs demojasonkercher2024-05-105-7/+22
* | | Fix `intrinsics.ptr_sub`gingerBill2024-05-191-2/+3
* | | Remove bad codegingerBill2024-05-161-1/+0
* | | Fix more #soa changesgingerBill2024-05-163-0/+15
* | | Fix `soa_zip` and `soa_unzip`gingerBill2024-05-163-5/+23
* | | Fix #3514 along with `soa.a[i]` bounds checkinggingerBill2024-05-164-21/+50
* | | Fix #3589gingerBill2024-05-161-1/+1
* | | Fix error reporting for enforce new switch/for syntaxgingerBill2024-05-162-8/+4
* | | Remove the old switch/for semantics entirely and enforce `switch &x in y`gingerBill2024-05-163-63/+15
* | | Reimplement `-build-mode:static`/`-build-mode:lib`gingerBill2024-05-164-8/+42
| |/ |/|
* | Merge pull request #3439 from andreas-jonsson/netbsdgingerBill2024-05-156-7/+82
|\ \
| * \ Merge branch 'master' into netbsdAndreas T Jonsson2024-05-1310-41/+497
| |\ \
| * | | Removed dead codeAndreas T Jonsson2024-05-101-2/+1
| * | | Merge branch 'master' into netbsdAndreas T Jonsson2024-05-1023-293/+1864
| |\ \ \
| * | | | Changed target data layoutAndreas T Jonsson2024-05-101-1/+1
| * | | | Merged with masterAndreas T Jonsson2024-05-0216-476/+520
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into netbsdAndreas T Jonsson2024-04-2522-330/+824
| |\ \ \ \ \
| * | | | | | Switched to native futex on NetBSDAndreas T Jonsson2024-04-251-4/+9
| * | | | | | Use PHYSMEM64 on NetBSDAndreas T Jonsson2024-04-221-1/+9
| * | | | | | Added build tagAndreas T Jonsson2024-04-221-2/+2
| * | | | | | Fixed bug report information for NetBSDAndreas T Jonsson2024-04-191-4/+8
| * | | | | | Added thread nameAndreas T Jonsson2024-04-171-6/+4
| * | | | | | Initial commit of NetBSD portAndreas T Jonsson2024-04-165-5/+69
* | | | | | | Fix #3586gingerBill2024-05-141-20/+21
* | | | | | | Fix #3587gingerBill2024-05-141-1/+28
* | | | | | | Attempt at fixing #3588gingerBill2024-05-141-0/+2
* | | | | | | Make `..` ranges a complete error rather than a warning now.gingerBill2024-05-131-1/+1
* | | | | | | Extra check for `field` being `nullptr`gingerBill2024-05-131-4/+6
* | | | | | | Make `core:runtime` etc a warning, and an error with `-vet`gingerBill2024-05-132-3/+27
* | | | | | | If only warnings exist on `print_all_errors`, next time it is called, clear t...gingerBill2024-05-131-0/+15
* | | | | | | Fix #3554gingerBill2024-05-131-2/+2
* | | | | | | Fix #3516gingerBill2024-05-131-0/+11
* | | | | | | Fix #3569gingerBill2024-05-131-1/+1
* | | | | | | Merge pull request #3580 from Feoramund/suggest-test-all-packagesgingerBill2024-05-132-4/+5
|\ \ \ \ \ \ \