aboutsummaryrefslogtreecommitdiff
path: root/lib/std/priority_dequeue.zig
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-05-12fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and Pri...Matthew Borkowski
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-01-18Change `compareFn` to `fn (a: T, b: T) std.math.Order`Zander Khan
2021-01-17Remove `resize`. Adding uninitialized memory at the end of the `items` would ...Zander Khan
2021-01-17Replace `shrink` with `shrinkAndFree` and `shrinkRetainingCapacity`Zander Khan
2021-01-16Fix slice length when updatingZander Khan
2021-01-16Fix update might change an element no longer in the queueZander Khan
2021-01-16Rename heap to queue in tests for consistencyZander Khan
2021-01-16Fix edge cases in fromOwnedSliceZander Khan
2021-01-16Ensure we cannot remove an item outside the current length of the queueZander Khan
2021-01-16Remove magic numberZander Khan
2021-01-16Add license to top of fileZander Khan
2021-01-16std: Add Priority DequeueZander Khan