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
/
langref.html.in
Age
Commit message (
Expand
)
Author
2021-11-30
allocgate: apply missed changes
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-23
Minor rewording of "Shadowing" section within language reference
Michael Byrne
2021-10-12
Merge pull request #9878 from pfgithub/patch-4
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-10-04
langref: Explain Zig Test
Mr. Paul
2021-10-03
switch back to peg for the grammar type
pfg
2021-10-02
fix grammer file name and .y file type
pfg
2021-10-02
fix incorrectly escaped html
pfg
2021-10-01
fix style in th
pfg
2021-10-01
fix line numbers on multiline strings, add line numbers to peg grammar
pfg
2021-10-01
Add line numbers to langref (fixes #9870)
pfg
2021-09-30
Fix a typo in @ceil documentation.
Nathan Michaels
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
sat-arithmetic: langref - use <th> tags
Travis Staloch
2021-09-28
sat-arithmetic: langref - remove syntax disclaimer
Travis Staloch
2021-09-28
sat-arithmetic: update langref
Travis Staloch
2021-09-27
Langref: fix HTML escaped symbol WASM JavaScript code example
Mr. Paul
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-20
docgen: re-enable syntax checking for code blocks
Mr. Paul
2021-09-20
langref: define the inferred error set syntax more explicitly
Rory O’Kane
2021-09-15
stage2: implement `@atomicRmw` and `@atomicLoad`
Andrew Kelley
2021-09-10
Improve HTML semantics and a11y of language reference
Mr. Paul
2021-09-07
langref: update link to 0.8.1 docs
Andrew Kelley
2021-09-01
langref: new usingnamespace semantics
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-31
fix typo
Philipp Lühmann
2021-08-28
stage2: delete keywords `true`, `false`, `undefined`, `null`
Andrew Kelley
2021-08-23
stage1: `@intToEnum` implicitly does an `@intCast`
Andrew Kelley
2021-08-20
Clarify async/await language documentation.
bnprks
2021-08-20
Make clearer inline code blocks in language reference paragraphs (#9317)
Paul
2021-08-01
langref- fix packed struct error code
Meghan
2021-08-01
langref- fix use after block error code
Meghan
2021-07-27
stage2: implement `@boolToInt`
Andrew Kelley
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-25
Doc fixes for clz + ctz
Auguste Rame
2021-07-25
Add vector support for @popCount
Auguste Rame
2021-07-23
Docs fix array/pointer/slice type coercion section (#9392)
David May
2021-07-19
langref: remove incorrect statement on c_void
Isaac Freund
2021-07-13
clarify @bitSizeOf behavior
Jonathan Marler
2021-07-08
Introduce Zig Test earlier in Language Reference
Mr. Paul
2021-07-08
Fix indentation in langref.html.in
yetanothercheer
2021-07-04
Merge pull request #9175 from kprotty/thread
Andrew Kelley
2021-07-04
Link to the GPA now that it's on upstream
Nulo
2021-07-02
langref: fix test cases now that AST Lowering has priority
Andrew Kelley
2021-07-02
AstGen: fix missing compile error for unreachable `@TypeOf` argument
Andrew Kelley
2021-06-30
std.Thread: more cleanup & testing
kprotty
[prev]
[next]