aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-01-07Add missing package to the langref that's always availabler00ster
2021-12-21Change `ArgIterator.next()` return typeominitay
2021-12-21Langref: replace mentions of c_void with anyopaqueJohn Schmidt
2021-12-20Release 0.9.00.9.0Andrew Kelley
2021-12-18langref: fix tidy html errorAndrew Kelley
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-18Add Vector documentation (#10303)bnprks
2021-12-11langref: document @prefetch() builtinIsaac Freund
2021-12-03Add documentation for sentinel-terminated slicing (#10010)Michael Byrne
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-11-30allocgate: apply missed changesLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-23Minor rewording of "Shadowing" section within language referenceMichael Byrne
2021-10-12Merge pull request #9878 from pfgithub/patch-4Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-10-04langref: Explain Zig TestMr. Paul
2021-10-03fix assuming multiline string tokens end with '\n'pfg
2021-10-03switch back to peg for the grammar typepfg
2021-10-02fix the erroring testspfg
2021-10-02fix grammer file name and .y file typepfg
2021-10-02fix incorrectly escaped htmlpfg
2021-10-01fix fmtpfg
2021-10-01fix style in thpfg
2021-10-01fix line numbers on multiline strings, add line numbers to peg grammarpfg
2021-10-01Add line numbers to langref (fixes #9870)pfg
2021-09-30Fix a typo in @ceil documentation.Nathan Michaels
2021-09-28saturating arithmetic modificationsAndrew Kelley
2021-09-28sat-arithmetic: langref - use <th> tagsTravis Staloch
2021-09-28sat-arithmetic: langref - remove syntax disclaimerTravis Staloch
2021-09-28sat-arithmetic: update langrefTravis Staloch
2021-09-28sat-arithmetic: fix docgenTravis Staloch
2021-09-27Langref: fix HTML escaped symbol WASM JavaScript code exampleMr. Paul
2021-09-24Spelling corrections (#9833)Josh Soref
2021-09-20Merge pull request #9649 from Snektron/address-spaceAndrew Kelley
2021-09-20Merge branch 'address-space' of Snektron/zig into Snektron-address-spaceAndrew Kelley
2021-09-20docgen: re-enable syntax checking for code blocksMr. Paul
2021-09-20langref: define the inferred error set syntax more explicitlyRory O’Kane
2021-09-20Address Spaces: Render addrspace token in docgenRobin Voetter
2021-09-15stage2: implement `@atomicRmw` and `@atomicLoad`Andrew Kelley
2021-09-10Improve HTML semantics and a11y of language referenceMr. Paul
2021-09-07langref: update link to 0.8.1 docsAndrew Kelley
2021-09-01langref: new usingnamespace semanticsAndrew Kelley
2021-09-01docgen: syntax blocks don't actually run the codeAndrew Kelley
2021-09-01saturating arithmetic builtins: add, sub, mul, shl (#9619)travisstaloch
2021-08-31fix typoPhilipp Lühmann
2021-08-28stage2: delete keywords `true`, `false`, `undefined`, `null`Andrew Kelley
2021-08-23stage1: `@intToEnum` implicitly does an `@intCast`Andrew Kelley