aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
|\ \ \ \ \
| * | | | | Change and to orjakubtomsu2023-10-251-3/+3
| | |/ / / | |/| | |
* / | | | Fix reading from `/sys/` pseudo fxJeroen van Rijn2023-10-261-2/+2
|/ / / /
* | | | Remove `disabled` attribute from `unimplemented`gingerBill2023-10-251-1/+0
* | | | On `-disable-assert`, `panic` will still work but not print the caller locationgingerBill2023-10-252-3/+4
| |_|/ |/| |
* | | Merge pull request #2888 from thetarnav/wasm-i64gingerBill2023-10-241-4/+2
|\ \ \
| * | | Correct loadI64 and storeI64 methods in runtime.jsDamian Tarnawski2023-10-221-4/+2
* | | | Merge pull request #2886 from flysand7/linux-no-crtgingerBill2023-10-243-8/+93
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove binaryflysand72023-10-221-0/+0
| * | | Implement -no-crt entry point on linuxflysand72023-10-224-8/+93
* | | | Merge pull request #2889 from jakubtomsu/fix-simd-bit-and-not-typoJeroen van Rijn2023-10-222-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix the other bit_* intrinsic callsjakubtomsu2023-10-222-7/+7
| * | | change and_not to bit_and_notjakubtomsu2023-10-221-1/+1
|/ / /
* | / Add clear_soa (for #soa[dynamic]T)Jeroen van Rijn2023-10-221-0/+13
| |/ |/|
* | Merge pull request #2887 from SentientCoffee/map-shrink-return-valuesJeroen van Rijn2023-10-211-3/+3
|\ \ | |/ |/|
| * Fix a `shrink(map[T]U)` bug in the core libDaniel2023-10-211-3/+3
|/
* Merge pull request #2884 from flysand7/editor-configJeroen van Rijn2023-10-202-27/+33
|\
| * wildcard editorconfigflysand72023-10-211-1/+1
| * convert procs_windows_amd64.asm to tabsflysand72023-10-201-27/+27
| * add .editorconfigflysand72023-10-201-0/+6
|/
* Merge pull request #2883 from flysand7/chkstkgingerBill2023-10-201-4/+70
|\
| * Implement __chkstkflysand72023-10-201-4/+70
|/
* Merge pull request #2882 from thetarnav/js-timeJeroen van Rijn2023-10-192-10/+5
|\
| * Fix calling time.now() in wasm js runtimeDamian Tarnawski2023-10-192-10/+5
|/
* Merge pull request #2879 from jcmdln/license-auditJeroen van Rijn2023-10-192-0/+27
|\
| * Ensure required licenses are in distributable bundlesjcmdln2023-10-182-0/+27
|/
* Merge pull request #2878 from laytan/remove-build-artifactsJeroen van Rijn2023-10-183-0/+0
|\
| * remove build artifactsLaytan2023-10-183-0/+0
|/