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
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
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-12
Document sentinel type in langref
Jonathan Marler
2019-12-10
Rename @typeOf to @TypeOf in the language reference
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-09
update docgen to new format API
Andrew Kelley
2019-12-08
update docs to new fmt API
Andrew Kelley
2019-12-06
Merge pull request #3856 from ziglang/builtin-call
Andrew Kelley
2019-12-06
allow calling with a new stack to regress a bit
Andrew Kelley
2019-12-06
remove `@newStackCall` from zig
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
docs: fix duplicate closing tag generation
xackus
2019-12-05
docs: add html lang and minor fixes
xackus
2019-12-05
docs: fix assembly example
xackus
2019-12-03
Update the docs to use `@as`
yvt
2019-12-01
fix docs regressions
Andrew Kelley
2019-11-29
docs: this statement was in the wrong section
Andrew Kelley
2019-11-25
docs: update references to wasm_allocator
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-24
all tests passing
Andrew Kelley
2019-11-23
langref: update for sentinel-terminated types
Andrew Kelley
2019-11-21
update docs for null terminated stuff
Andrew Kelley
2019-11-15
fix containerdoccomment not handled in docgen.zig
Vexu
2019-11-13
README: update the short description of what zig is
Andrew Kelley
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
add @atomicStore builtin
Vexu
2019-11-11
update docs for anonymous struct/list literals
Andrew Kelley
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
[prev]
[next]