aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-04-09Remove primitive values from keyword referenceKirk Scheibelhut
2022-04-04langref: rename incorrect expect to assertPhilipp Lühmann
2022-03-25chore: doc fixes, closes 11091dxps
2022-03-19stage1: make type names more uniqueRobin Voetter
2022-03-18stage2: improve `@typeName`Andrew Kelley
2022-03-17langref: small clarification of `@reduce`Andrew Kelley
2022-03-14basic language features do not belong in std.metaAndrew Kelley
2022-03-08langref: fix a stray anyopaque that should be a voidAndrew Kelley
2022-03-06correct `@frameSize()` params in documentationThe Depressed Milkman
2022-02-23Add documentation for common mistakes in errdefer scopingExonorid
2022-02-17stage1: improve error message when casting tuplesVeikka Tuominen
2022-02-14CI: update download page and langref for 0.9.1Andrew Kelley
2022-02-14langref: correct info about type info of declarationsAndrew Kelley
2022-02-08update more API usage of std.ProgressAndrew Kelley
2022-02-04Various documentation fixesKirk Scheibelhut
2022-02-02Correct f80 descriptionGithubPrankster
2022-01-30Full response file (*.rsp) supportPhaseMage
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2022-01-28std: add f80 bitsVeikka Tuominen
2022-01-27docs: reorganize `@truncate` and `@intCast` for claritypraschke
2022-01-27fix precedence in langref or examplePhilipp Lühmann
2022-01-27Added documentation for implicit struct pointer dereferencingExonorid
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