aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2018-01-15clean up error return tracingAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-07update hello world docsAndrew Kelley
2018-01-03add december in review to reading material; fix docsAndrew Kelley
2018-01-03add noInlineCall to docsAndrew Kelley
2018-01-03doc fixesAndrew Kelley
2017-12-26move utf8 parsing to stdJosh Wolfe
2017-12-24docs: fix typoAndrew Kelley
2017-12-23add source encoding rules to the docs. see #663Josh Wolfe
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-20add labeled loops, labeled break, labeled continue. remove gotoAndrew Kelley
2017-12-19bring back code that uses export and fix testsAndrew Kelley
2017-12-19wip bring back export keywordAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-13fix const and volatile qualifiers being dropped sometimesAndrew Kelley
2017-12-04update docs regarding enums and unionsAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-12-02ability to set tag values of enumsAndrew Kelley
2017-11-30ability to specify tag type of enumsAndrew Kelley
2017-11-24update homepage docsAndrew Kelley
2017-11-20move base64 functions into structsJosh Wolfe
2017-11-20rework std.base64 apiJosh Wolfe
2017-11-16add documentation placeholders for unionsAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-09-30update C headers to clang 5.0.0Andrew Kelley
2017-09-25fix docsAndrew Kelley
2017-08-20move docs to websiteAndrew Kelley
2017-07-08better bigint/bigfloat implementationAndrew Kelley