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-09 15:53:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/special
History
Andrew Kelley 9aa220ebb5 freestanding libc: add missing export of sqrt, sqrtf
this was a typo in a previous commit, didn't mean to omit these.
2022-03-03 00:52:55 -08:00
..
compiler_rt
compiler_rt: specify goals, organize README and compiler_rt.zig
2022-02-23 16:38:51 -05: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
CLI: remove remainders of --verbose-ast and --verbose-tokenize
2022-02-06 01:57:04 -05:00
c.zig
freestanding libc: add missing export of sqrt, sqrtf
2022-03-03 00:52:55 -08:00
compiler_rt.zig
stage2: add all functions to freestanding libc
2022-03-03 01:24:26 -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: add cast from ?*T to ?*anyopaque
2022-03-02 12:26:04 +02:00