aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow ExactValue_Invalid in assert.fix-4225Jeroen van Rijn2024-09-101-1/+1
* Merge pull request #4218 from pkova/masterLaytan2024-09-091-38/+35
|\
| * Remove unused base:runtime from os2/heap_linux.odinpkova2024-09-081-2/+0
| * Fix os2/heap_linux.odin deadlockpkova2024-09-081-36/+35
* | Merge pull request #4223 from hstormo/bugfixLaytan2024-09-095-4/+1
|\ \
| * | recompile bundled stb truetype on windowslaytan2024-09-091-0/+0
| * | recompile bundled stb truetypeLaytan Laats2024-09-093-1/+1
| * | Remove stb_rect_pack implementation from stb_truetype (fix #4215)HÃ¥kon Stormo2024-09-091-3/+0
|/ /
* | Check for `LLVM_VERSION_MAJOR >= 18`gingerBill2024-09-091-0/+2
* | Add internal flaggingerBill2024-09-093-0/+11
* | fix #4219 - recursive mutex lockLaytan Laats2024-09-081-1/+1
|/
* Move around mutex guardgingerBill2024-09-081-3/+2
* Return "" for rune < 0 in strconv.Jeroen van Rijn2024-09-081-31/+31
* Merge pull request #4212 from karl-zylinski/fix-build-tagsLaytan2024-09-075-5/+16
|\
| * Fix build tags that use ! multiple times on one line. Those don't actually do...Karl Zylinski2024-09-075-5/+16
* | Fix #4211Jeroen van Rijn2024-09-071-3/+4
* | Improve debug information for procedure typesgingerBill2024-09-071-9/+46
* | Update 4210 test to use `unaligned_load`.Jeroen van Rijn2024-09-071-8/+8
* | Add test for #4210Jeroen van Rijn2024-09-073-0/+87
* | Simplify #row_major matrix and `matrix_flatten` behaviourgingerBill2024-09-072-31/+45
* | Merge pull request #4205 from Valakor/wgpugingerBill2024-09-061-0/+2
|\ \
| * | Fix wgpu on Windows - missing links to ole32.lib and oleaut32.libMatthew Pohlmann2024-09-051-0/+2
|/ /
* | Merge pull request #4202 from laytan/add-fixed-point-dependencygingerBill2024-09-051-0/+10
|\ \ | |/ |/|
| * add fixed point sign extend to 128 int depsLaytan Laats2024-09-051-0/+10
|/
* bytes: fix last_index_byte off-by-onelaytan2024-09-052-5/+11
* remove deprecation, technically deprecated but widely usedLaytan Laats2024-09-051-1/+4
* Merge pull request #4191 from laytan/improve-package-doc-commentsgingerBill2024-09-0466-949/+965
|\
| * core: improve package doc comments for the documentation generatorLaytan Laats2024-09-0366-949/+965
* | Merge pull request #4197 from dekdevy/masterLaytan2024-09-041-3/+3
|\ \
| * | fix wgpu vendor lib error messagedek2024-09-041-3/+3
|/ /
* | types with explicit custom alignment are identical to types with the same nat...Laytan2024-09-041-2/+14
* | make c vararg with any vs concrete type similar enoughLaytan2024-09-041-0/+24
* | Merge pull request #4196 from jakubtomsu/unmarshal-json-bit-setsgingerBill2024-09-041-1/+24
|\ \
| * | unmarshal bitset ints like cbor doesjakubtomsu2024-09-041-1/+24
|/ /
* | Merge pull request #4194 from Feoramund/update-bit-arrayJeroen van Rijn2024-09-033-17/+307
|\ \
| * | Add tests for `Bit_Array`Feoramund2024-09-031-0/+244
| * | Change `Bit_Array.max_index` to `length`Feoramund2024-09-032-21/+37
| * | Fix iteration of biased `Bit_Array`Feoramund2024-09-031-3/+3
| * | Add `bit_array.shrink`Feoramund2024-09-031-0/+30
| * | Let `bit_array.create` make zero-length arraysFeoramund2024-09-031-1/+1
* | | Merge pull request #4192 from laytan/strings-substring-rune-wiseJeroen van Rijn2024-09-032-1/+135
|\ \ \
| * | | strings: add `substring`, `substring_to` and `substring_from`Laytan Laats2024-09-032-1/+135
| | |/ | |/|
* | | Merge pull request #4181 from laytan/more-riscv-sysinfoLaytan2024-09-036-34/+302
|\ \ \
| * | | sys/info: more CPU feature detection for RISC-Vlaytan2024-09-026-34/+302
* | | | Merge pull request #4180 from dvrd/altLaytan2024-09-031-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(os2): mkdir_all on path_posixDan Castrillo2024-09-021-5/+5
* | | | Merge pull request #4190 from Kelimion/strings.cutJeroen van Rijn2024-09-032-48/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | strings.cut without allocation.Jeroen van Rijn2024-09-032-48/+60
|/ / /
* | | Merge pull request #4189 from pkova/mastergingerBill2024-09-032-3/+4
|\ \ \
| * | | Fix thread sanitizer errors surfaced by tests/core/iopkova2024-09-032-3/+4
|/ / /