aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* Fix `track_graphemes`gingerBill2025-10-131-1/+3
* Add `Grapheme_Iterator`gingerBill2025-10-131-172/+148
* Fix renamed function call in bit_notandzdroid2025-10-101-1/+1
* Link doc lines to source specifications.Jeroen van Rijn2025-10-106-10/+7
* core:sys/info: iterate over registry nodes to enumerate GPUsJeroen van Rijn2025-10-102-8/+52
* Render examples.Jeroen van Rijn2025-10-1029-137/+144
* Add `Raw_String16`/`Raw_Cstring16` to `core:mem`gingerBill2025-10-101-0/+11
* Use `sync.Mutex` instead of a boolean-check for `log.Log_Allocator`gingerBill2025-10-101-68/+67
* Further overhaul of package line comments.Jeroen van Rijn2025-10-09147-186/+155
* More package lines.Jeroen van Rijn2025-10-099-10/+13
* More package lines.Jeroen van Rijn2025-10-0912-22/+31
* Package lines for `core:math` and more.Jeroen van Rijn2025-10-0923-42/+39
* Merge pull request #5776 from connnnal/utf8-1-boundsgingerBill2025-10-091-1/+1
|\
| * Disable bounds check for the first utf8 byteconnnnal2025-10-091-1/+1
* | Package lines for `core:image`.Jeroen van Rijn2025-10-097-15/+15
* | package lines for core:hashJeroen van Rijn2025-10-091-3/+5
* | package lines for encodingJeroen van Rijn2025-10-0915-25/+25
* | More package linesJeroen van Rijn2025-10-0917-30/+28
* | Fix typogingerBill2025-10-091-1/+1
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-094-229/+7
|\ \
| * \ Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2025-10-091-60/+60
| |\ \
| * | | Package lines for base32, move its tests to tests"Jeroen van Rijn2025-10-094-229/+7
* | | | Add doc line to `core:mem/virtual`gingerBill2025-10-091-0/+62
| |/ / |/| |
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-0917-27/+45
|\| |
| * | Package lines for core:debugJeroen van Rijn2025-10-092-5/+4
| * | Package lines for core:container.Jeroen van Rijn2025-10-099-11/+24
| * | Add more package lines for the docsJeroen van Rijn2025-10-096-11/+17
* | | Add "possibly nil" comments to ast.odingingerBill2025-10-091-60/+60
|/ /
* | Add doc line to `core:unicode/utf8/utf8string`gingerBill2025-10-091-0/+1
* | Add doc lins to unicode packagesgingerBill2025-10-093-0/+4
* | Add doc line to `core:thread`gingerBill2025-10-091-0/+1
* | Add doc line to `strconv`gingerBill2025-10-091-0/+1
* | Add doc line to spallgingerBill2025-10-091-0/+2
* | Add more doc linesgingerBill2025-10-092-0/+3
* | Add package line docs to c and libcgingerBill2025-10-092-0/+3
* | Make `Operation:` comments unformattedgingerBill2025-10-091-54/+54
|/
* Remove unused storegingerBill2025-10-091-1/+0
* Merge pull request #5765 from odin-lang/bill/new-slice-sortgingerBill2025-10-093-352/+367
|\
| * Minor rename of a proceduregingerBill2025-10-081-6/+4
| * Merge branch 'master' into bill/new-slice-sortgingerBill2025-10-085-32/+70
| |\
| * | 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
* | | Add #no_bounds_check to procedures in core:unicodethetarnav2025-10-082-23/+26
| |/ |/|
* | 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