| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-08 | std.sort: give comparator functions a context parameter | Andrew Kelley | |
| 2020-04-09 | sort.binarySearch: Remove unneeded edge case check | Yuri Pieters | |
| 2020-04-09 | sort.binarySearch: test for regresson of #4980 | Yuri Pieters | |
| 2020-04-09 | sort.binarySearch: fix integer underflow (#4980) | Yuri Pieters | |
| When the key was smaller than any value in the array, an error was ocurring with the mid being zero and having 1 subtracted from it. | |||
| 2020-03-30 | std lib API deprecations for the upcoming 0.6.0 release | Andrew Kelley | |
| See #3811 | |||
| 2020-02-12 | Switch a bunch of FBA to use testing.allocator | Benjamin Feng | |
| 2020-02-03 | Change API for binarySearch fn | LemonBoy | |
| 2020-01-31 | stdlib: Add binary search function | LemonBoy | |
| 2020-01-28 | std.sort.insertionSort: remove superfluous block | Andrew Kelley | |
| 2019-12-04 | Add std.sort.argMax and std.sort.argMin | Robin Voetter | |
| 2019-12-04 | Make std.sort.min and std.sort.max return ?T | Robin Voetter | |
| 2019-12-04 | Make std.sort.max accept const slices and add tests | Robin Voetter | |
| 2019-12-04 | Add std.sort.isSorted | Robin Voetter | |
| 2019-11-27 | remove type coercion from array values to references | Andrew Kelley | |
| * Implements #3768. This is a sweeping breaking change that requires many (trivial) edits to Zig source code. Array values no longer coerced to slices; however one may use `&` to obtain a reference to an array value, which may then be coerced to a slice. * Adds `IrInstruction::dump`, for debugging purposes. It's useful to call to inspect the instruction when debugging Zig IR. * Fixes bugs with result location semantics. See the new behavior test cases, and compile error test cases. * Fixes bugs with `@typeInfo` not properly resolving const values. * Behavior tests are passing but std lib tests are not yet. There is more work to do before merging this branch. | |||
| 2019-11-26 | Optimize binary search algorithm | Benjamin Feng | |
| 2019-11-08 | update the codebase to use `@as` | Andrew Kelley | |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
