aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2024-06-05seriously people, don't put "zig-" in your package namesAndrew Kelley
2024-05-22Revert "implement `@expect` builtin (#19658)"Andrew Kelley
2024-05-22implement `@expect` builtin (#19658)David Rubin
2024-05-22llvm: fix `@wasmMemory{Size,Grow}` for wasm64Veikka Tuominen
2024-05-10[docs] add examples of array/slice init using result locationPyrolistical
2024-05-05Build: cleanupJacob Young
2024-04-25migrate langref documentation generation to the build systemAndrew Kelley
2024-04-19Release 0.12.00.12.0Andrew Kelley
2024-04-11Document lazy dependency in init build.zig.zonJeremia Dominguez
2024-04-11Document packed struct's backing int declarationNguyễn Gia Phong
2024-04-07langref: update async functions sectionAndrew Kelley
2024-04-06langref: Fix example typoAlex
2024-04-02grammar: fix ASCII range typoNguyễn Gia Phong
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-18langref: add naming guideAndrew Kelley
2024-03-19langref: Rename std.fs.wasi.{PreopenList => Preopens}Linus Groh
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-15langref: caution against default field valuesAndrew Kelley
2024-03-15langref: bit-aligned -> byte-alignedPaul Jimenez
2024-03-15langref: add basic documentation of RLSmlugg
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-11std.builtin: make float mode fields lowercaseTristan Ross
2024-03-06grammar: remove gratuitous ambiguityJacob Young
2024-03-05langref now sets color-schemecrayon
2024-03-04Fix doc - Language Reference - Table of OperatorsMichael Ortmann
2024-02-25test: rework how filtering worksJacob Young
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-06langref: fix missing word typoiwVerve
2024-02-01langref: fix error set orderVeikka Tuominen
2024-01-21langref: make more consistentAndrew Kelley
2024-01-21langref: clean up the table of operatorsAndrew Kelley
2024-01-21langref: reduce verbosity of string literal sectionAndrew Kelley
2024-01-21langref: remove line numbers from code samplesAndrew Kelley
2024-01-21Revert "langref: add section numbers"Andrew Kelley
2024-01-21langref: simplify Hello World sectionAndrew Kelley
2024-01-21Revert "langref: emphasize the use of dereferencing string literals"Andrew Kelley
2024-01-21langref: explicitly mention inline combined with multiple casesAndrew Kelley
2024-01-21langref: add information about doctestsIan Johnson
2024-01-18langref: extract code comments into paragraphsAndrew Kelley
2024-01-18langref: update Zig Build System sectionAndrew Kelley
2024-01-18langref: avoid the ambiguous word "safe"Andrew Kelley
2024-01-18langref: delete Nested Container Tests sectionAndrew Kelley
2024-01-18Merge pull request #18219 from g-cassie/optional-documentation-tweaksAndrew Kelley
2024-01-16Move the paragraph to under variablesPiotr Szlachciak
2024-01-16Move the extern paragraph to a more logical placePiotr Szlachciak
2024-01-16Add missing != null operatorPiotr Szlachciak
2024-01-13langref: Fix example for Generic Data Structuresemberfade
2024-01-11langref: fix typoAndrew Kelley
2024-01-10langref: document inline functionsAndrew Kelley
2024-01-09langref: mention error union switch peer resolutiondweiller