aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-09inline function call with builtin function instead...Andrew Kelley
2017-05-08move docs to ziglang.orgAndrew Kelley
2017-05-07rename c_long_double to c_longdoubleAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-04implement else on loops and break can give an expressionAndrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-27zig test no longer requires a separate test_runner.o fileAndrew Kelley
2017-04-22slicing now returns correct const-nessAndrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-21remove `?return` and `?defer`Andrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-20Add @offsetOf builtin functionRaul Leal
2017-04-18add `@fieldParentPtr` builtin functionAndrew Kelley
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-04-13move emacs/vim files to separate reposAndrew Kelley
2017-04-13typedefpocalypseAndrew Kelley
2017-04-13ability to inline at function callsiteAndrew Kelley
2017-04-08add enumTagName builtin functionAndrew Kelley
2017-04-07ability to implicitly cast integer literal to &const IntAndrew Kelley
2017-04-06fix runtime struct initialization of bitfieldAndrew Kelley
2017-04-04doc: link to Andrea's emacs modeAndrew Kelley
2017-04-03delete alloca builtin functionAndrew Kelley