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
2020-04-06
compiler-rt: Separate max size allowed for load/store and CAS
LemonBoy
2020-04-05
compiler_rt/atomics: be consistent with `const value`
daurnimator
2020-04-05
Tidy up compiler_rt/atomics
daurnimator
2020-04-03
Merge pull request #4868 from xackus/new-arraylist-api
Andrew Kelley
2020-04-03
compiler-rt: don't forget to export these functions
Andrew Kelley
2020-04-03
compiler-rt: Add the __atomic family of builtins
LemonBoy
2020-04-02
new ArrayList API: fix everything else
xackus
2020-03-31
remove unnecessary `inline`
Andrew Kelley
2020-03-31
clean up the duplicate export logic for __clear_cache
Andrew Kelley
2020-03-31
compiler-rt: More clear_cache implementations
LemonBoy
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-03-30
compiler-rt: don't export __clear_cache when no impl available
Andrew Kelley
2020-03-31
compiler-rt: implement clear_cache for arm32-linux
Timon Kruiper
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-30
compiler-rt: Implement all the shift builtins
LemonBoy
2020-03-27
compiler-rt: Fix __floatunditf
LemonBoy
2020-03-24
compiler-rt: Add __divtf3
LemonBoy
2020-03-24
compiler-rt: fix __clear_cache on aarch64 darwin
Andrew Kelley
2020-03-24
compiler-rt: aarch64 implementation of __clear_cache
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-15
allow `_` separators in number literals (stage 1)
momumi
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-04
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-04
Generated documentation mobile support
pfg
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-02-28
stage1: make get_native_target go through self-hosted
Andrew Kelley
2020-02-28
compiler-rt: inline at call site to workaround a bug
Andrew Kelley
2020-02-28
fix __stack_chk_guard emitted even when not linking libc
Andrew Kelley
2020-02-28
fix standardTargetOptions and improve init-exe to use it
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-24
Merge pull request #4547 from Vexu/deprecate
Andrew Kelley
2020-02-24
expose --verbose-llvm-cpu-features to zig build
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-11
compiler-rt: Export the AEABI builtins when targeting thumb
LemonBoy
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-09
compiler_rt: Fix clzsi2 implementation for Thumb1
LemonBoy
2020-02-07
remove workarounds for Windows native CPU features
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
ability to run tests in evented I/O mode
Andrew Kelley
2020-01-30
Fix testing.allocator wiring
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Use defer/panic to better account for test failure
Benjamin Feng
[next]