aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2017-04-02fix else-if parsingJosh Wolfe
2017-04-02fix confusion in block expression parsingJosh Wolfe
2017-04-02show implicit semicolon rules in langref grammarJosh Wolfe
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26add stack protector safety when linking libcAndrew Kelley
2017-03-26add debug safety checks for remainder divisionAndrew Kelley
2017-03-26update langrefAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-26add comptime top level declarationAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-03-02add basic emacs syntax fileAndrew Kelley
2017-03-02remove zeroes from vim syntax fileAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-09lots of miscellaneous things all in one big commitAndrew Kelley
2017-02-05try expression can omit variable assignmentsAndrew Kelley
2017-02-04remove volatileStore builtin; add volatile pointersAndrew Kelley
2017-02-03add setGlobalAlign and setGlobalSection builtin functionsAndrew Kelley
2017-02-03implement packed structsAndrew Kelley
2017-02-02add try expressionAndrew Kelley
2017-02-02remove ability to mark if and switch as inlineAndrew Kelley
2017-02-01document setDebugSafety builtin functionAndrew Kelley
2017-01-24printf var args proof of conceptAndrew Kelley