aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
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-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
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
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-27translate-c: Add documentation for `zig translate-c`Evan Haas
2021-06-25langref: make @setRuntimeSafety more correctJacob G-W
2021-06-23langref: fix unused varsAndrew Kelley
2021-06-23fix typos in langref.htmlVeikka Tuominen
2021-06-23Docs clarification: local static variable (#8381)Roman Frołow
2021-06-23docs: top level global assembly -> container levelJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-20stage2: Remove special double ampersand parsing case (#9114)Dmitry Matveyev
2021-06-16embedFile: change notation from [X:0] to [N:0]Daniele Cocca
2021-06-16typeName: amend return type to string literalDaniele Cocca
2021-06-16errorName: return a null-terminated sliceDaniele Cocca