aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-06-16tagName: return a null-terminated sliceDaniele Cocca
2021-06-15AstGen: support `@export` with field accessAndrew Kelley
2021-06-13Improve error message when std.fmt.format is missing argumentsJarred Sumner
2021-06-12Renamed @byteOffsetOf to @offsetOfExonorid
2021-06-10Documentation TOC item color changedNorberto Martínez
2021-06-09langref: link to 0.7.1 not 0.7.0 for the previous docsAndrew Kelley
2021-06-09langref: remove paragraph that mentions IRCAndrew Kelley
2021-06-04Release 0.8.00.8.0Andrew Kelley
2021-06-04langref: sync grammar with zig-spec repoIsaac Freund
2021-06-04docs: minor spelling fixviri
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-25fix position of `.*` and `.?` in operator precedence table documentationMatthew Borkowski
2021-05-24fix position of `orelse` and `catch` in precedence table and remove misplaced...Matthew Borkowski
2021-05-21wasm: build static archive unless -dynamic specifiedJakub Konka
2021-05-20wasm: link dynamically by default when targeting wasmJakub Konka
2021-05-17update langref, compile-error tests, safety testsAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08update usage of std.testing in langref.htmlVeikka Tuominen
2021-04-30Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-01add doc in `Anonymous Struct Literal` section for special @"0" syntax. (#8630)Devin Bayer
2021-05-01Doc: zig-cache/bin -> zig-out/bin (#8659)Frank Denis
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-24stage1: Require a block after suspendLemonBoy
2021-04-22delete packed enums from the languageAndrew Kelley
2021-04-22langref: add docs for `@extern`Andrew Kelley
2021-04-13Update doc for struct field alignment.Devin Bayer
2021-04-10Fix langref.html anchor navigationCarlos Zúñiga
2021-04-02docgen: correct the progress barAndrew Kelley
2021-04-02docs: document the nosuspend keyword (#7972)Mathieu Guay-Paquet
2021-04-02docgen: fix typojacob gw
2021-03-28Remove the base64 unsafe decoderFrank Denis
2021-03-28std/base64: cleanups & support url-safe and other non-padded variantsFrank Denis
2021-03-14docgen: Use Progress APILemonBoy
2021-03-12langref: Use "single-item pointer" and "many-item pointer" (#8217)Dave Gauer
2021-03-07docgen --skip-code-testsJosh Wolfe
2021-03-03update docs and grammar to allow CRLF line endings (#8063)Josh Wolfe
2021-02-28langref: Update usage of Thread.spawn()LemonBoy
2021-02-24Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-24Avoid concept of a "Unicode character" in documentation and error messages (#...Josh Wolfe
2021-02-22update docgen to use new astVeikka Tuominen
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-02-01docs: Clarify that @field can work on declarationsRyan Liptak
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-30remove @TagTypeTadeo Kondrak
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02langref: Update langref to use {s}LemonBoy
2020-12-23Clarify condusing wording regarding `%` and `/`Eleanor Bartle
2020-12-23update depreciated code (#7502)g-w1
2020-12-17Improve documentation for string slices.Josh Holland