COMMITS
/ lib/std/priority_queue.zig June 13, 2024
D
std.priority_queue: add useful functions from ArrayList API
dweiller committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
May 13, 2024
A
std: align PriorityQueue and ArrayList API-wise
Alex Kladov committed
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak 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 23, 2023
V
[priority_queue] Simplify sifting & fix edge case
Validark 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
July 17, 2022
V
PriorityQueue: use compareFn in update()
VÖRÖSKŐI András committed
June 29, 2022
A
Revert "AstGen: preserve inferred ptr result loc for breaks"
Andrew Kelley committed
June 11, 2022
V
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen committed
June 7, 2022
V
std: adjust for stage2 semantics
Veikka Tuominen committed
May 26, 2022
J
std.PriorityQueue: fix missing siftUp in remove
joachimschmidt557 committed
April 13, 2022
E
Fix bug in PriorityQueue::removeIndex()
Eric Shrewsberry committed
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