summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2019-11-02Tests - add some random tests lying aboutJohn Hodge4-0/+77
2019-05-28Allow square brackets in macro definitionsMichael Howell1-0/+9
2018-12-15Targets - Add alignment to the target specs, along with a saveback test.John Hodge1-0/+22
2018-10-19Add a few new tests, one for #86, the other for #77 (eventually)John Hodge2-0/+26
2018-03-03Tests - More reduction of GCC5 bugJohn Hodge1-13/+25
2018-03-03Tests - Reduction of the GCC5 bugJohn Hodge1-30/+11
2018-03-03Tests - Add test for #63, reproduces on Mint 18.3John Hodge1-0/+43
2018-02-25HIR Typecheck - Fix case where inferrence stalls when there's a `T = <T>::Ass...John Hodge1-0/+17
2018-02-24Expand - Fix #61, not expanding paths in typesJohn Hodge1-0/+9
2018-02-24Tests - Add a test that checks the inliner behavior around Copy valuesJohn Hodge1-0/+16
2018-02-24macro_rules - Fix #59 and add tests for various macro quirksJohn Hodge1-0/+33
2018-02-21Move local tests to use the test runnerJohn Hodge2-0/+2
2017-05-07Tests - add a small set of tests that cover places rustc's don'tJohn Hodge2-0/+39
2016-12-24No more tears!ubsan2-127/+127
2015-04-15BNF - Successfully parses test crateJohn Hodge1-1/+1
2015-03-10Rework macro handling to support correct repetitionsJohn Hodge4-2/+10
2015-03-09Parse updatesJohn Hodge1-0/+5
2015-03-08Macro definitions now being usedJohn Hodge1-4/+9
2015-03-08Macro parsing, saving, and evaluatingJohn Hodge1-0/+17
2015-01-22Added bounds to _ types, propagating type params further (and replacing when ...John Hodge (sonata)1-0/+1
2015-01-21Type propagation coming alongJohn Hodge (sonata)1-2/+2
2015-01-20Fiddling with type resoltion, spotted a hole in path resolveJohn Hodge (sonata)1-0/+11
2015-01-18Add handlers for more item types to AST iterator, fix bad name in stdJohn Hodge (sonata)1-1/+1
2015-01-18Added pretty type printing, non-expr typecheck correctly fails on too many pa...John Hodge (sonata)1-1/+2
2015-01-17Clean up hanlding of generic paramsJohn Hodge (sonata)1-0/+5
2015-01-17Disabled generic handling in Path::resolve (leave for typecheck pass)John Hodge (sonata)1-1/+1
2015-01-16Added associated type reference parse, and tuple value parseJohn Hodge (sonata)1-1/+1
2015-01-15Working on parsing 'std' from a file (instead of hardcoding)John Hodge (sonata)1-0/+52
2014-11-22Initial commit, lexer structurally complete, parsing hacking upJohn Hodge (bugs)1-0/+125