aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
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-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-03switch back to peg for the grammar typepfg
2021-10-02fix grammer file name and .y file typepfg
2021-10-02fix incorrectly escaped htmlpfg
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-27Langref: fix HTML escaped symbol WASM JavaScript code exampleMr. Paul
2021-09-24Spelling corrections (#9833)Josh Soref
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-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-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
2021-08-20Clarify async/await language documentation.bnprks
2021-08-20Make clearer inline code blocks in language reference paragraphs (#9317)Paul
2021-08-01langref- fix packed struct error codeMeghan
2021-08-01langref- fix use after block error codeMeghan
2021-07-27stage2: implement `@boolToInt`Andrew Kelley
2021-07-26minimum/maximum builtinsRobin Voetter
2021-07-26Add @selectRobin Voetter
2021-07-25Doc fixes for clz + ctzAuguste Rame
2021-07-25Add vector support for @popCountAuguste Rame
2021-07-23Docs fix array/pointer/slice type coercion section (#9392)David May
2021-07-19langref: remove incorrect statement on c_voidIsaac Freund
2021-07-13clarify @bitSizeOf behaviorJonathan Marler
2021-07-08Introduce Zig Test earlier in Language ReferenceMr. Paul
2021-07-08Fix indentation in langref.html.inyetanothercheer
2021-07-04Merge pull request #9175 from kprotty/threadAndrew Kelley
2021-07-04Link to the GPA now that it's on upstreamNulo
2021-07-02langref: fix test cases now that AST Lowering has priorityAndrew Kelley
2021-07-02AstGen: fix missing compile error for unreachable `@TypeOf` argumentAndrew Kelley
2021-06-30std.Thread: more cleanup & testingkprotty