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
/
builtin.zig
Age
Commit message (
Expand
)
Author
2019-05-15
improvements to zig's implementation of libc and WebAssembly
Andrew Kelley
2019-03-31
Add memcmp to builtins
vegecode
2019-03-07
multi-arch glibc headers
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-09-08
clone() on arm64
Shawn Landden
2018-06-30
add std.math f16 nan support
Ben Noordhuis
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
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-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-14
add std.os.createThread
Andrew Kelley
2018-04-10
add memmove to builtin.o
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-12
*WIP* proof of concept error return traces
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-09-30
remove zigrt
Andrew Kelley
2017-08-31
add windows to test targets
Andrew Kelley
2017-08-30
codegen: all stores specify align value
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-06-17
std: refactor pow to be generic
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-02
slightly better memset/memcpy implementation
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-05-01
make debug safety stuff lazy
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley