| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-22 | stage2+stage1: remove type parameter from bit builtins | Veikka Tuominen | |
| Closes #12529 Closes #12511 Closes #6835 | |||
| 2022-06-17 | stage2: check that struct is a tuple when value tags differ in eql | Veikka Tuominen | |
| 2022-06-12 | std: disable failing tests, add zig2 build test-std to CI | Veikka Tuominen | |
| 2022-05-10 | std: make IntegerBitSet and ArrayBitSet have defined memory layout | Silver | |
| This is useful for wrapping C libraries and native interfaces that make use of bit sets | |||
| 2022-03-08 | deprecated TypeInfo in favor of Type | Jonathan Marler | |
| Co-authored-by: Veikka Tuominen <git@vexu.eu> | |||
| 2022-02-07 | std.bit_set: add setRangeValue(Range, bool) | Arnavion | |
| For large ranges, this is faster than having the caller call setValue() for each index in the range. Masks wholly covered by the range can be set to the new mask value in one go, and the two masks at either end that are partially covered can each set the covered range of bits in one go. | |||
| 2021-12-03 | 9944: make allocator the first argument (excl. self) | Jakub Dupak | |
| 2021-11-30 | allocgate: std Allocator interface refactor | Lee Cannon | |
| 2021-10-01 | std: disable ArrayBitSet test on aarch64 | Andrew Kelley | |
| See #9879. This regressed with the release of LLVM 13.0.0. | |||
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley | |
| We already have a LICENSE file that covers the Zig Standard Library. We no longer need to remind everyone that the license is MIT in every single file. Previously this was introduced to clarify the situation for a fork of Zig that made Zig's LICENSE file harder to find, and replaced it with their own license that required annual payments to their company. However that fork now appears to be dead. So there is no need to reinforce the copyright notice in every single file. | |||
| 2021-08-06 | Make DynamicBitSet.iterator take self as const | Chris Gregory | |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W | |
| 2021-05-20 | Run `zig fmt` on src/ and lib/std/ | Isaac Freund | |
| This replaces callconv(.Inline) with the more idiomatic inline keyword. | |||
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen | |
| 2021-03-18 | Add some enum utilities | Martin Wickham | |
| 2021-03-01 | zig fmt the std lib | Andrew Kelley | |
| 2021-03-01 | Add some bit set variants | Martin Wickham | |
