| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -6/+6 | |
| 2014-10-26 | Use standard capitalisation for TokenTree variants | Brendan Zabarauskas | -6/+6 | |
| 2014-10-26 | Rename TokenTree variants for clarity | Brendan Zabarauskas | -6/+6 | |
| This should be clearer, and fits in better with the `TTNonterminal` variant. Renames: - `TTTok` -> `TTToken` - `TTDelim` -> `TTDelimited` - `TTSeq` -> `TTSequence` | ||||
| 2014-09-19 | Allow syntax extensions to return multiple items, closes #16723. | Florian Hahn | -4/+4 | |
| This patch replaces `MacItem` with `MacItems`. | ||||
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -2/+2 | |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -6/+12 | |
| 2014-07-12 | Convert a first batch of diagnostics to have error codes | Jakub Wieczorek | -1/+2 | |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -0/+132 | |
