Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-27 | Parse/pattern - IDENT ... IDENT | John Hodge | 1 | -3/+12 | |
2016-02-26 | Parse/pattern - Cleaner literal handling | John Hodge | 1 | -6/+20 | |
2016-02-25 | Parse - Fix slice pattern parse | John Hodge | 1 | -1/+1 | |
2016-02-25 | Heaps more parse fixes against the rustc tests | John Hodge | 1 | -2/+46 | |
2016-02-21 | Fixing parser deficiencies | John Hodge | 1 | -0/+7 | |
2016-02-18 | Parser - box Patterns, edge bug fix | John Hodge | 1 | -0/+6 | |
2016-01-30 | Syntax updates and new language items | John Hodge | 1 | -0/+2 | |
2015-03-26 | Integer literal output, signed pattern hackery | John Hodge | 1 | -2/+6 | |
2015-03-25 | Add flag for irrefutable matches, prevents arguments from being resolved | John Hodge | 1 | -28/+34 | |
2015-03-25 | Macros updated with concat!, stringify!, and $crate | John Hodge | 1 | -1/+2 | |
2015-03-25 | Fix pattern handling (not using Parse_Pattern for & patterns, inverted check ↵ | John Hodge | 1 | -2/+3 | |
for & pattern iterate) | |||||
2015-03-21 | Split pattern parsing out of expr.cpp | John Hodge | 1 | -0/+264 | |