COMMITS
/ lib/std/sort/pdq.zig September 18, 2025
F
std.sort.pdq: fix out-of-bounds access in partialInsertionSort (#25253)
Frank Denis committed
August 24, 2024
M
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
June 27, 2023
Y
improve documentation of std.sort.*Context functions (#16145)
yujiri8 committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 13, 2023
N
Fix pdqSort+heapSort for ranges besides 0..len (#15982)
Niles Salter committed
May 23, 2023
A
std.sort: add pdqsort and heapsort
Ali Chraghi committed