| Age | Commit message (Collapse) | Author |
|
https://github.com/ziglang/std-lib-orphanage/
This code is not used by anything else in the standard library or by the
compiler or any of its tools and therefore it's a great candidate
to be maintained by a third party.
|
|
add SPDX license identifier
copyright ownership is zig contributors
|
|
|
|
|
|
You can also specify the same compare function, but after updating the
context that the function will use (connected to the rb.Tree) before.
|
|
use @fieldParentPtr to access your context fields, which lie if you
struct that contains a rb.Tree member (without a pointer).
Also simplifies the init() function so rb.Tree can be initialized in a single line,
without having to use "undefined".
|
|
we already have to use --override-std-dir
when running std tests, and having it this way
makes it much easier to run just the tests of this file.
|
|
* `std.mem.Compare` is now `std.math.Order` and the enum tags
renamed to follow new style convention.
* `std.mem.compare` is renamed to `std.mem.order`.
* new function `std.math.order`
|
|
that's all this commit does. further commits will fix cli flags and
such.
see #2221
|