This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-05-04 08:42:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
03ed8d700158cd0ffec1ffe7e066448127949aec
zig
/
lib
/
compiler
T
History
Andrew Kelley
03ed8d7001
rename addCliExtras to addPassthruArgs
...
finally, a good name
2026-04-30 13:55:56 -07:00
..
aro
maker: finish porting over run step
2026-04-29 22:24:29 -07:00
Maker
rename addCliExtras to addPassthruArgs
2026-04-30 13:55:56 -07:00
reduce
zig reduce: fix compilation (
#31930
)
2026-04-22 02:00:41 +02:00
resinator
std: rename
bit_set
variants and deprecate the managed one.
2026-04-27 16:46:26 +02:00
translate-c
Audit usages of toOwnedSlice (
#32001
)
2026-04-22 19:35:46 +02:00
configurer.zig
rename addCliExtras to addPassthruArgs
2026-04-30 13:55:56 -07:00
libc.zig
rename env_map to environ_map
2026-01-04 00:27:09 -08:00
Maker.zig
maker: fix the has side effects logic in run step
2026-04-29 22:24:29 -07:00
objcopy.zig
compiler: various lil' fixes
2026-03-10 10:26:14 +00:00
objdump.zig
objdump: recognize some file types
2026-04-11 18:56:51 -07:00
reduce.zig
process.Child: use std.posix.SIG instead of u32 for Child.Term stopped field
2026-04-07 10:27:21 +02:00
std-docs.zig
process.Child: use std.posix.SIG instead of u32 for Child.Term stopped field
2026-04-07 10:27:21 +02:00
test_runner.zig
Prefer
<err> => |e| return e
over
<err> => return <err>
2026-04-20 18:03:14 -07:00
util.zig
- aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the current error
2025-10-09 13:34:25 -04:00