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
Age
Commit message (
Expand
)
Author
2021-05-14
Merge pull request #8746 from koachan/sparc64-fixes
Andrew Kelley
2021-05-14
compiler-rt: Fix signedness mismatch in f128 mul impl
LemonBoy
2021-05-12
Add missing f128 compiler-rt shim
Koakuma
2021-05-11
Merge pull request #8705 from LemonBoy/libc-fix
Andrew Kelley
2021-05-11
test runner: avoid an "out of memory" error return trace entry
Andrew Kelley
2021-05-11
test runner: print error return trace after failed test
Andrew Kelley
2021-05-11
c: Fix prototypes for bcmp and memcmp
LemonBoy
2021-05-08
update usage of std.testing in compiler_rt
Veikka Tuominen
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-08
allow tests to fail
Veikka Tuominen
2021-05-04
std: Initial bringup for Linux on Thumb2
LemonBoy
2021-05-04
compiler-rt: Better selection of __clzsi implementation
LemonBoy
2021-05-01
Merge pull request #8665 from LemonBoy/misc
Andrew Kelley
2021-05-01
std: Fix stack overflow in SPARC clone() impl
LemonBoy
2021-04-29
std/build: add -p alias for --prefix
Isaac Freund
2021-04-21
compiler-rt: Export __extendhftf2 and __trunctfhf2
LemonBoy
2021-04-21
compiler-rt: Don't re-define PPC builtins in test mode
LemonBoy
2021-04-20
Merge pull request #8542 from LemonBoy/floating-point-is-hard-my-dude
Andrew Kelley
2021-04-20
c: Minor cleanup
LemonBoy
2021-04-20
c: Implement fmax and fmaxf
LemonBoy
2021-04-20
c: Implement fmin and fminf
LemonBoy
2021-04-20
c: Add tests for generic_fmod implementation
LemonBoy
2021-04-15
compiler-rt: Don't pass f16 around as arguments
LemonBoy
2021-04-15
compiler-rt: Implement __trunctfhf2
LemonBoy
2021-04-15
compiler-rt: Implement __extendhftf2
LemonBoy
2021-04-15
compiler-rt: Fix typo in implementation of fp truncation ops
LemonBoy
2021-04-14
build: Test the c.zig file too
LemonBoy
2021-04-12
Merge pull request #8502 from xackus/std-docs
Andrew Kelley
2021-04-12
std docs: @This() in generic types
xackus
2021-04-11
Merge pull request #8497 from LemonBoy/some-ppc-fixes
Andrew Kelley
2021-04-11
std docs: update var to anytype
xackus
2021-04-11
std: Fix typo in sqrt implementation
LemonBoy
2021-04-11
compiler-rt: Introduce PowerPC-specific f128 helpers
LemonBoy
2021-04-10
Copy over ppc clone from musl
Benjamin Feng
2021-04-09
std docs: fix layout broken by the banner
xackus
2021-04-04
std docs: enhance search browser history UX
Hannu Hartikainen
2021-04-02
make visited links readable in the stdlib docs warning bar
Loris Cro
2021-04-02
added warning banner to stdlib docs
Loris Cro
2021-03-24
std.build: make Builder.install_prefix non optional
Isaac Freund
2021-03-05
std/special: init-exe,lib make import(std) its own decl (#8160)
Meghan
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-15
Fix _Qp_cmp definition
Koakuma
2021-01-15
Add compiler-rt stub for SPARC CPUs
Koakuma
2021-01-12
implement emutls in compiler_rt
Sébastien Marie
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-04
Revert "Fix #7296:"
Andrew Kelley
2021-01-02
Merge pull request #7612 from g-w1/do-7296
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
tests: Use {s} instead of {} when formatting strings
LemonBoy
[next]