aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Remove typojakubtomsu2023-04-231-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #2478 from matias-eduardo/masterJeroen van Rijn2023-04-231-0/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Add IsWindow to user32.odinMatias Fernandez2023-04-221-0/+1
| |/ / / / / / / /
* / / / / / / / / Update to Metal 3gingerBill2023-04-267-8/+1023
|/ / / / / / / /
* | | | | | | | Add ifdef blockgingerBill2023-04-211-0/+2
* | | | | | | | Fix memory leak caused by awful realloc usage on LinuxgingerBill2023-04-213-13/+32
* | | | | | | | Merge pull request #2472 from Kelimion/resolv_fixJeroen van Rijn2023-04-211-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix #2471Jeroen van Rijn2023-04-211-3/+5
|/ / / / / / / /
| | * | | | | | Rename `word_size` to `ptr_size` internally to make it clearergingerBill2023-04-2010-67/+67
| | * | | | | | Begin work on new pseudo-architecture: wasm64p32gingerBill2023-04-2017-35/+62
| | * | | | | | Add internal padding to types where ptr size != int sizegingerBill2023-04-202-16/+72
| | * | | | | | Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq...gingerBill2023-04-205-61/+81
| |/ / / / / / |/| | | | | |
* | | | | | | Unify `foreign import` for `vendor:sdl2`gingerBill2023-04-2029-166/+4
* | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-04-202-6/+26
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #2457 from jakubtomsu/mastergingerBill2023-04-201-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | Convert indentation to tabsjakubtomsu2023-04-141-6/+6
| | * | | | | | | Handle unmarshalling to json.Valuejakubtomsu2023-04-141-0/+6
| * | | | | | | | Merge pull request #2464 from ap29600/simd_unaligned_loadgingerBill2023-04-201-5/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | improve code generation for `intrinsics.unaligned_load/store` on `#simd` typesAndrea Piseri2023-04-161-5/+19
| | |/ / / / / / /
| * | | | | | | | Merge pull request #2450 from destroycomputers/mastergingerBill2023-04-201-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix intrinsics.alloca code generationdestroycomputers2023-04-111-1/+1
| | | |/ / / / / / | | |/| | | | | |
* | / | | | | | | Allow aliasing foreign import namegingerBill2023-04-201-1/+3
|/ / / / / / / /
* | | | | | | | Fix again append on zero sized typesgingerBill2023-04-191-5/+5
* | | | | | | | Fix missing cast in `array_elems`gingerBill2023-04-191-3/+5
* | | | | | | | Preserve port when calling `net.resolve` with hostname:port.Jeroen van Rijn2023-04-181-1/+2
* | | | | | | | Fix race condition with -use-separate-modules due to type determinationgingerBill2023-04-183-3/+18
* | | | | | | | Add missing enumgingerBill2023-04-181-0/+1
* | | | | | | | Inline static map calls for map get, and improve readability of the LLVM IRgingerBill2023-04-181-26/+54
* | | | | | | | Merge pull request #2462 from lefp/masterJeroen van Rijn2023-04-161-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix: header directories in Unix build scriptPeter Lef2023-04-161-1/+3
|/ / / / / / / /
* | | | | | | | Improve grammargingerBill2023-04-152-2/+2
* | | | | | | | Add `@(deferred_*_by_ptr=<proc>)`gingerBill2023-04-153-111/+222
* | | | | | | | Add `struct #no_copy`gingerBill2023-04-152-0/+8
* | | | | | | | Add `#no_copy` to sync primitivesgingerBill2023-04-153-18/+18
* | | | | | | | Add `struct #no_copy`gingerBill2023-04-159-12/+61
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2455 from nektro/patch-1Jeroen van Rijn2023-04-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | build_odin.sh: fix typo introduced in detection of llvm-config-11-64Meghan2023-04-121-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2453 from TriedAngle/patch-1Jeroen van Rijn2023-04-121-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix: `Unable to find LLVM-config` on UbuntuTryAngle2023-04-111-0/+2
|/ / / / / / /
* / / / / / / Only try to parse git hash if .git is presentJeroen van Rijn2023-04-112-2/+10
|/ / / / / /
* | | | | | Merge pull request #2446 from RestartFU/masterJeroen van Rijn2023-04-091-1/+1
|\ \ \ \ \ \
| * | | | | | fix SendInput function in user32RestartFU2023-04-081-1/+1
|/ / / / / /
* | | | | | Add Vulkan-Wayland to wrapper generatorJeroen van Rijn2023-04-086-13221/+13310
* | | | | | Merge pull request #2443 from limaak/fix/darwin-arm64-build-shJeroen van Rijn2023-04-081-11/+13
|\ \ \ \ \ \
| * | | | | | build_odin.sh - fix build on darwin arm64kamil-beker2023-04-081-11/+13
* | | | | | | Merge pull request #2445 from Lperlind/documentation/strings_returnsJeroen van Rijn2023-04-089-403/+482
|\ \ \ \ \ \ \
| * | | | | | | Document return values of strings and add allocator errors whereLucas Perlind2023-04-079-403/+482
| |/ / / / / /
* | | | | | | Revert "Add VK Wayland"Jeroen van Rijn2023-04-086-13296/+13220
* | | | | | | Add VK WaylandJeroen van Rijn2023-04-086-13220/+13296
* | | | | | | Merge pull request #2444 from Yawning/fix/modern-crypto-cleanupsJeroen van Rijn2023-04-089-7/+40
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |