aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-25remove 3 more implicit casts to const pointersAndrew Kelley
2018-10-23langref: dark style. easier on the eyesAndrew Kelley
2018-10-23fixes #1667emekoi
2018-10-22that's not a keywordJosh Wolfe
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-05docs: add comment about operator overloadingAndrew Kelley
2018-10-05docs: fix double escaping html entitiesAndrew Kelley
2018-10-04improve pointer documentationAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-27update @typeInfo docsAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-25fix not syntax highlighting builtin moduleAndrew Kelley
2018-09-24minor langref improvementsAndrew Kelley
2018-09-22doc: add note about reproducible buildsAndrew Kelley
2018-09-21fixupsAndrew Kelley
2018-09-21Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...Andrew Kelley
2018-09-18fix regression from previous commitAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-15add docs for `@This()`Andrew Kelley
2018-09-14docs: more syntax highlightingAndrew Kelley
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-07Update langref.html.inRaul Leal
2018-09-07builtin functions: @byteOffsetOf and @bitOffsetOfraulgrell
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