aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bodge: fix matrix_flatten issue in Win64 ABIgingerBill2023-11-061-2/+19
* Fix #2913gingerBill2023-11-041-0/+5
* Add warning for things like `1.0 / some_int`gingerBill2023-11-041-0/+24
* Add `allocator` parameter to `fmt`'s `aprint` and `aprintln`gingerBill2023-11-031-4/+4
* A docs.odin explaining what are the required entities in core:runtime by the ...dev-2023-11gingerBill2023-11-011-0/+179
* Add missing callsgingerBill2023-11-011-0/+3
* Merge pull request #2910 from laytan/fix-empty-pass-because-trailing-commaJeroen van Rijn2023-11-011-1/+1
|\
| * Fix empty pass because of trailing commaLaytan2023-10-311-1/+1
* | Merge pull request #2911 from flysand7/sys-unix-net-fixJeroen van Rijn2023-11-011-1/+2
|\ \ | |/ |/|
| * sys/linux: Fix EFAULT on recvfromflysand72023-11-011-1/+2
|/
* Merge pull request #2897 from jcmdln/editorconfiggingerBill2023-10-311-1/+5
|\
| * editorconfig: Use 2-column spaces in YAMLjcmdln2023-10-261-1/+5
* | Merge pull request #2876 from flysand7/new-sys-unixgingerBill2023-10-3124-754/+6679
|\ \
| * \ Merge branch 'master' into new-sys-unixgingerBill2023-10-3164-101/+739
| |\ \
| * | | convert spaces to tabsflysand72023-10-276-2168/+2168
| * | | Implement new sys/unix packageflysand72023-10-2725-762/+6690
* | | | Merge pull request #2906 from karl-zylinski/slice-clone-locgingerBill2023-10-311-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Make slice.clone and slice.clone_to_dynamic take a loc parameterKarl Zylinski2023-10-301-4/+4
* | | | Temporarily disable RTTI test on Windows.Jeroen van Rijn2023-10-312-2/+2
|/ / /
* | | Merge pull request #2905 from odin-lang/llvm-17-custom-passesgingerBill2023-10-304-16/+413
|\ \ \
| * | | Explicitly write out the passes for each level and remove certain passesgingerBill2023-10-303-21/+271
| * | | TEST: Add sroa passes backgingerBill2023-10-291-1/+4
| * | | Ignore `store undef` callsgingerBill2023-10-291-1/+5
| * | | Remove trailing commagingerBill2023-10-291-1/+1
| * | | Use default passes without coro, openmp, and sroa passesgingerBill2023-10-291-12/+31
| * | | Test: use custom passes for -o:speedgingerBill2023-10-291-1/+122
* | | | Add test for RTTIJeroen van Rijn2023-10-304-8/+115
* | | | Merge pull request #2902 from flysand7/vendor-darwinJeroen van Rijn2023-10-3042-10/+52
|\ \ \ \
| * | | | move darwin-specific packages in all_vendor_darwin.odinflysand72023-10-302-10/+12
| * | | | Merge branch 'master' into vendor-darwinflysand72023-10-302-4/+6
| |\| | |
| * | | | Only build vendor:darwin on darwinflysand72023-10-2940-0/+40
* | | | | Merge pull request #2904 from AquaGeneral/masterJeroen van Rijn2023-10-301-3/+3
|\ \ \ \ \
| * | | | | Fixed typo "fot" and clarified slashpath.extJesse Stiller2023-10-301-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #2903 from flysand7/i386-syscall-asm-fixJeroen van Rijn2023-10-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into i386-syscall-asm-fixflysand72023-10-302-4/+6
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Force dynamic map calls on non-windows targetsgingerBill2023-10-291-2/+4
* | | | | Only make static map get calls inlineable outside of debug buildsgingerBill2023-10-271-2/+2
| |/ / / |/| | |
| * | | Fix-up inline asm for i386 syscalls emitflysand72023-10-301-1/+1
|/ / /
* | | Fix static map calls and default to them!gingerBill2023-10-272-7/+27
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-10-274-2/+41
|\ \ \
| * \ \ Merge pull request #2896 from thetarnav/js-randJeroen van Rijn2023-10-274-2/+41
| |\ \ \ | | |_|/ | |/| |
| | * | Replace Math.random with crypto.getRandomValues for _system_numberDamian Tarnawski2023-10-273-5/+6
| | * | Use wasmMemoryInterface for rand_bytesDamian Tarnawski2023-10-271-1/+1
| | * | Rename rand to rand_f64Damian Tarnawski2023-10-271-2/+3
| | * | Add system_random and random_bytes for js targetDamian Tarnawski2023-10-274-2/+39
| |/ /
* / / Disable using giant packed struct for type info table for the time beinggingerBill2023-10-273-40/+62
|/ /
* | Merge pull request #2891 from flysand7/glfw-fixesgingerBill2023-10-263-3/+15
|\ \
| * | Change bool to b32flysand72023-10-242-2/+2
| * | GLFW binding fixesflysand72023-10-243-3/+15
* | | Merge pull request #2895 from jakubtomsu/fix-builtin-const-int-checksgingerBill2023-10-261-3/+3
|\ \ \