aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-12-12Document sentinel type in langrefJonathan Marler
2019-12-10Rename @typeOf to @TypeOf in the language referenceRobin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-08update docs to new fmt APIAndrew Kelley
2019-12-06Merge pull request #3856 from ziglang/builtin-callAndrew Kelley
2019-12-06allow calling with a new stack to regress a bitAndrew Kelley
2019-12-06remove `@newStackCall` from zigAndrew Kelley
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-12-05remove `@noInlineCall` from zigAndrew Kelley
2019-12-05docs: add html lang and minor fixesxackus
2019-12-05docs: fix assembly examplexackus
2019-12-03Update the docs to use `@as`yvt
2019-12-01fix docs regressionsAndrew Kelley
2019-11-29docs: this statement was in the wrong sectionAndrew Kelley
2019-11-25docs: update references to wasm_allocatorAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-24all tests passingAndrew Kelley
2019-11-23langref: update for sentinel-terminated typesAndrew Kelley
2019-11-21update docs for null terminated stuffAndrew Kelley
2019-11-13README: update the short description of what zig isAndrew Kelley
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-11-13Merge pull request #3675 from Vexu/atomic-storeAndrew Kelley
2019-11-12fn parameters participate in result location semanticsAndrew Kelley
2019-11-13add @atomicStore builtinVexu
2019-11-11update docs for anonymous struct/list literalsAndrew Kelley
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-08initial docs for `@as`Andrew Kelley
2019-10-27make implicit cast of tagged unions to enums easier to find in docsxackus
2019-10-22Add documentation on function parameter type inference.Maximilian Hunt
2019-10-21remove pub syntax for container fieldsVexu
2019-10-09Merge pull request #3390 from nrdmn/unicode_character_literalsAndrew Kelley
2019-10-07unicode character literalsNick Erdmann
2019-10-07Fix typo in docsMatt Keeter
2019-10-06stage1 parser supports doc commentsAndrew Kelley
2019-10-04langref: no viewportAndrew Kelley
2019-10-03docs: use the updated png faviconAndrew Kelley
2019-10-02llvm 9.0.0 => llvm 10.0.0Andrew Kelley
2019-09-30langref: add 0.5.0 docs linkAndrew Kelley
2019-09-29docs: docgen supports release safe exe code examplesAndrew Kelley
2019-09-26docs: mention release-small along with release-fastAndrew Kelley
2019-09-26doc: usingnamespace imports only public declsMichael Dusan
2019-09-24add docs for usingnamespaceAndrew Kelley
2019-09-22Fix #3272 - update docsEuan Torano
2019-09-20fix typo in docsAndrew Kelley
2019-09-19update remaining llvm 8.0.0 references to 9.0.0Andrew Kelley
2019-09-19Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-19docs: clarify @clz and @ctz terminology to not be endian-specific.Shawn Landden