aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-04-095-16/+221
|\
| * Merge pull request #5022 from IllusionMan1212/fix-printing-long-stringsJeroen van Rijn2025-04-091-9/+17
| |\
| | * gb.h: fix buffer overflow when printing long strings. fix #4831IllusionMan12122025-04-091-9/+17
| |/
| * Merge pull request #5021 from flysand7/fix-badgeJeroen van Rijn2025-04-081-1/+1
| |\
| | * Fix the CI badge URLflysand72025-04-091-1/+1
| |/
| * Merge pull request #5013 from IllusionMan1212/one-last-android-fix-maybegingerBill2025-04-081-3/+11
| |\
| | * android: always link liblogIllusionMan12122025-04-081-0/+1
| | * fix: use the clang binary that's provided by the android NDKIllusionMan12122025-04-071-3/+10
| * | Merge pull request #5016 from Barinzaya/fix-math-nextaftergingerBill2025-04-082-3/+192
| |\ \
| | * | Added tests for `math.nextafter`.Barinzaya2025-04-071-0/+189
| | * | Fixed math.nextafter procs skipping from 0 to 1.Barinzaya2025-04-071-3/+3
* | | | Remove warning on struct field parameters being too big for the stackgingerBill2025-04-091-1/+1
|/ / /
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-04-0810-35/+75
|\ \ \
| * | | Don't run demo if building Odin fails.Jeroen van Rijn2025-04-081-0/+1
| * | | Fix #5020Jeroen van Rijn2025-04-081-1/+3
| * | | Merge pull request #5019 from Cararasu/masterJeroen van Rijn2025-04-072-3/+4
| |\ \ \
| | * | | vendor/glfw: fix SetMonitorCallback and MonitorProc type definitionThomas Wagner2025-04-072-3/+4
| |/ / /
| * | | Merge pull request #5018 from Barinzaya/fix-fmt-bitset-nonzero-enumJeroen van Rijn2025-04-071-7/+3
| |\ \ \
| | * | | Fixed `fmt` handling of `bit_set[Enum]` when `min(Enum) != 0`.Barinzaya2025-04-071-7/+3
| | |/ /
| * / / Disallow .Multiline in iterator.Jeroen van Rijn2025-04-071-0/+8
| |/ /
| * | Remove now unused field.Jeroen van Rijn2025-04-071-1/+0
| * | Optimize regex match iterator.Jeroen van Rijn2025-04-073-19/+51
| * | Fix os2/process defer error.Jeroen van Rijn2025-04-071-2/+3
| * | Fix HXA defer warningJeroen van Rijn2025-04-071-2/+2
* | | Propagate `@(link_section=<string>)` to nested declarationsgingerBill2025-04-087-63/+99
|/ /
* | Add trivial sanity check for assigning to return values within `defer` #5011gingerBill2025-04-071-0/+41
* | Merge pull request #5010 from Feoramund/fix-netbsd-arm64-syscallJeroen van Rijn2025-04-071-8/+31
|\ \ | |/ |/|
| * Fix `syscall_bsd` on NetBSD ARM64Feoramund2025-04-061-8/+31
|/
* Return loop index in regex iterator.Jeroen van Rijn2025-04-062-6/+15
* {.Glboal} implicit in regex allocator.Jeroen van Rijn2025-04-062-1/+3
* Merge pull request #5008 from Kelimion/regex-iteratorJeroen van Rijn2025-04-062-5/+152
|\
| * Keep -vet happy.Jeroen van Rijn2025-04-061-1/+1
| * Add iterator for `core:text/regex`.Jeroen van Rijn2025-04-062-5/+152
|/
* Merge pull request #5003 from IllusionMan1212/more-android-fixesgingerBill2025-04-064-89/+92
|\
| * fix(android): pass `--sysroot` when compiling the android glue codeHisham Aburaqibah2025-04-051-0/+5
| * print android-specific flags for the bundle commandHisham Aburaqibah2025-04-051-0/+19
| * fix cross compilation for linux_riscvIllusionMan12122025-04-051-1/+1
| * android bundling improvementsIllusionMan12122025-04-053-64/+42
| * fix: cross-compilation for android on linuxIllusionMan12122025-04-052-25/+26
* | Fix broken asan on Windows.Jeroen van Rijn2025-04-051-0/+0
* | Remove stray import.Jeroen van Rijn2025-04-051-1/+0
* | Fix segfault in core:sys/info on WSL2Jeroen van Rijn2025-04-051-6/+14
* | Merge pull request #5007 from laytan/net-errors-overhaulJeroen van Rijn2025-04-0519-918/+1462
|\ \
| * | net: rework errors to be cross-platformLaytan Laats2025-04-0519-918/+1462
* | | Merge pull request #5006 from Kelimion/fix-doc-testsJeroen van Rijn2025-04-056-69/+127
|\ \ \
| * | | Fix broken examples in documentation tester.Jeroen van Rijn2025-04-056-69/+127
|/ / /
* | | Merge pull request #4993 from Sojamann/small-array-docJeroen van Rijn2025-04-052-0/+662
|\ \ \
| * | | core:container/small_array: add package documentationRobin Bergewski2025-04-052-0/+662
* | | | Merge pull request #5005 from Kelimion/fix-5004Jeroen van Rijn2025-04-052-0/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #5004Jeroen van Rijn2025-04-052-0/+37
|/ / /