COMMITS
/ lib/std/priority_dequeue.zig 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