aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
AgeCommit message (Expand)Author
2017-02-07inline assembly allows clobbers with no inputAndrew Kelley
2017-02-05try expression can omit variable assignmentsAndrew Kelley
2017-02-04inline assembly supports `%=` syntaxAndrew Kelley
2017-02-04remove volatileStore builtin; add volatile pointersAndrew 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-01-23various fixesAndrew Kelley
2017-01-23basic support for functions with variable length argumentsAndrew Kelley
2017-01-22introduce comptime expressionAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2017-01-16get rid of zeroes literalAndrew Kelley
2017-01-13fix some stuff when llvm has assertions onAndrew 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-07IR: add error for assigning runtime value to inline varAndrew Kelley
2016-12-06IR: implement deferAndrew Kelley
2016-12-04IR: re-organize where state goes to prepare for genericsAndrew Kelley
2016-11-26IR: add inline gotoAndrew Kelley
2016-11-26IR: fix parsing while loopAndrew Kelley
2016-11-26IR: support inline switchAndrew Kelley
2016-11-24IR: generating a switch statementAndrew Kelley
2016-11-17remove AST cloning code and add AST render for while loopsAndrew Kelley
2016-11-17IR: pointers to constants don't copy dataAndrew Kelley
2016-11-03add concept of inline for, inline while, inline varAndrew Kelley
2016-10-16IR working for if statementsAndrew Kelley
2016-09-30empty function compiles successfully with IRAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-19use size_t for indexesAndrew 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-26std: improve rand implementation and APIAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-07-17rename NodeTypeStructDecl to NodeTypeContainerDeclAndrew Kelley
2016-05-18inline assembly: allow empty output listAndrew Kelley
2016-05-18fix offset map for inline assembly error messagesAndrew Kelley
2016-05-18fix raw string literal crashAndrew 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-07better array concatenation semanticsAndrew 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