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
Jacob Young 771dadc5e0 x86: cleanup inline asm
Multiple outputs work now, so use that instead of deleting clobbers.
2022-11-01 20:39:06 -04:00
..
system
x86: cleanup inline asm
2022-11-01 20:39:06 -04:00
Ast.zig
stage1+2: parse inline switch cases
2022-09-27 18:05:08 +03:00
c_builtins.zig
stage2+stage1: remove type parameter from bit builtins
2022-08-22 11:19:20 +03:00
c_translation.zig
translate-c: Better support for division in macros
2022-10-28 17:59:32 -04:00
CrossTarget.zig
Merge remote-tracking branch 'origin/master' into llvm15
2022-08-29 14:10:59 -07:00
fmt.zig
std: disable tests regressed from LLVM 14
2022-07-03 15:39:39 -07:00
number_literal.zig
validate number literals in AstGen
2022-09-13 20:26:04 -04:00
parse.zig
add inline switch union tag captures
2022-09-27 18:33:23 +03:00
parser_test.zig
add inline switch union tag captures
2022-09-27 18:33:23 +03:00
perf_test.zig
allocgate: renamed getAllocator function to allocator
2021-11-30 23:32:47 +00:00
render.zig
zig fmt: rewrite @maximum and @minimum
2022-10-18 14:16:24 +03:00
string_literal.zig
zig fmt: remove trailing whitespace on doc comments
2022-04-05 18:08:33 +03:00
system.zig
improve detection of how to execute binaries on the host
2021-12-02 21:51:14 -07:00
tokenizer.zig
validate number literals in AstGen
2022-09-13 20:26:04 -04:00