zig/lib/std/special
Andrew Kelley 0c5ad335d2 build system: add -fstage1/-fno-stage1 to zig build
So that people can start experimenting with compiling their projects
with the self-hosted compiler.

I expect this commit to be reverted after #89 is closed.
2022-04-19 14:40:27 -07:00
..
compiler_rt compiler_rt: Fix rounding/NaN handling for f80 add/sub 2022-04-18 21:45:46 -07:00
docs std docs: @This() in generic types 2021-04-12 09:31:45 +02:00
init-exe init-exe template: build.zig: setTarget on the tests 2021-12-18 17:29:46 -07:00
init-lib Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057) 2021-10-29 13:37:17 -04:00
build_runner.zig build system: add -fstage1/-fno-stage1 to zig build 2022-04-19 14:40:27 -07:00
c.zig stage2 llvm: fix optional pointers to zero bit payloads 2022-04-15 19:17:50 +03:00
compiler_rt.zig compiler_rt: implement __mulxf3 for f80 2022-04-18 20:46:03 -07:00
ssp.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
test_runner.zig stage2: improve @typeName 2022-03-18 00:12:22 -07:00