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
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-24
make `@boolToInt` always return a u1
tison
2023-05-20
docgen: Rename Action enum values to snake case
Linus Groh
2023-05-20
docgen: Rename Code.Id enum values to snake case
Linus Groh
2023-05-20
docgen: Rename ExpectedOutcome enum values to snake case
Linus Groh
2023-05-20
docgen: Rename Tokenizer.State enum values to snake case
Linus Groh
2023-05-20
docgen: Rename Token.Id enum values to snake case
Linus Groh
2023-05-15
Add wasi_ prefix to wasm files
Roman FroĊow
2023-05-14
Remove incorrect statements that the `source` argument to @memcpy needs to be...
notcancername
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-12
Fix typo in langref
Jonta
2023-05-11
Merge pull request #15519 from dweiller/issue-15482
Andrew Kelley
2023-05-08
Fix langref typo
jcalabro
2023-05-07
langref: mention slice-by-length pattern
dweiller
2023-05-03
langref: Documented `extern "..."` use
Arnau
2023-04-25
langref: fix compile error
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-23
Improvements to docs and text
zooster
2023-04-23
langref: improve for loop documentation
Manlio Perillo
2023-04-23
langref: add documentation for noinline keyword
Bogdan Romanyuk
2023-04-22
docgen: fix exe_build_err code snippets
dweiller
2023-04-18
doc: clarifications to comptime section in langref after #14819
mlugg
2023-04-11
docgen: avoid use of --enable-cache
Andrew Kelley
2023-03-30
docgen: add `additional_option` token; fix wasm-freestanding example
jagt
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-23
Two more examples of possible syntax when dealing with errors (#15042)
Phil Eaton
2023-03-21
langref: add missing return types to builtin functions
r00ster91
2023-03-16
make docgen accept --zig-lib-dir
Andrew Kelley
2023-03-15
docgen: don't print progress in dumb terminals
Andrew Kelley
2023-03-13
Resolve docs inconsistency with Overflow builtins
Hashi364
2023-03-12
langref: add missing comma in assembly expressions
Techatrix
2023-03-05
langref: small clarification to `@trap`
Andrew Kelley
2023-03-04
Merge pull request #14782 from r00ster91/trap
Andrew Kelley
2023-03-04
fix doc Build Mode
tranquillity-codes
2023-03-04
add @trap builtin
r00ster91
2023-02-19
Merge pull request #14671 from ziglang/multi-object-for
Andrew Kelley
2023-02-19
Correctly handle carriage return characters according to the spec (#12661)
Tom Read Cutting
2023-02-18
langref: update to new for loop syntax
Andrew Kelley
2023-02-18
update docgen to new for loop syntax
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-13
langref: make more examples testable
Manlio Perillo
2023-02-04
langref, tools: rename --single-threaded to -fsingle-threaded
ee7
2023-02-03
langref: remove link to closed issue #4026
Manlio Perillo
2023-02-01
Merge pull request #14477 from Vexu/fixes
Andrew Kelley
2023-02-01
langref: add paragraph and examples about indexing non-ASCII strings
Josh Holland
2023-01-31
langref updates for new std.Build API
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
[next]