aboutsummaryrefslogtreecommitdiff
path: root/test/self_hosted.zig
AgeCommit message (Expand)Author
2016-09-05rename errName builtin to errorNameAndrew Kelley
2016-08-30stronger static eval recursive testAndrew Kelley
2016-08-29implement `?return` expressionAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-08add zeroes valueAndrew Kelley
2016-08-07ability to have a return type of 'type'Andrew Kelley
2016-08-04implement multiline C string syntaxAndrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-07-09ability to cast explicitly from int to enumAndrew Kelley
2016-05-17add beginning of print stack trace functionAndrew Kelley
2016-05-15add bit_count, is_wrapping, is_signed fields to int typesAndrew Kelley
2016-05-15add int_type builtin functionAndrew Kelley
2016-05-15add 64 bit division testAndrew Kelley
2016-05-15switch on compile var marks entire namespacesAndrew Kelley
2016-05-09fix ability to use previous generic params andAndrew Kelley
2016-05-09support variable declarations in structsAndrew Kelley
2016-05-09add debug safety for shortening castsAndrew Kelley
2016-05-08add list implementation to standard libraryAndrew Kelley
2016-05-08ability to cast u8 slice to bigger sliceAndrew Kelley
2016-05-08fix null literal outside functionAndrew Kelley
2016-05-07add div_exact builtin fnAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley
2016-05-07ability to cast slice to u8 sliceAndrew Kelley
2016-05-07generic args available to member functionsAndrew Kelley
2016-05-07support generic data structuresAndrew Kelley
2016-05-07std: separate str and cstrAndrew Kelley
2016-05-07better array concatenation semanticsAndrew Kelley
2016-05-06implicit wrap widening cast on integer peer typesAndrew Kelley
2016-05-06fix eval integer wrapping and add testsAndrew Kelley
2016-05-06add shl_with_overflow builtin functionAndrew Kelley
2016-05-06add tests for integer wrappingAndrew Kelley
2016-05-04add fence builtin functionAndrew Kelley
2016-05-04add cmpxchg builtin functionAndrew 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-27better parameter codegenAndrew Kelley
2016-04-26ability to compare booleansAndrew Kelley
2016-04-25support switching on error union typeAndrew Kelley
2016-04-24fix ability to parse character literalsAndrew Kelley
2016-04-24add codegen for pointer comparisonAndrew Kelley
2016-04-23fix handling of slice of zero bits typeAndrew Kelley
2016-04-23fix returning empty struct from functionAndrew Kelley
2016-04-22add syntax to allow symbols to have arbitrary strings as namesAndrew Kelley
2016-04-21ability to use a struct with no fieldsAndrew Kelley
2016-04-20for loop: add ability to get pointer to elem varAndrew Kelley