aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Minor rename of a proceduregingerBill2025-10-081-6/+4
* Merge branch 'master' into bill/new-slice-sortgingerBill2025-10-085-32/+70
|\
| * Merge pull request #5629 from smercer10/fix-rbtree-find-or-insertgingerBill2025-10-081-3/+4
| |\
| | * Fix rbtree.find_or_insertSam Mercer2025-08-291-3/+4
| * | Add reflect.as_string16 and fix typosJeroen van Rijn2025-10-071-24/+46
| * | Fix #5764gingerBill2025-10-071-1/+6
| * | Add some more docsgingerBill2025-10-072-4/+14
* | | Add `_internal_sort_from_indices_permuation`gingerBill2025-10-072-6/+33
* | | use `ctx`gingerBill2025-10-071-2/+2
* | | Fix typosgingerBill2025-10-071-6/+6
* | | Add missing `nil`gingerBill2025-10-071-2/+2
* | | Remove `context._internal` usagegingerBill2025-10-071-25/+40
* | | Replace normal sort procedure with a simpler unified type-erased onegingerBill2025-10-072-320/+295
|/ /
* | Merge examplesgingerBill2025-10-071-7/+6
* | Space to tabsgingerBill2025-10-071-12/+12
* | Fix typogingerBill2025-10-071-1/+1
* | Improve documentation for `core:reflect`gingerBill2025-10-074-29/+330
* | Minor formatting changesgingerBill2025-10-071-97/+68
* | Remove `@(require_results)` on `find_aux`gingerBill2025-10-071-1/+0
* | Add `@(rodata)` and `@(require_results)` to `core:text/match`gingerBill2025-10-071-25/+51
* | Add `unicode.simple_fold`; Finish `(strings|bytes).equal_fold`gingerBill2025-10-071-0/+79
* | Improve docs for `core:bufio`; Rename `scanner_scan` -> `scan` (keep alias of...gingerBill2025-10-073-7/+27
* | Merge pull request #5744 from FrancisTheCat/mastergingerBill2025-10-061-60/+75
|\ \
| * | Fix srgb <-> linear rgb conversion functions in `core:math/linalg` and add im...Franz Hoeltermann2025-10-021-60/+75
* | | Followup fix to #4895Courtney Strachan2025-10-051-3/+1
* | | Merge branch 'odin-lang:master' into masterCourtney Strachan2025-10-06427-6071/+20317
|\ \ \
| * | | Fix #5225 wasm odin.js undefined this.memxenobas2025-10-051-2/+2
| * | | Merge pull request #5749 from samwega/deprecate_c_procsJeroen van Rijn2025-10-054-80/+27
| |\ \ \
| | * | | fix: another itoa() used in path_linux.odin had to be replaced with write_int()samwega2025-10-031-1/+1
| | * | | fix: cars i64 instead of intsamwega2025-10-031-1/+1
| | * | | os_linux.odin was using itoa, changed to use write_int()samwega2025-10-031-1/+1
| | * | | fix: copy/paste errorsamwega2025-10-031-1/+1
| | * | | Tetralux asked for int_tostring() to also be deprecated, use write_int() inst...samwega2025-10-032-32/+3
| | * | | short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof d...samwega2025-10-032-54/+30
| * | | | Remove inaccurate tprint concernconnnnal2025-10-041-1/+1
| |/ / /
| * / / After discord debate: replaced rtoi and utoi with just digit_to_int and simpl...samwega2025-10-021-63/+2
| |/ /
| * | fix: copy/paste replaced tabs with spacessamwega2025-10-021-27/+27
| * | feat: added rtoi & utoi procs for converting a rune and a u8 character respec...samwega2025-10-021-0/+68
| * | Fix various foreign signaturesHarold Brenes2025-09-295-7/+13
| * | Add `#+test` to base32_test.odingingerBill2025-09-281-0/+1
| * | Move memory mutex guard around for resize in virtual.Arena allocatorgingerBill2025-09-271-2/+16
| * | Merge pull request #5678 from alexriedl/wrong-allocator-guardgingerBill2025-09-261-7/+5
| |\ \
| | * | fix for temp_file name prefix being deallocated before being usedAlex Riedl2025-09-111-7/+5
| * | | Merge pull request #5691 from rationalcoder/mastergingerBill2025-09-261-8/+8
| |\ \ \
| | * | | Fix out-of-band allocations in dynamic arenasrationalcoder2025-09-161-8/+8
| * | | | Merge pull request #5686 from thetarnav/zero-small-array-resizegingerBill2025-09-261-7/+53
| |\ \ \ \
| | * | | | Correct set_example in small_arrayDamian Tarnawski2025-09-151-2/+2
| | * | | | Correct small_array resize examplesDamian Tarnawski2025-09-151-3/+3
| | * | | | Replace `mem.zero_slice` with `intrinsics.mem_zero` in `small_array.resize`Damian Tarnawski2025-09-151-3/+3
| | * | | | Add `@require` to core:mem import in small_arrayDamian Tarnawski2025-09-151-3/+2