Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-01-23 15:55:28 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/zig
History
Jonathan Marler d805adddd6 deprecated TypeInfo in favor of Type
Co-authored-by: Veikka Tuominen <git@vexu.eu>
2022-03-08 20:38:12 +02:00
..
system
stdlib: Add emulated CWD to std.os for WASI targets
2022-03-03 14:31:49 -07:00
Ast.zig
deprecated TypeInfo in favor of Type
2022-03-08 20:38:12 +02:00
c_builtins.zig
stage1, stage2: rename c_void to anyopaque (#10316)
2021-12-19 00:24:45 -05:00
c_translation.zig
deprecated TypeInfo in favor of Type
2022-03-08 20:38:12 +02:00
CrossTarget.zig
improve detection of how to execute binaries on the host
2021-12-02 21:51:14 -07:00
fmt.zig
translate-c: Handle underscore when used as an identifier
2021-07-19 12:56:23 +03:00
parse.zig
parser: fix "previous field here" pointing to wrong field
2022-02-19 10:15:54 +02:00
parser_test.zig
parser: add notes to decl_between_fields error
2022-02-17 22:16:26 +02:00
perf_test.zig
allocgate: renamed getAllocator function to allocator
2021-11-30 23:32:47 +00:00
render.zig
stage2: add decltests
2022-02-13 14:42:20 +02:00
string_literal.zig
stage2 parser: UTF-8 encode \u{NNNNNN} escape sequences
2022-03-02 14:45:19 -05:00
system.zig
improve detection of how to execute binaries on the host
2021-12-02 21:51:14 -07:00
tokenizer.zig
Update Tokenizer Dump Function
2022-02-20 17:47:42 -05:00