index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
container
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use when-block for sanitizer poisoning
oxSleep
37 hours
1
-16
/
+18
*
use xar.len instead of len for accessing length of items
imlodinu
46 hours
1
-1
/
+1
*
Remove `core:mem` import from `core:container/bit_array`.
Jeroen van Rijn
3 days
1
-2
/
+1
*
Remove `core:mem` import from `core:container/pool`.
Jeroen van Rijn
3 days
3
-11
/
+7
*
Remove core:mem dependency from core:container/xar
Shane Shrybman
4 days
1
-6
/
+5
*
Fix handle_map index on `dynamic_add`
gingerBill
6 days
1
-1
/
+2
*
Update doc.odin
gingerBill
2026-01-26
1
-10
/
+34
*
Keep `-vet` happy
gingerBill
2026-01-26
1
-3
/
+2
*
Rename to static_handle_map.odin
gingerBill
2026-01-26
1
-0
/
+0
*
Rename to `Static_Handle_Map`
gingerBill
2026-01-26
1
-12
/
+59
*
Make things contextless where possible
gingerBill
2026-01-26
2
-16
/
+23
*
Add `Dynamic_Handle_Map`
gingerBill
2026-01-26
3
-31
/
+174
*
Keep `-strict-style` happy
gingerBill
2026-01-26
1
-2
/
+1
*
Add `core:container/handle_map`
gingerBill
2026-01-26
1
-0
/
+206
*
pool: remove assert that is too strict
Laytan Laats
2026-01-14
1
-1
/
+0
*
pool: use `elem` in else of the when statement (vet issue)
Laytan Laats
2026-01-13
1
-0
/
+2
*
pool: explicit memory ordering and improved destroy
Laytan Laats
2026-01-13
1
-8
/
+15
*
nbio: add package
Laytan Laats
2026-01-11
3
-0
/
+185
*
xar: fix example
Laytan Laats
2026-01-11
1
-2
/
+3
*
rbtree: fix pointer usages
Laytan Laats
2026-01-11
1
-4
/
+4
*
Rename `xar.Xar` to `xar.Array`
gingerBill
2025-12-31
1
-25
/
+25
*
container/xar: fix undeclared `n` assignment
Laytan Laats
2025-12-22
1
-1
/
+0
*
Improve docs and add `Iterator`
gingerBill
2025-12-12
1
-25
/
+301
*
Add basic docs
gingerBill
2025-12-12
1
-20
/
+67
*
Add `push_back_elem_and_get_ptr`
gingerBill
2025-12-12
1
-0
/
+16
*
Add basic docs
gingerBill
2025-12-12
1
-0
/
+17
*
`core:container/xar`
gingerBill
2025-12-12
1
-0
/
+128
*
Clarify `get` and `get_ptr` in `core:container/small_array`.
Jeroen van Rijn
2025-11-06
1
-4
/
+14
*
Enable misnamed doc example test for small_array
Jeroen van Rijn
2025-10-30
1
-1
/
+1
*
Render examples.
Jeroen van Rijn
2025-10-10
3
-19
/
+17
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
14
-24
/
+10
*
More package lines
Jeroen van Rijn
2025-10-09
3
-3
/
+3
*
Package lines for core:container.
Jeroen van Rijn
2025-10-09
9
-11
/
+24
*
Add more package lines for the docs
Jeroen van Rijn
2025-10-09
1
-2
/
+4
*
Merge pull request #5629 from smercer10/fix-rbtree-find-or-insert
gingerBill
2025-10-08
1
-3
/
+4
|
\
|
*
Fix rbtree.find_or_insert
Sam Mercer
2025-08-29
1
-3
/
+4
*
|
Merge pull request #5686 from thetarnav/zero-small-array-resize
gingerBill
2025-09-26
1
-7
/
+53
|
\
\
|
*
|
Correct set_example in small_array
Damian Tarnawski
2025-09-15
1
-2
/
+2
|
*
|
Correct small_array resize examples
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
*
|
Replace `mem.zero_slice` with `intrinsics.mem_zero` in `small_array.resize`
Damian Tarnawski
2025-09-15
1
-3
/
+3
|
*
|
Add `@require` to core:mem import in small_array
Damian Tarnawski
2025-09-15
1
-3
/
+2
|
*
|
Zero memory in small_array.resize and add non_zero_resize
Damian Tarnawski
2025-09-15
1
-3
/
+50
|
|
/
*
/
Add "contextless" to small_array get_safe and get_ptr_safe
Damian Tarnawski
2025-09-14
1
-3
/
+3
|
/
*
Propogate `#caller_location` to core:container/queue procs
Mohit Sethi
2025-08-22
1
-12
/
+12
*
container/queue: Remove trailing whitespace
Feoramund
2025-06-11
1
-6
/
+6
*
container/queue: Add `shrink`
Feoramund
2025-06-11
1
-0
/
+27
*
container/queue: Let queues be re-initialized with different allocators
Feoramund
2025-06-11
1
-3
/
+6
*
container/queue: Add common aliases `enqueue` and `dequeue`
Feoramund
2025-06-11
1
-0
/
+2
*
container/queue: Document the package
Feoramund
2025-06-11
1
-22
/
+193
*
container/queue: Reorganize
Feoramund
2025-06-11
1
-12
/
+15
[next]