aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | 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
* | | | | | | | | | | `const string` -> `constant string`gingerBill2025-10-091-3/+3
* | | | | | | | | | | Allow `intrinsics.type_union_tag_offset` with maybe-like unionsgingerBill2025-10-091-3/+7
* | | | | | | | | | | Add `intrinsics.type_is_raw_union`gingerBill2025-10-092-4/+11
* | | | | | | | | | | Add `type_is_nearly_simple_compare` to `intrinsics.odin`gingerBill2025-10-091-0/+1
* | | | | | | | | | | Update `intrinsics.odin`gingerBill2025-10-091-1/+4
* | | | | | | | | | | Merge pull request #5765 from odin-lang/bill/new-slice-sortgingerBill2025-10-095-352/+373
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add `intrinsics.type_is_cstring` and `intrinsics.type_is_cstring16`bill/new-slice-sortgingerBill2025-10-092-0/+6
| * | | | | | | | | | Minor rename of a proceduregingerBill2025-10-081-6/+4
| * | | | | | | | | | Merge branch 'master' into bill/new-slice-sortgingerBill2025-10-0812-1123/+1304
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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 pull request #5772 from thetarnav/unicode-no-bounds-checkJeroen van Rijn2025-10-082-23/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add #no_bounds_check to procedures in core:unicodethetarnav2025-10-082-23/+26
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #5770 from harold-b/hb.fix-objc-superclass-checkLaytan2025-10-081-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Perform type kind check before making use relevant fields in objc_superclass ...Harold Brenes2025-10-081-5/+5
* | | | | | | | | | | | Merge pull request #5726 from LeonardoTemperanza/mastergingerBill2025-10-082-1069/+1075
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ 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
* | | | | | | | | | | | | | Merge pull request #5730 from 149-code/miniaudio_pcm_rb_commitgingerBill2025-10-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Removed unused pBufferOut parameters149-code2025-09-291-2/+2
* | | | | | | | | | | | | | | Merge pull request #5768 from A1029384756/llvm-14-fixesgingerBill2025-10-082-17/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into llvm-14-fixesA10293847562025-10-0739-501/+1447
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Add reflect.as_string16 and fix typosJeroen van Rijn2025-10-071-24/+46
* | | | | | | | | | | | | | | Merge pull request #5739 from Creativty/mastergingerBill2025-10-071-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix proc group named operands issue #4971xenobas2025-10-011-2/+0
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5757 from Creativty/fix_out_of_place_default_params_exclu...gingerBill2025-10-071-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix non infix params with default value exclusion countingxenobas2025-10-051-1/+0
* | | | | | | | | | | | | | | | Fix #5764gingerBill2025-10-071-1/+6
* | | | | | | | | | | | | | | | Add some more docsgingerBill2025-10-073-4/+36
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge examplesgingerBill2025-10-071-7/+6
* | | | | | | | | | | | | | | Space to tabsgingerBill2025-10-071-12/+12
* | | | | | | | | | | | | | | Fix typogingerBill2025-10-071-1/+1