aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [fmt] fix zero-padding behaviour of numbersfinn2023-06-011-0/+5
| |/ /
* | | Rename procsgingerBill2023-06-072-2/+2
* | | Merge branch 'master' into separate-int-word-sizesgingerBill2023-06-0665-2740/+4723
|\ \ \
| * \ \ Merge pull request #2571 from jakubtomsu/builtin-soa-procs-improvementsgingerBill2023-06-061-46/+41
| |\ \ \
| | * | | Update SOA dynamic array procs to match non-SOAjakubtomsu2023-06-011-46/+41
| | |/ /
| * | | Fix `fmt` for `js`gingerBill2023-06-061-1/+1
| * | | Update core/mem/doc.odinAxel Pahl2023-06-061-1/+2
| * | | Correct printing in fmt for `ODIN_ERROR_POS_STYLE`gingerBill2023-06-061-5/+16
| * | | Add error requiring an explicit calling convention for foreign proceduresgingerBill2023-06-062-3/+3
| * | | Fix `map_get` typogingerBill2023-06-061-1/+1
| |/ /
| * | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-311-23/+635
| |\ \
| | * | Document core:math/rand and add 'possible output'Lucas Perlind2023-05-311-23/+635
| * | | Remove `thread.init_context = context`gingerBill2023-05-311-1/+0
| |/ /
| * | Add more documentation to numerous `@builtin` procedures in package runtimegingerBill2023-05-301-6/+110
| * | Merge pull request #2558 from laytan/implement-set-blocking-darwingingerBill2023-05-302-3/+39
| |\ \
| | * | implement non blocking sockets for darwinLaytan Laats2023-05-272-3/+39
| * | | Add missing procedure for `#reverse` on stringsgingerBill2023-05-301-0/+36
| * | | Change to `"contextless" from `"c"`gingerBill2023-05-291-22/+22
| * | | Merge pull request #2535 from jasonKercher/fix2515gingerBill2023-05-291-24/+89
| |\ \ \
| | * | | add rehash to map_shrink_dynamicjason2023-05-171-0/+1
| | * | | implement random map seedjason2023-05-161-8/+34
| | * | | implement backward shift during map insertionjason2023-05-161-16/+54
| * | | | Merge pull request #2557 from laytan/fix-weird-errno-on-darwinJeroen van Rijn2023-05-271-2/+2
| |\ \ \ \
| | * | | | fix weird errno returned on darwinLaytan Laats2023-05-271-2/+2
| | | |/ / | | |/| |
| * / | | Correct `queue` usage of `runtime.Allocator_Error`gingerBill2023-05-271-11/+11
| |/ / /
| * | | Fix typogingerBill2023-05-251-1/+1
| * | | Remove os dependency in primitives_openbsd.odingingerBill2023-05-251-2/+8
| * | | Remove `os` dependency for futex_openbsd.odingingerBill2023-05-251-3/+7
| * | | Make many `core:unicode/utf8` procedures "contextless"gingerBill2023-05-251-18/+18
| * | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-251-1/+3
| |\ \ \
| | * \ \ Merge pull request #2555 from ryhor-spivak/fix_windowplacementgingerBill2023-05-241-1/+3
| | |\ \ \
| | | * | | Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...Ryhor Spivak2023-05-241-1/+3
| * | | | | Add mutex to `mem.Tracking_Allocator`gingerBill2023-05-251-0/+7
| |/ / / /
| * / / / Fix special printing for certain named types with `fmt.printf` related proced...gingerBill2023-05-241-12/+4
| |/ / /
| * | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-224-12/+39
| |\ \ \
| | * \ \ Merge pull request #2553 from laytan/fix-2550-json-unicode-issueJeroen van Rijn2023-05-224-12/+39
| | |\ \ \
| | | * | | fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-224-12/+39
| * | | | | Add `@(require_results)` to `core:math/ease`gingerBill2023-05-221-41/+76
| |/ / / /
| * | | | Add `@(require_results)` and `contextless` to procedures in `core:math/bits`gingerBill2023-05-221-84/+161
| * | | | Add `@(require_results)` to `core:math/fixed`gingerBill2023-05-221-0/+11
| * | | | Add `@(require_results)` to `core:math/linalg`'s `glsl` and `hlsl` packagesgingerBill2023-05-224-1265/+1307
| * | | | Add "contextless" to `core:math/linalg` proceduresgingerBill2023-05-227-620/+620
| * | | | Add `@(require_results)` `core:math/linalg` proceduresgingerBill2023-05-227-24/+638
| * | | | Add `@(require_results)` to `core:math/noise`gingerBill2023-05-221-0/+9
| * | | | Add `@(require_results)` to `core:math/rand`gingerBill2023-05-227-7/+49
| * | | | Add @(require_results) to `core:math` proceduresgingerBill2023-05-227-335/+488
| * | | | Improve error handling for `resize` and `reserve` proceduresgingerBill2023-05-226-90/+87
| * | | | Add missing `Allocator_Error` and `@(require_results)` to many proceduresgingerBill2023-05-226-57/+153
| * | | | Add require_results to make builtin proceduresgingerBill2023-05-223-33/+37
| |/ / /
| * | | Merge pull request #2547 from laytan/parse-address-can-return-nilJeroen van Rijn2023-05-191-0/+4
| |\ \ \