COMMITS
/ lib/std/priority_dequeue.zig August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
July 22, 2024
A
add std.testing.random_seed
Andrew Kelley committed
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
February 8, 2024
E
Replace std.rand references with std.Random
e4m2 committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 23, 2023
J
x86_64: implement 128-bit builtins
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
October 11, 2023
A
Update docs of PriorityQueue.iterator() and PriorityDeque.iterator()
Alexander Heinrich committed
June 21, 2023
N
[priority_dequeue] Fix out-of-bounds access
Niles Salter committed
June 20, 2023
N
[priority_deque] simplify & optimize isMinLayer
Niles Salter committed
May 8, 2023
D
Disallow named test decls with duplicate names
Dominic committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
December 13, 2022
F
std: Fix update() method in PriorityQueue and PriorityDequeue (#13908)
Frechdachs committed
September 16, 2022
A
std: remove deprecated API for the upcoming release
Andrew Kelley committed
August 21, 2022
V
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen committed
July 25, 2022
V
PriorityDequeue: use compareFn in update() method
VÖRÖSKŐI András committed
December 16, 2021
A
std.priority_dequeue: allow comparator to take a context parameter
Arnavion committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 27, 2021
O
std.rand: Refactor `Random` interface
Ominitay committed
October 16, 2021
M
Move `compareFn` from init to type constructor in `PriorityQueue` and `PriorityDequeue`.
Max Hollmann committed
September 17, 2021
R
std.PriorityDequeue: ensureUnusedCapacity and ensureTotalCapacity
Ryan Liptak committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
May 9, 2021
M
fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and PriorityDequeue
Matthew Borkowski committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
January 18, 2021
Z
Change `compareFn` to `fn (a: T, b: T) std.math.Order`
Zander Khan committed
January 17, 2021
Z
Z
Replace `shrink` with `shrinkAndFree` and `shrinkRetainingCapacity`
Zander Khan committed
January 16, 2021
Z
Fix slice length when updating
Zander Khan committed
Z
Fix update might change an element no longer in the queue
Zander Khan committed
Z
Rename heap to queue in tests for consistency
Zander Khan committed
Z
Fix edge cases in fromOwnedSlice
Zander Khan committed
Z
Ensure we cannot remove an item outside the current length of the queue
Zander Khan committed
Z
Remove magic number
Zander Khan committed
Z
Add license to top of file
Zander Khan committed
Z
std: Add Priority Dequeue
Zander Khan committed