aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13remove the scope parameter of setFloatModeAndrew Kelley
2018-09-13fix tagged union with only 1 field tripping assertionAndrew Kelley
2018-09-12docs: langref is now javascript-freeAndrew Kelley
2018-09-11fix docgen testsAndrew Kelley
2018-09-05stage1 compile error instead of crashing for unsupported comptime ptr castAndrew Kelley
2018-09-03clarify const variables in docsAndrew Kelley
2018-09-03better anonymous struct namingAndrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-08-27langref: document labeled blocks, labeled for, labeled whileAndrew Kelley
2018-08-27langref: document exporting a libraryAndrew Kelley
2018-08-25document fixed-width integer typesAndrew Kelley
2018-08-24Fix builtin alignment typeMarc Tiehuis
2018-08-23Default to strict IEEE floating pointMarc Tiehuis
2018-08-22fixup for previous commitAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-08-20langref: add docs for peer type resolutionAndrew Kelley
2018-08-18docs: correct @memcpy, @memset function signaturesMarc Tiehuis
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-10docgen: fix usage of std.HashMapAndrew Kelley
2018-08-06doc: @addWithOverflow also returns if overflow occuredShawn Landden
2018-08-02doc/langref.html.in: add builtin @handle() to docs;kristopher tate
2018-08-02doc/langref.html.in: update suspend example with @handle();kristopher tate
2018-08-02doc/langref.html.in: update docs to reflect that the promise symbol is no in ...kristopher tate
2018-07-30Add "Comments" section to language reference (#1309)Matthew D. Steele
2018-07-30fix docs for break from suspendAndrew Kelley
2018-07-27remove ability to break from suspend blocksAndrew Kelley
2018-07-17Fixed minor documentation errors (#1256)Jay Weisskopf
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-07-14docs: correct some misinformationAndrew Kelley
2018-07-10langref: docs for union safetyAndrew Kelley
2018-07-09ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack tracesAndrew Kelley
2018-07-09langref: docs for invalid error set cast and incorrect pointer alignmentAndrew Kelley
2018-07-07add @popCount intrinsicAndrew Kelley
2018-07-06remove outdated semantic analysis documentationAndrew Kelley
2018-07-06langref: add more internal linksAndrew Kelley
2018-07-03langref: improve docs for while and undefinedAndrew Kelley
2018-07-02add runtime safety for `@intToEnum`; add docs for runtime safetyAndrew Kelley
2018-07-01syntax in build.zig example docJosh Wolfe
2018-06-27add f16 to langrefAndrew Kelley
2018-06-26langref: explicit cast sectionAndrew Kelley
2018-06-21add casting docs, __extenddftf2, and __extendsftf2Andrew Kelley
2018-06-19langref: organize docs for inline loops and add note about when to use itAndrew Kelley
2018-06-19`@floatToInt` now has safety-checked undefined behaviorAndrew Kelley
2018-06-19update langrefAndrew Kelley
2018-06-19Merge pull request #1136 from alexnask/typeinfo_improvementsAndrew Kelley
2018-06-19Added missing ?type in docs.Alexandros Naskos
2018-06-19@typeInfo now uses optional types instead of @typeOf(undefined)Alexandros Naskos
2018-06-19remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`Andrew Kelley
2018-06-18remove error to/from int casting syntax; add `@errorToInt`/`@intToError`Andrew Kelley