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-06-01
Merge pull request #4976 from xackus/std-lib-docs
Veikka Tuominen
2020-05-16
Merge pull request #5020 from jinroh/docs/search-perf
Vexu
2020-05-12
Merge pull request #5275 from strangebug/docs-markdown-links
Vexu
2020-05-05
Add support for external links and URL to markdown parser.
StrangeBug
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-13
docs: use String.repeat for dom templates
Pierre Guilleminot
2020-04-12
improve search perf: trim search results
Pierre Guilleminot
2020-04-12
improve search perf: batching dom list mutations
Pierre Guilleminot
2020-04-07
refactor common pattern into a function
xackus
2020-04-07
std lib docs: fix null and int values
xackus
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
[next]