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
/
std
/
special
Age
Commit message (
Expand
)
Author
2018-12-29
Merge pull request #1859 from mgxm/fbsd2
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-12-19
freebsd: link against libc
Marcio Giaxa
2018-12-12
Add add compiler_rt routines for float to signed integer conversion
Wink Saville
2018-11-19
zig fmt
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-19
fix incorrect --help text
Andrew Kelley
2018-11-17
aarch64 improvements
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-20
Specify 16-byte stack alignment in _start on FreeBSD
Greg V
2018-10-20
freebsd: Fix argc resolution in _start
Marc Tiehuis
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-13
C ABI and compiler rt improvements for ARM
Andrew Kelley
2018-10-09
std/special/bootstrap: inline some functions to improve stack traces
Andrew Kelley
2018-10-09
support building static libraries
Andrew Kelley
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-08
fix elf auxv handling
Shawn Landden
2018-09-08
clone() on arm64
Shawn Landden
2018-09-08
initial arm64 support
Shawn Landden
2018-09-02
fix regressions
Andrew Kelley
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-06
Merge branch 'master' into zen_stdlib
Andrea Orru
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
2018-07-21
rename error.skip to error.SkipZigTest
Andrew Kelley
2018-07-22
std.special.test_runner.zig: make tests skippable;
kristopher tate
2018-07-09
Merge remote-tracking branch 'origin/master' into m-n-threading
Andrew Kelley
2018-07-09
zig fmt
Andrew Kelley
2018-07-07
cleaner output from zig build when there are compile errors
Andrew Kelley
2018-07-03
Clean up outstanding compiler_rt todos
Marc Tiehuis
2018-07-02
Merge pull request #1176 from bnoordhuis/f16-std
Andrew Kelley
2018-06-30
Alignment fix and allow rudimentary f128 float printing
Marc Tiehuis
2018-06-30
compiler_rt: Remove wrapping add/sub operators where unneeded
Marc Tiehuis
2018-06-30
compiler_rt: Add floattitf/floattidf/floattisf
Marc Tiehuis
2018-06-30
compiler_rt: Add missing exports
Marc Tiehuis
2018-06-30
compiler_rt: Add floatuntitf
Marc Tiehuis
2018-06-30
compiler_rt: Add floatunditf and floatunsitf
Marc Tiehuis
2018-06-30
compiler_rt: Add floatuntisf
Marc Tiehuis
2018-06-30
compiler_rt: Add trunc f128 narrowing functions
Marc Tiehuis
2018-06-30
add std.math f16 nan support
Ben Noordhuis
2018-06-27
add f16 type
Ben Noordhuis
2018-06-21
add casting docs, __extenddftf2, and __extendsftf2
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-14
Add windows x86_64 i128 abi workaround
Marc Tiehuis
2018-06-13
Add i128 compiler-rt div/mul support
Marc Tiehuis
[next]