aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
AgeCommit message (Expand)Author
2016-01-25implement %% operatorAndrew Kelley
2016-01-24ability to return structs byvalue from functionsAndrew Kelley
2016-01-24introduce the error keyword and typeAndrew Kelley
2016-01-23main returns %voidAndrew Kelley
2016-01-23codegen: fix field access of arraysAndrew Kelley
2016-01-23implement literal error valuesAndrew Kelley
2016-01-23fix no error emitted for redeclaring global varAndrew Kelley
2016-01-22implement undefined literalAndrew Kelley
2016-01-22add undefined literalAndrew Kelley
2016-01-22un-special case constant global stringsAndrew Kelley
2016-01-22support statically initialized structsAndrew Kelley
2016-01-22implicit casts rewrite the ASTAndrew Kelley
2016-01-21allow constants to have number literal valuesAndrew Kelley
2016-01-21number literal reworkAndrew Kelley
2016-01-20parsing error value decls and error value literalsAndrew Kelley
2016-01-20Merge branch 'master' of github.com:andrewrk/zigAndrew Kelley
2016-01-20basic support for switch expressionAndrew Kelley
2016-01-20rename value_count to member_countMovingtoMars
2016-01-19add switch statement support to parserAndrew Kelley
2016-01-18add function pointer supportAndrew Kelley
2016-01-18pave the road for function pointersAndrew Kelley
2016-01-18add for loop which can iterate over arraysAndrew Kelley
2016-01-15merge constant expression evaluator with analyzerAndrew Kelley
2016-01-14overflow intrinsics take type as first argumentAndrew Kelley
2016-01-14fix next_node_index on wrong structAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-11support enums with values attachedAndrew Kelley
2016-01-11simple enum supportAndrew Kelley
2016-01-11resolve enum types and emit debug infoAndrew Kelley
2016-01-10fix codegen for void struct fieldsAndrew Kelley
2016-01-10delete unused enumfield and enumdecl node typesAndrew Kelley
2016-01-10update enum parsing to new planAndrew Kelley
2016-01-10refactor out the horrible beast that was codegen_nodeAndrew Kelley