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
/
doc
Age
Commit message (
Expand
)
Author
2020-05-16
Merge pull request #5353 from Vexu/parser
Vexu
2020-05-15
fix infinite loop with mismatced bracket
Vexu
2020-05-15
Merge pull request #5336 from Vexu/parser
Vexu
2020-05-14
remove useless nosuspend parsing
Vexu
2020-05-13
Merge pull request #5254 from ifreund/top-level-struct-file-names
Vexu
2020-05-10
mem.eql need slice type
熊鑫
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
2020-05-05
Remove reference to import type (#5279)
Lann
2020-05-05
update docs/tests for async/extern fn removal
Tadeo Kondrak
2020-05-05
remove nakedcc/stdcallcc/async fn/extern fn fnproto
Tadeo Kondrak
2020-05-05
Rename noasync to nosuspend in self-hosted, add rewriter
Tadeo Kondrak
2020-05-02
Apply naming conventions of structs to files
Isaac Freund
2020-04-28
Merge pull request #5196 from tadeokondrak/@vector-to-@type-vector
Andrew Kelley
2020-04-28
Update language reference for std.meta.Vector
Tadeo Kondrak
2020-04-28
Update language reference for recent @Type changes
Tadeo Kondrak
2020-04-13
langref: add link to 0.6.0 version
Andrew Kelley
2020-04-12
Update documentation of @panic
Sören Tempel
2020-04-11
clarify what "not valid" means
Andrew Kelley
2020-04-11
add note about `@tagName` for non-exhaustive enums
emekoi
2020-04-09
Update docgen to new ArrayList API
joachimschmidt557
2020-04-08
Update langref.html.in
markfirmware
2020-04-07
langref: small updates
xackus
2020-04-01
std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStream
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-26
ci: fix aarch64 linux
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-23
Merge pull request #4741 from momumi/master
Andrew Kelley
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-15
allow `_` separators in number literals (stage 1)
momumi
2020-03-14
fix docgen, which relied on stdout being path to binary
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-11
fix codegen, update docs
Vexu
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
fix `@embedFile` docs
Andrew Kelley
2020-03-04
update docs for `@TypeOf`
Andrew Kelley
2020-03-04
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-03
docs: remove reference to deprecated builtins
Andrew Kelley
2020-03-03
update docgen to new std.fs API
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-28
update docs to latest Target API
Andrew Kelley
2020-02-28
update docgen to new Target API
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-25
remove `@IntType` and `@ArgType` (mostly) from the compiler
Vexu
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove `@typeId`, `@memberCount`, `@memberName` and `@memberType` from the co...
Vexu
[next]