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
/
queue
/
queue.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-0
/
+1
*
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
*
container/queue: fix init_with_contents
Laytan Laats
2025-01-20
1
-2
/
+1
*
Fix off-by-one in queue `back` and `back_ptr` procs
Laytan Laats
2024-07-14
1
-2
/
+2
*
fix comments in core:container/queue.
Arseniy Poroshin
2024-03-26
1
-2
/
+2
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
Clear up core:container/queue
Jeroen van Rijn
2023-11-15
1
-1
/
+18
*
fix queue reserve always doubling in size when there is enough space
Laytan Laats
2023-08-26
1
-1
/
+1
*
Correct `queue` usage of `runtime.Allocator_Error`
gingerBill
2023-05-27
1
-11
/
+11
*
Add bounds check for peeks
Colin Davidson
2022-08-29
1
-2
/
+4
*
add peeks
Colin Davidson
2022-08-29
1
-0
/
+10
*
Add more queue helpers
Colin Davidson
2022-08-29
1
-0
/
+7
*
front() and back()
JungerBoyo
2022-06-04
1
-0
/
+10
*
Keep -vet happy
gingerBill
2022-01-25
1
-0
/
+1
*
fix push_back and pop_front
CiD-
2022-01-14
1
-1
/
+4
*
Add `core:container/queue`
gingerBill
2022-01-01
1
-0
/
+205