aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2023-01-30implement `@qualCast`Veikka Tuominen
2023-01-30Sema: add helpful notes to invalid `@ptrCast` operationsVeikka Tuominen
2023-01-25langref: make "Type Coercion" subsections more consistentManlio Perillo
2023-01-25langref: add missing dot at the end of the paragraphManlio Perillo
2023-01-25langref: update the documentation of @TypeManlio Perillo
2023-01-25langref: improve test_coerce_unions_enums.zigManlio Perillo
2023-01-25langref: move paragraph inside the p elementManlio Perillo
2023-01-23langref: remove extra curly bracket in the CSSManlio Perillo
2023-01-23docgen: make the name required in the Code nodeManlio Perillo
2023-01-22langref: point 0.10.0 nav link to 0.10.1Andrew Kelley
2023-01-19langref: always start code on a separate line in a syntax_blockManlio Perillo
2023-01-18langref: use the term tuple in the Hello World sectionManlio Perillo
2023-01-17langref: document UTF-8 BOM handlingManlio Perillo
2023-01-17langref: add the new addrspace keywordManlio Perillo
2023-01-13docgen: improve command-line argument parsingManlio Perillo
2023-01-13docgen: remove unnecessary and incorrect deallocationsManlio Perillo
2023-01-10langref: fix unclosed and lonely tag (#14250)Techatrix
2023-01-04Merge pull request #13786 from ziglang/tty-detectionVeikka Tuominen
2023-01-03docgen: handle 'K' and 'D' escape codesVeikka Tuominen
2023-01-03Document tuple syntaxEvin Yulo
2022-12-29AstGen: make type sentinel expressions implicitly comptimeVeikka Tuominen
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-27zig fmt: improve handling of comptime tuple fieldsVeikka Tuominen
2022-12-27langref: more explicitly document how enum overriding workszooster
2022-12-26update grammar in langrefVeikka Tuominen