aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add core:slice.size to get the byte size of a slice's backing dataBazzagibbs2024-11-111-0/+6
* Merge pull request #4470 from clankill3r/patch-2Jeroen van Rijn2024-11-091-1/+1
|\
| * Update demo.odinDoeke Wartena2024-11-091-1/+1
|/
* Merge pull request #4468 from Cthuflu/patch-doc-1Jeroen van Rijn2024-11-091-1/+2
|\
| * Correct zlib usage in docJacob Pfeiffer2024-11-081-1/+2
|/
* Merge pull request #4465 from apatterndarkly/examples-readme-relative-linksgingerBill2024-11-081-2/+2
|\
| * fix relative links in examples/README.mdAP Darkly2024-11-071-2/+2
* | Merge pull request #4467 from clankill3r/patch-1gingerBill2024-11-081-1/+1
|\ \
| * | Update scanner.odinDoeke Wartena2024-11-071-1/+1
* | | Remove duplicates in `-defineables`gingerBill2024-11-081-2/+16
* | | Merge pull request #4462 from A1029384756/masterLaytan2024-11-071-0/+6
|\ \ \ | |/ / |/| |
| * | added unlinking section to posix socket binding documentationA10293847562024-11-061-0/+6
| |/
* | Merge pull request #4464 from Kelimion/should_use_nativeJeroen van Rijn2024-11-074-21/+49
|\ \ | |/ |/|
| * &&Jeroen van Rijn2024-11-071-1/+1
| * Phrasing!Jeroen van Rijn2024-11-071-2/+2
| * Suggest `-microarch:native` if `popcnt` instruction is missing.Jeroen van Rijn2024-11-074-21/+49
|/
* Merge pull request #4461 from nickk-dv/masterLaytan2024-11-061-5/+5
|\
| * fix LoadRandomSequence binding in vendor raylibnickk-dv2024-11-061-5/+5
|/
* Merge pull request #4394 from seventh-chord/errormessagesgingerBill2024-11-061-0/+9
|\
| * Suggestion when assigning enum to bit_setMorten Hauke Solvang2024-10-191-0/+9
* | Merge pull request #4437 from dpoetzschke/fix/windows-args-escapinggingerBill2024-11-061-0/+30
|\ \
| * | added bracesDominik Pötzschke2024-10-311-2/+4
| * | adjust memory allocationDominik Pötzschke2024-10-301-1/+6
| * | fix: fix windows params bugDominik Pötzschke2024-10-301-0/+23
* | | Minor formatting changegingerBill2024-11-051-6/+6
* | | Merge pull request #4456 from colrdavidson/timezones_fixJeroen van Rijn2024-11-053-0/+32
|\ \ \
| * | | oops, missed a commaColin Davidson2024-11-051-1/+1
| * | | add new test, better fail-check, and non-transitioning tz fixColin Davidson2024-11-053-0/+32
|/ / /
* | | Merge pull request #4449 from 0dminnimda/add-piedev-2024-11Jeroen van Rijn2024-11-042-4/+13
|\ \ \
| * | | Revert further simplifiction0dminnimda2024-11-041-1/+1
| * | | Simplify further0dminnimda2024-11-041-1/+1
| * | | Simplify use of pie0dminnimda2024-11-043-48/+9
| * | | Add support for linking as pie0dminnimda2024-11-043-3/+51
* | | | Fix previous commit for arraysgingerBill2024-11-041-10/+9
* | | | Fix bug for `foo().bar` where `foo()` is a 0-value expressiongingerBill2024-11-041-12/+16
* | | | Fix `auto_cast` matrix buggingerBill2024-11-041-1/+12
* | | | Fix #4406 `os2` to not close the std file handles but rather just free the me...gingerBill2024-11-041-3/+3
* | | | Merge pull request #4451 from NicknEma/contextless-marksJeroen van Rijn2024-11-041-7/+7
|\ \ \ \
| * | | | Mark procs as "contextless" in winerror.odinNicknEma2024-11-041-7/+7
|/ / / /
* | | | Merge pull request #4447 from Kelimion/is_alignedJeroen van Rijn2024-11-031-1/+3
|\ \ \ \
| * | | | Missing paren.Jeroen van Rijn2024-11-031-1/+1
| * | | | `mem.is_aligned` is in bytes, not log2 bytesJeroen van Rijn2024-11-031-1/+3
|/ / / /
* | | | Merge pull request #4415 from p2jason/masterLaytan2024-11-011-14/+17
|\ \ \ \
| * | | | Removed event hook callback from add_*_event_listener functionsp2jason2024-10-311-18/+4
| * | | | Removed event queue from add_*_event_listener JS functions and added event ho...p2jason2024-10-312-35/+43
| * | | | Changed boolean parameters to bit set in the add_*_event_listener functionsp2jason2024-10-251-6/+6
| * | | | Added parameters to the add_*_event_listener JS functions for stopping event ...p2jason2024-10-242-11/+20
* | | | | fix tabsLaytan Laats2024-11-011-15/+15
* | | | | add time/timezone to docsLaytan Laats2024-11-011-0/+2
* | | | | add CoreFoundation and Security to docsLaytan Laats2024-11-011-0/+4