aboutsummaryrefslogtreecommitdiff
path: root/test/run_tests.cpp
AgeCommit message (Expand)Author
2016-01-20rename value_count to member_countMovingtoMars
2016-01-18use signed integer for sizes of thingsAndrew Kelley
2016-01-18add error for shadowing a typeAndrew 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-18fix nested arraysAndrew Kelley
2016-01-16better main symbol prototypeAndrew Kelley
2016-01-15support array literalsAndrew Kelley
2016-01-15fix error message for struct initialization on arrayAndrew Kelley
2016-01-15rename "use" to "import"Andrew Kelley
2016-01-15add void arrays testAndrew Kelley
2016-01-14overflow intrinsics take type as first argumentAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13fix noalias codegenAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-11fix not adding builtin functions codeAndrew Kelley
2016-01-11support enums with values attachedAndrew Kelley
2016-01-11simple enum supportAndrew Kelley
2016-01-10fix codegen for void struct fieldsAndrew Kelley
2016-01-10order-independent declarations even from importsAndrew Kelley
2016-01-10detect and report top level decl dependency loopAndrew Kelley
2016-01-09order-independent declarationsAndrew Kelley
2016-01-09add memcpy and memset intrinsicsAndrew Kelley
2016-01-08suport checked arithmetic operations via intrinsicsAndrew Kelley
2016-01-08codegen: fix else if expression and maybe unwrap exprAndrew Kelley
2016-01-07implement array slicing syntaxAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley
2016-01-06while detects simple constant conditionAndrew Kelley
2016-01-06fix undefined reference to memcpy in release modeAndrew Kelley
2016-01-06add unknown size array testAndrew Kelley
2016-01-05array syntax is [10]i32 instead of [i32; 10]Andrew Kelley
2016-01-05add #min_value() and #max_value()Andrew Kelley
2016-01-04progress toward compile time constant expression evaluationAndrew Kelley
2016-01-04add pointer dereferencing operatorAndrew Kelley
2016-01-04add member functionsAndrew Kelley
2016-01-04partial import segregationAndrew Kelley
2016-01-04multiple files example no longer use libcAndrew Kelley
2016-01-03implement #sizeof()Andrew Kelley
2016-01-03add #typeof() compiler functionAndrew Kelley
2016-01-02fix implicit cast after unreachable bad code genAndrew Kelley
2016-01-02ability to access pointers with array indexing syntaxAndrew Kelley
2016-01-02error for if var expression not maybe typeAndrew Kelley
2016-01-02basic maybe type workingAndrew Kelley
2015-12-31block expressions require parensAndrew Kelley
2015-12-24implement continue expressionAndrew Kelley
2015-12-24add error for break outside loopAndrew Kelley
2015-12-24add break expressionAndrew Kelley
2015-12-24add test for while loopAndrew Kelley
2015-12-24add test for invalid field in struct value expressionAndrew Kelley