COMMITS
/ lib/std/sort.zig March 10, 2022
A
std: add sort method to ArrayHashMap and MultiArrayList
Andrew Kelley committed
October 27, 2021
O
std.rand: Refactor `Random` interface
Ominitay committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley 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 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
January 6, 2021
A
Fix example code in comments for asc and desc
Andreas Karlsson committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
June 3, 2020
A
std.sort: give comparator functions a context parameter
Andrew Kelley committed
April 9, 2020
Y
sort.binarySearch: Remove unneeded edge case check
Yuri Pieters committed
Y
sort.binarySearch: test for regresson of #4980
Yuri Pieters committed
Y
sort.binarySearch: fix integer underflow (#4980)
Yuri Pieters committed
March 30, 2020
A
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley committed
February 1, 2020
B
Switch a bunch of FBA to use testing.allocator
Benjamin Feng committed
February 3, 2020
L
Change API for binarySearch fn
LemonBoy committed
January 30, 2020
L
stdlib: Add binary search function
LemonBoy committed
January 28, 2020
A
std.sort.insertionSort: remove superfluous block
Andrew Kelley committed
December 4, 2019
R
Add std.sort.argMax and std.sort.argMin
Robin Voetter committed
R
Make std.sort.min and std.sort.max return ?T
Robin Voetter committed
R
Make std.sort.max accept const slices and add tests
Robin Voetter committed
R
Add std.sort.isSorted
Robin Voetter committed
November 27, 2019
A
remove type coercion from array values to references
Andrew Kelley committed
November 19, 2019
B
Optimize binary search algorithm
Benjamin Feng committed
November 7, 2019
A
update the codebase to use `@as`
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed