aboutsummaryrefslogtreecommitdiff
path: root/lib/std/sort/pdq.zig
AgeCommit message (Expand)Author
2025-09-17std.sort.pdq: fix out-of-bounds access in partialInsertionSort (#25253)Frank Denis
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-07-09std: fix typos (#20560)Jora Troosh
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-06-27improve documentation of std.sort.*Context functions (#16145)yujiri8
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13Fix pdqSort+heapSort for ranges besides 0..len (#15982)Niles Salter
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi