Brendan Zabarauskas
dfb4163f83
Use standard capitalisation for TokenTree variants
2014-10-26 09:53:30 +11:00
Brendan Zabarauskas
ec3f0201e7
Rename TokenTree variants for clarity
...
This should be clearer, and fits in better with the `TTNonterminal` variant.
Renames:
- `TTTok` -> `TTToken`
- `TTDelim` -> `TTDelimited`
- `TTSeq` -> `TTSequence`
2014-10-26 09:53:29 +11:00
Florian Hahn
89b09440d8
Allow syntax extensions to return multiple items, closes #16723 .
...
This patch replaces `MacItem` with `MacItems`.
2014-09-19 11:10:54 +02:00
Eduard Burtescu
ccd8498afb
syntax: fix fallout from using ptr::P.
2014-09-14 03:39:36 +03:00
Niko Matsakis
1b487a8906
Implement generalized object and type parameter bounds ( Fixes #16462 )
2014-08-27 21:46:52 -04:00
Jakub Wieczorek
a5fe176e97
Convert a first batch of diagnostics to have error codes
2014-07-12 21:53:34 +02:00
Jakub Wieczorek
9b9cce2316
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
2014-07-11 00:32:00 +02:00