| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-18 | Merge pull request #7005 from jshholland/deprecate-span | Veikka Tuominen | |
| Remove ArrayList.span | |||
| 2020-11-07 | remove deprecated uses of ArrayList.span | Josh Holland | |
| 2020-11-06 | update process_headers tool | Andrew Kelley | |
| 2020-08-30 | fix tools/process_headers.zig regression | Andrew Kelley | |
| When upgrading to the new std lib HashMap API, the process_headers code regressed because something that was supposed to be a pointer ended up being a copy of a value. This resulted in the modification of a field not being picked up. Also switch from Sha256 to Blake3 while we're at it. | |||
| 2020-08-22 | update update_glibc and process_headers to latest zig | Jan200101 | |
| 2020-08-21 | Update tools/process_headers.zig | Frank Denis | |
| 2020-08-20 | Breaking: sort std/crypto functions into categories | Frank Denis | |
| Instead of having all primitives and constructions share the same namespace, they are now organized by category and function family. Types within the same category are expected to share the exact same API. | |||
| 2020-08-10 | Update tools/process_headers.zig to latest zig | joachimschmidt557 | |
| 2020-06-12 | Fix a few std.sort.sort invocations | Cassidy Dingenskirchen | |
| 2020-03-30 | std lib API deprecations for the upcoming 0.6.0 release | Andrew Kelley | |
| See #3811 | |||
| 2020-03-21 | ability to use `zig cc` as a drop-in C compiler | Andrew Kelley | |
| The basics are working | |||
| 2020-03-03 | update update_glibc tool to latest zig | Andrew Kelley | |
| 2020-03-03 | update process_headers tool to latest zig | Andrew Kelley | |
| 2020-01-09 | Fix remaining variadic formatted prints | Ryan Liptak | |
| Used a series of regex searches to try to find as many instances of the old pattern as I could and update them. | |||
| 2019-12-03 | Update `process_headers.zig` to use `@as` | yvt | |
| 2019-11-25 | Avoid deprecated cwd-based functions for opening directories, preferring to ↵ | Jonathan S | |
| open explicitly relative to `Dir.cwd()`. | |||
| 2019-11-25 | rename std.heap.direct_allocator to std.heap.page_allocator | Andrew Kelley | |
| std.heap.direct_allocator is still available for now but it is marked deprecated. | |||
| 2019-10-19 | Use 8192 sized buffers and remove allocator parameters | stratact | |
| 2019-09-07 | update process_headers tool for glibc 2.30 | Andrew Kelley | |
| 2019-08-30 | update process_headers.zig for latest zig | Andrew Kelley | |
| 2019-08-24 | hash_map: adding a StringHashMap for convenience | Sahnvour | |
| 2019-08-09 | add a little compile error to make Future Andy's life easier | Andrew Kelley | |
| 2019-07-16 | update musl headers to musl v1.1.23 | Andrew Kelley | |
| 2019-07-07 | add an update_glibc tool, delete dummy libc files | Andrew Kelley | |
| This is the beginning of supporting minimum GLIBC version as part of the target. See #2509 for the motivation. The dummy libc zig files are removed. A future commit will build them on-the-fly, using the generated text files generated by the new tool, which are checked into source control and distributed along with zig. These generated text files are, together, 142KB (20KB gzipped). Compare that to a naive bundling of the .abilist files, which would be 2.2MiB (375KB gzipped). This is based on glibc 2.29. | |||
