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
/
compiler_rt
Age
Commit message (
Expand
)
Author
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-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-13
C ABI and compiler rt improvements for ARM
Andrew Kelley
2018-07-09
zig fmt
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
2018-06-04
support `zig fmt: off` and `zig fmt: on` between top level decls
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-02
fix compiler-rt tests accidentally running std tests
Andrew Kelley
2018-05-01
behavior tests passing with new pointer deref syntax
Andrew Kelley
2018-04-28
fix compiler-rt ABI for x86_64 windows
Andrew Kelley
2018-03-08
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-01-25
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-16
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2018-01-12
*WIP* proof of concept error return traces
Andrew Kelley
2017-12-26
Merge branch 'master' into llvm6
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-04
Merge branch 'master' into llvm6
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-11-02
update to llvm master
Andrew Kelley
2017-10-24
fix missing compiler_rt in release modes
Andrew Kelley
[next]