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
*
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
*
container/queue: Deprecate `peek_*`
Feoramund
2025-06-11
1
-6
/
+4
*
container/queue: Fix and add more bounds checking
Feoramund
2025-06-11
1
-11
/
+31
*
Fix off-by-one error in `priority_queue.remove`
Feoramund
2025-05-21
1
-6
/
+4
*
Fix lru.remove
Jeroen van Rijn
2025-04-29
1
-1
/
+1
*
Let `core:container/priority_queue` return `runtime.Allocator_Error`
Jeroen van Rijn
2025-04-17
1
-6
/
+9
*
Fix broken examples in documentation tester.
Jeroen van Rijn
2025-04-05
1
-9
/
+9
*
core:container/small_array: add package documentation
Robin Bergewski
2025-04-05
2
-0
/
+662
*
container/queue: fix init_with_contents
Laytan Laats
2025-01-20
1
-2
/
+1
*
container/bit_array: add 'init' procedure
Laytan Laats
2024-09-29
1
-6
/
+35
*
Merge pull request #4191 from laytan/improve-package-doc-comments
gingerBill
2024-09-04
2
-10
/
+13
|
\
|
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
2
-10
/
+13
*
|
Change `Bit_Array.max_index` to `length`
Feoramund
2024-09-03
1
-18
/
+34
*
|
Fix iteration of biased `Bit_Array`
Feoramund
2024-09-03
1
-3
/
+3
*
|
Add `bit_array.shrink`
Feoramund
2024-09-03
1
-0
/
+30
*
|
Let `bit_array.create` make zero-length arrays
Feoramund
2024-09-03
1
-1
/
+1
|
/
*
Return false if `Small_Array` can't append multiple elements
Feoramund
2024-09-03
1
-3
/
+7
*
Merge pull request #3908 from NicknEma/Intrusive-list-docs
Jeroen van Rijn
2024-07-14
2
-2
/
+215
|
\
|
*
Fixed grammar and expanded info
NicknEma
2024-07-14
2
-3
/
+10
|
*
Simplify and fix doc examples
NicknEma
2024-07-12
1
-26
/
+6
|
*
Write doc comments in intrusive_list.odin
NicknEma
2024-07-12
1
-2
/
+189
|
*
Create doc.odin
NicknEma
2024-07-12
1
-0
/
+39
*
|
Fix off-by-one in queue `back` and `back_ptr` procs
Laytan Laats
2024-07-14
1
-2
/
+2
*
|
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-1
/
+1
*
|
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-1
/
+1
|
/
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
2
-5
/
+5
*
Update `core` to `-strict-style`
gingerBill
2024-06-29
1
-2
/
+5
*
Even more style fixes
gingerBill
2024-06-29
1
-2
/
+2
*
More style improvements
gingerBill
2024-06-29
1
-2
/
+1
*
Merge pull request #3339 from axxeny/patch-1
gingerBill
2024-06-28
1
-2
/
+2
|
\
|
*
fix comments in core:container/queue.
Arseniy Poroshin
2024-03-26
1
-2
/
+2
*
|
Fix alignment.
Jeroen van Rijn
2024-06-27
1
-1
/
+1
*
|
Loosen constraint on the Key type in rb & avl tree
destroycomputers
2024-06-18
2
-2
/
+2
*
|
Address concerns.
Jeroen van Rijn
2024-05-24
1
-4
/
+5
*
|
Fix package line.
Jeroen van Rijn
2024-05-24
1
-1
/
+1
*
|
Add `core:container/rbtree`
Jeroen van Rijn
2024-05-23
2
-6
/
+570
*
|
Update numerous package declaration names
gingerBill
2024-04-18
2
-2
/
+2
[next]