COMMITS
/ lib/std/priority_queue.zig December 16, 2021
A
std.priority_queue: 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 16, 2021
M
Move `compareFn` from init to type constructor in `PriorityQueue` and `PriorityDequeue`.
Max Hollmann committed
September 17, 2021
R
std.PriorityQueue: 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
April 2, 2021
A
Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeue
Andrew Kelley committed
February 27, 2021
D
HashMap.put returns !void, not a !bool
daurnimator 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
Fix edge cases in fromOwnedSlice
Zander Khan committed
Z
Add missing import
Zander Khan committed
December 9, 2020
V
small fixes and zig fmt
Vexu committed
September 22, 2020
B
removing redundant assert
Bhargav Srinivasan committed
B
return not found error correctly
Bhargav Srinivasan committed
B
B
implemented efficient heapreplace
Bhargav Srinivasan committed
B
items are not sorted, using linear search
Bhargav Srinivasan committed
B
sorry, local compiler using different version of zig
Bhargav Srinivasan committed
B
using binary search function from std.sort
Bhargav Srinivasan committed
B
adding a function to update the priority of an element
Bhargav Srinivasan committed
September 10, 2020
L
Fix issue #6303: iterating empty PriorityQueue crashes
Literally Void committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 4, 2020
J
std.mem.dupe is deprecated, move all references in std
joachimschmidt557 committed
May 13, 2020
V
Make PriorityQueue.Iterator public
Vexu committed
January 30, 2020
B
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng committed
January 29, 2020
B
Create leak_count_allocator
Benjamin Feng committed
B
Move debug.global_allocator to testing.allocator
Benjamin Feng committed
January 8, 2020
N
Add removeIndex function to PriorityQueue (#4070)
Nathan Michaels committed
December 9, 2019
A
std.fmt.format: tuple parameter instead of var args
Andrew Kelley committed
November 27, 2019
A
remove type coercion from array values to references
Andrew Kelley committed
November 7, 2019
A
update the codebase to use `@as`
Andrew Kelley committed
October 29, 2019
N
Document PriorityQueue.
Nathan Michaels committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed