aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.md
AgeCommit message (Expand)Author
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2017-01-16get rid of zeroes literalAndrew Kelley
2017-01-16Merge branch 'master' into ir-mergeAndrew Kelley
2017-01-08pass unnecessary if statement testAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-18hello.zig working with all structs anonymousAndrew Kelley
2016-12-18IR: all structs anonymousAndrew Kelley
2016-12-12IR: implement memcpy, memset, and slice expressionAndrew Kelley
2016-12-11IR: implement alloca builtinAndrew Kelley
2016-12-07IR: add error for assigning runtime value to inline varAndrew Kelley
2016-12-06IR: implement deferAndrew Kelley
2016-12-05remove the boolean argument from setFnTestAndrew Kelley
2016-11-26IR: add inline gotoAndrew Kelley
2016-11-26IR: support inline switchAndrew Kelley
2016-11-26IR: add error for non static const on switch case rangeAndrew Kelley
2016-11-24IR: generating a switch statementAndrew Kelley
2016-11-21IR: implement ctz and clz builtinsAndrew Kelley
2016-11-18IR: correctly codegening memset and memcpyAndrew Kelley
2016-11-03add concept of inline for, inline while, inline varAndrew Kelley
2016-10-21capitalize builtins in docFrançois Saint-Jacques
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-10langref: correct builtin function namesAndrew Kelley
2016-09-08ability to infer parameter typesAndrew Kelley
2016-08-08add zeroes valueAndrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-18add some docs about builtin functionsAndrew Kelley
2016-05-09fix ability to use previous generic params andAndrew Kelley
2016-05-09support variable declarations in structsAndrew Kelley
2016-05-07support generic data structuresAndrew Kelley
2016-05-05add integer wrappingAndrew Kelley
2016-05-03support maybe destructuring into a pointer variableAndrew Kelley
2016-05-01implement string escapesAndrew Kelley
2016-04-28add array multiplication operatorAndrew Kelley
2016-04-28ability to specify body of an extern functionAndrew Kelley
2016-04-24add skeleton for union supportAndrew Kelley
2016-04-20for loop: add ability to get pointer to elem varAndrew Kelley
2016-04-19add optional continue expression to while loopAndrew Kelley
2016-04-06support simple generic functionsAndrew Kelley
2016-04-03add multiline string literalAndrew Kelley
2016-03-01c_void is provided outside of C importsAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-16update bootstrap to work for macos tooAndrew Kelley
2016-02-10targets command shows which ones are nativeAndrew Kelley
2016-02-10add "targets" command to list architectures, oses, abisAndrew Kelley
2016-02-06rhs of ?? and %% can be any expressionAndrew Kelley
2016-02-06simple unconditional defer supportAndrew Kelley