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 2025-12-08 07:13:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/zig
History
Isaac Freund 0741505d6d std/zig: handle underscore in kernel version
On some distros (e.g. Void Linux) the release field of the tsname
struct may contain an underscore followed by a revision number at the
end. (e.g. 5.8.12_2).
2020-10-05 22:17:28 -04:00
..
system
add license header to all std lib files
2020-08-20 16:07:04 -04:00
ast.zig
zig fmt: Don't consider width of expressions containing multiline string literals when calculating padding for array initializers. fixes #3739
2020-09-18 20:34:00 +10:00
cross_target.zig
update wasm to use ".o.wasm" extension for objects
2020-09-29 17:01:05 -07:00
parse.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00
parser_test.zig
zig fmt: Special case un-indent comma after multiline string in param list
2020-09-18 20:34:00 +10:00
perf_test.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00
render.zig
zig fmt: Special case un-indent comma after multiline string in param list
2020-09-18 20:34:00 +10:00
string_literal.zig
add license header to all std lib files
2020-08-20 16:07:04 -04:00
system.zig
std/zig: handle underscore in kernel version
2020-10-05 22:17:28 -04:00
tokenizer.zig
stage{1,2}: Fix parsing of range literals
2020-09-28 14:16:26 -04:00