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
2022-09-28
Docs: clarify unreachable for ReleaseSmall
Techatrix
2022-09-27
Fix minor langref typos
Zhora Trush
2022-09-23
langref: fix minor format error
Sage Hane
2022-09-23
langref: remove uses of old function pointer syntax
John Simon
2022-09-14
docgen: add f80 to builtin types
Eric Joldasov
2022-09-14
Merge pull request #11664 from vincenzopalazzo/macros/docs
Andrew Kelley
2022-09-13
validate number literals in AstGen
Veikka Tuominen
2022-09-12
stage2: change how defers are stored in Zir
Veikka Tuominen
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-08-31
langref: tweak description of `[]T` (#12319)
Jason Ho
2022-08-27
docs: Remove mention of type inference on anytype struct fields
Henrique Dante de Almeida
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-24
Doc: Add hyphenation for top-level doc
Will Hawkins
2022-08-22
Merge pull request #12563 from Vexu/stage2-fixes
Veikka Tuominen
2022-08-22
lagnref: add signed integer repr documentation
Shane Kennedy
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-19
langref: update to new error message
Andrew Kelley
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-07-27
std.fmt: lowercase compile errors
r00ster91
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-23
langref: clarify permitted `@bitCast` usage.
InKryption
2022-07-23
docs: Pointer Arithmetic
Allan Regush
2022-07-15
doc/langref: clarify behavior of slicing with constant indexes
Yujiri
2022-07-07
langref: disable an example that regressed from LLVM 14
Andrew Kelley
2022-06-27
doc: update std.builtin.TypeInfo to std.builtin.Type
Pierre Curto
2022-05-27
Fix grammatical error
r00ster
2022-05-17
docs: add documentation on errdefer with caputure syntax
Vincenzo Palazzo
2022-05-17
docs: add documentation about return stm in the defer method
Vincenzo Palazzo
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-05-10
docs: T.bit_count -> @typeInfo(T).Int.bits
Kirk Scheibelhut
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-21
[doc update] add size_t (#11482)
Motiejus Jakštys
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-04-09
Remove primitive values from keyword reference
Kirk Scheibelhut
2022-04-04
langref: rename incorrect expect to assert
Philipp Lühmann
2022-03-25
chore: doc fixes, closes 11091
dxps
2022-03-19
stage1: make type names more unique
Robin Voetter
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
langref: small clarification of `@reduce`
Andrew Kelley
2022-03-14
basic language features do not belong in std.meta
Andrew Kelley
2022-03-08
langref: fix a stray anyopaque that should be a void
Andrew Kelley
2022-03-06
correct `@frameSize()` params in documentation
The Depressed Milkman
2022-02-23
Add documentation for common mistakes in errdefer scoping
Exonorid
2022-02-17
stage1: improve error message when casting tuples
Veikka Tuominen
2022-02-14
CI: update download page and langref for 0.9.1
Andrew Kelley
[next]