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-28
langref: Add c_char to the list of primitive types
Evan Haas
2023-06-28
langref: correct ordering of @xFromY builtins
Bertie Wheen
2023-06-25
Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixes
Andrew Kelley
2023-06-25
remove mention of stage1 from langref
Evin Yulo
2023-06-25
langref: neaten up @errSetCast example
mlugg
2023-06-24
langref: update to new cast builtin syntax
mlugg
2023-06-23
Langref: Add example for catching some errors and narrowing the error set
Sebastian Bensusan
2023-06-22
rename ZIG_DEBUG_COLOR env variable to YES_COLOR
dweiller
2023-06-20
Fix Typo in langref.html.in
begly
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
Fix a confusing comment in `langref.html.in`
Arya-Elfren
2023-06-17
Merge pull request #14844 from perillo/fix-issue-13280
Andrew Kelley
2023-06-17
Langref misc fix and improvement (#14695)
Manlio Perillo
2023-06-16
Change outdated filename in langref
John Zhang
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-14
Clarify @sin, @cos, @tan use radians
jcalabro
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-10
langref: fix error set order
Jacob Young
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-27
docgen: improve the termColor function
Manlio Perillo
2023-03-27
docgen: remove line support in printShell
Manlio Perillo
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
[prev]
[next]