aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Add bsd to mem/virtualgingerBill2023-06-071-0/+24
* | Add missing packages to `examples/all`gingerBill2023-06-073-7/+3
* | Add more text packages to `examples/all`gingerBill2023-06-071-3/+4
|/
* Merge pull request #2289 from Lperlind/staging/fix_os_argsgingerBill2023-06-071-2/+2
|\
| * Fix out or range error with _alloc_command_line_arguments in darwinLucas Perlind2022-12-231-2/+2
* | Merge pull request #2577 from Tetralux/refactor-init-contextgingerBill2023-06-073-22/+88
|\ \
| * | [thread] Refactor handling of 'init_context' + add doc comments for itTetralux2023-06-033-22/+88
* | | Merge pull request #2573 from inbelic/inbelic/fmt-zero-paddinggingerBill2023-06-071-0/+5
|\ \ \
| * | | [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