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
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
2020-03-15
allow `_` separators in number literals (stage 1)
momumi
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
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-28
update docs to latest Target API
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
2020-02-23
remove @bytesToSlice, @sliceToBytes from tests, docs
xackus
2020-02-18
docs: Fix wrong extern fn definition
LemonBoy
2020-02-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-30
drop @newStackCall
Andrew Kelley
2020-01-29
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-29
Update docs to reflect new testing.allocator usage
Benjamin Feng
2020-01-27
Update langref.html.in
Zac
2020-01-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-16
implement `@bitSizeOf`
Vexu
2020-01-16
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-16
turn panics into compile errors, require at least 1 field in non-exhaustive enum
Vexu
2020-01-15
add non-exhaustive enum to langref
Vexu
2020-01-15
disallow multiline strings in test and library names
Vexu
2020-01-14
[docs] Add libc dependency to sentinel-term ptr example
Shritesh
2020-01-13
doc/langref: mention that x is the sentinel in [N:x]T
Emilio G. Cota
2020-01-12
docs: update grammar to remove C strings and add anon literals
hryx
2020-01-11
Correct TypeId docs
data-man
2020-01-09
New @export() handling
LemonBoy
2020-01-08
Correct @mulAdd's doc
data-man
2020-01-06
update docs with regards to callconv
Andrew Kelley
2020-01-06
fix test suite regressions
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2019-12-30
Merge pull request #3683 from Vexu/atomic-float
Andrew Kelley
2019-12-30
update readme tagline
Andrew Kelley
2019-12-28
Make it more obvious that ifs are expressions
MateuszOkulus
2019-12-23
support some atomic operations with floats
Vexu
2019-12-17
Clarify allowzero's interaction with optional pointers.
Nathan Michaels
2019-12-16
langref table of contents in a separate column on large displays
xackus
2019-12-16
remove misleading documentation
Andrew Kelley
[prev]
[next]