Age | Commit message (Expand) | Author | Files | Lines |
2016-11-19 | Rust source update, fix a few parse issues | John Hodge | 1 | -0/+1 |
2016-11-05 | Parse patterns - Handle :expr fragments | John Hodge | 1 | -0/+23 |
2016-11-02 | Parse - Rework hygiene (with spelling fix) for take 2 | John Hodge | 1 | -9/+10 |
2016-11-02 | All - Hack in start of macro hygine - requires rework so is disabled | John Hodge | 1 | -31/+47 |
2016-10-22 | Parse/Pattern - Handle interpolated patterns after bindings | John Hodge | 1 | -0/+5 |
2016-10-16 | Parse Patterns - Allow < and << to start a path in a pattern | John Hodge | 1 | -0/+2 |
2016-10-09 | AST - Remove free MacroInvocation lists | John Hodge | 1 | -1/+1 |
2016-10-03 | Parse - Fix bad datatype for negative numbers | John Hodge | 1 | -6/+2 |
2016-10-03 | HIR+AST - Handle bytestring patterns | John Hodge | 1 | -2/+1 |
2016-10-02 | AST - Store the mutability of & patterns | John Hodge | 1 | -5/+7 |
2016-08-25 | Parse - What an interesting feature | John Hodge | 1 | -0/+49 |
2016-08-19 | Patterns - Support tuples with .. (fully) | John Hodge | 1 | -31/+32 |
2016-08-18 | All - Support tuple patterns with .. at the start/end - TODO: Support in the ... | John Hodge | 1 | -12/+30 |
2016-08-17 | Parse - Fix many parser bugs | John Hodge | 1 | -9/+9 |
2016-06-04 | Resolve - Fix variable resolution and pattern binding | John Hodge | 1 | -14/+19 |
2016-05-29 | Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly | John Hodge | 1 | -3/+10 |
2016-05-25 | Parse - Use interpolated macro fragments instead of captured TTs | John Hodge | 1 | -10/+14 |
2016-05-18 | HIR/from_ast - Pattern conversion mostly done, crashes. | John Hodge | 1 | -0/+2 |
2016-05-01 | AST - Remove Expr from patterns (replace with local Value type) | John Hodge | 1 | -20/+23 |
2016-03-08 | Spans on MacroInvocation, re-enable span in ERROR reporting | John Hodge | 1 | -1/+2 |
2016-02-27 | Parse/patterns - Allow `ref name..` in slice patterns | John Hodge | 1 | -14/+17 |
2016-02-27 | Parse - Fix trailing commas in attributes, _.. pattern support in slices | John Hodge | 1 | -0/+8 |
2016-02-27 | Parse/path - Unify pattern and expr path parsing | John Hodge | 1 | -1/+3 |
2016-02-27 | Parse/Pattern - Clean up MaybeBind logic to remove duplication | John Hodge | 1 | -42/+24 |
2016-02-27 | Patterns - Clean up handling of ref/mut/ref mut | John Hodge | 1 | -5/+38 |
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 |
2015-03-21 | Split pattern parsing out of expr.cpp | John Hodge | 1 | -0/+264 |