aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-06-02introduce [*] for unknown length pointersAndrew Kelley
2018-06-01docs: add missing builtin to langref syntax coloringAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-05-24doc fixupsAndrew Kelley
2018-05-24Added argtype and error inferring infobraedonww@gmail.com
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
2018-05-13Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-12add @newStackCall builtin functionAndrew Kelley
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-01Added typeInfo to langref built_insAlexandros Naskos
2018-05-01Fixed type info test, added documentation.Alexandros Naskos
2018-04-30support foo.* for ptr derefAndrew Kelley
2018-04-19Added builtin field to docsJimmi Holst Christensen
2018-04-18support break in suspend blocksAndrew Kelley
2018-04-18improve cmpxchgAndrew Kelley
2018-04-16Added ReleaseSmall mode to docgenAlexandros Naskos
2018-04-15add @atomicLoad builtinAndrew Kelley
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-04-08add docs for union methodsAndrew Kelley
2018-04-08add docs for packed enumAndrew Kelley
2018-04-04fix up logic for macos std.os.deleteTreeAndrew Kelley
2018-03-31docs: fix unclosed code tagMarc Tiehuis
2018-03-25doc: fix typo and tighten wording in error sectionsJay Weisskopf
2018-03-24add promise->T syntax parsingAndrew Kelley
2018-03-22ability to use async function pointersAndrew Kelley
2018-03-21change async function call syntaxAndrew Kelley
2018-03-20Remove unnecessary rule and re-fix an old bugTesla Ice Zhang
2018-03-17Fix some explicit errorsTesla Ice Zhang
2018-03-14add missing docs for setAlignStack builtinAndrew Kelley
2018-03-06var is no longer a pseudo-type, it is syntaxAndrew Kelley
2018-03-01Merge remote-tracking branch 'origin/master' into asyncAndrew Kelley
2018-02-28implement coroutine resumeAndrew Kelley
2018-02-28add atomicrmw builtin functionAndrew Kelley
2018-02-26parse await and suspend syntaxAndrew Kelley
2018-02-23update errors section of docsAndrew Kelley
2018-02-21implement IR analysis for async function callsAndrew Kelley
2018-02-20parse async fn definitionsAndrew Kelley
2018-02-20parse async fn calls and cancel expressionsAndrew Kelley
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-08syntax: parse `?error!i32` as `?(error!i32)`Andrew Kelley
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-08error sets - update langref. all tests passingAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-31add docs for memberType, memberCount, memberNameAndrew Kelley