aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-24make `@boolToInt` always return a u1tison
2023-05-20docgen: Rename Action enum values to snake caseLinus Groh
2023-05-20docgen: Rename Code.Id enum values to snake caseLinus Groh
2023-05-20docgen: Rename ExpectedOutcome enum values to snake caseLinus Groh
2023-05-20docgen: Rename Tokenizer.State enum values to snake caseLinus Groh
2023-05-20docgen: Rename Token.Id enum values to snake caseLinus Groh
2023-05-15Add wasi_ prefix to wasm filesRoman FroĊ‚ow
2023-05-14Remove incorrect statements that the `source` argument to @memcpy needs to be...notcancername
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-12Fix typo in langrefJonta
2023-05-11Merge pull request #15519 from dweiller/issue-15482Andrew Kelley
2023-05-08Fix langref typojcalabro
2023-05-07langref: mention slice-by-length patterndweiller
2023-05-03langref: Documented `extern "..."` useArnau
2023-04-25langref: fix compile errorAndrew Kelley
2023-04-25update `@memcpy` to require equal src and dest lensAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-23Add `@inComptime` builtinmlugg
2023-04-23Improvements to docs and textzooster
2023-04-23langref: improve for loop documentationManlio Perillo
2023-04-23langref: add documentation for noinline keywordBogdan Romanyuk
2023-04-22docgen: fix exe_build_err code snippetsdweiller
2023-04-18doc: clarifications to comptime section in langref after #14819mlugg
2023-04-11docgen: avoid use of --enable-cacheAndrew Kelley
2023-03-30docgen: add `additional_option` token; fix wasm-freestanding examplejagt
2023-03-30new builtins: @workItemId, @workGroupId, @workGroupSizeRobin Voetter
2023-03-23Two more examples of possible syntax when dealing with errors (#15042)Phil Eaton
2023-03-21langref: add missing return types to builtin functionsr00ster91
2023-03-16make docgen accept --zig-lib-dirAndrew Kelley
2023-03-15docgen: don't print progress in dumb terminalsAndrew Kelley
2023-03-13Resolve docs inconsistency with Overflow builtinsHashi364
2023-03-12langref: add missing comma in assembly expressionsTechatrix
2023-03-05langref: small clarification to `@trap`Andrew Kelley
2023-03-04Merge pull request #14782 from r00ster91/trapAndrew Kelley
2023-03-04fix doc Build Modetranquillity-codes
2023-03-04add @trap builtinr00ster91
2023-02-19Merge pull request #14671 from ziglang/multi-object-forAndrew Kelley
2023-02-19Correctly handle carriage return characters according to the spec (#12661)Tom Read Cutting
2023-02-18langref: update to new for loop syntaxAndrew Kelley
2023-02-18update docgen to new for loop syntaxAndrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-13langref: make more examples testableManlio Perillo
2023-02-04langref, tools: rename --single-threaded to -fsingle-threadedee7
2023-02-03langref: remove link to closed issue #4026Manlio Perillo
2023-02-01Merge pull request #14477 from Vexu/fixesAndrew Kelley
2023-02-01langref: add paragraph and examples about indexing non-ASCII stringsJosh Holland
2023-01-31langref updates for new std.Build APIAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley