aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2018-01-31docs: move source encoding sectionAndrew Kelley
2018-01-31add docs recommending to only have 1 cImportAndrew Kelley
2018-01-31add some docs for reflectionAndrew Kelley
2018-01-31*WIP* error setsAndrew Kelley
2018-01-30langref: remove page title headerAndrew Kelley
2018-01-30Improve documentation styling for mobile devicesMarc Tiehuis
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-23cleanups that I meant to put in the previous commitAndrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-22docgen: verify internal linksAndrew Kelley
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-19fix docgen on windowsAndrew Kelley
2018-01-19temporary workaround for os.deleteTree not implemented for windows/macAndrew Kelley
2018-01-19docs: remove references to %% prefix operatorAndrew Kelley
2018-01-19all doc code examples are now testedAndrew Kelley
2018-01-17ziglang.org home page no longer in this repoAndrew Kelley
2018-01-17docgen: support executing exe code examplesAndrew Kelley
2018-01-17docgen: validate See Also sectionsAndrew Kelley
2018-01-17docgen auto generates table of contentsAndrew Kelley