index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
special
/
c.zig
Age
Commit message (
Expand
)
Author
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-23
Add sincosf function (#7267)
daurnimator
2020-11-20
std: Use correct clone() stub
LemonBoy
2020-11-05
std: Implement more useful approxEq semantics
LemonBoy
2020-10-25
Various formatting fixes
Koakuma
2020-10-24
Add clone(2) implementation
Koakuma
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-20
disallow extern variables with initializers
Vexu
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-07-01
Implement clone() for powerpc64{,le}
Shawn Anastasio
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-01-15
Move definition of __aeabi_read_tp
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2019-12-12
allow custom OS entrypoint
Christine Dodrill
2019-12-02
add some null-termination annotations
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-05
fix noreturn function that may return.
Shawn Landden
2019-11-05
remove duplicate isNan implementation
Shawn Landden
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley