| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-18 | Return a is_raw parameter from Token::ident rather than having separate methods. | Lymia Aluysia | -2/+2 | |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -1/+1 | |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -8/+7 | |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -5/+5 | |
| 2018-01-30 | Update a few comments | Mark Mansi | -0/+4 | |
| 2018-01-30 | Improved tests + typo fixes + assert | Mark Mansi | -0/+2 | |
| 2018-01-30 | Add feature gate + tests | Mark Mansi | -8/+64 | |
| 2018-01-30 | Fix typo in error message + update tests | Mark Mansi | -1/+1 | |
| 2018-01-30 | Run rustfmt on quoted.rs | Mark Mansi | -10/+21 | |
| 2018-01-30 | Allow `?` as a KleeneOp in the macro parser | Mark Mansi | -46/+84 | |
| 2018-01-29 | fix typos | Mark Mansi | -4/+4 | |
| 2018-01-21 | Fix typos | Mark Mansi | -3/+3 | |
| 2018-01-19 | Add a bunch of doc comments | Mark Mansi | -3/+72 | |
| 2018-01-19 | Run rustfmt and add comments | Mark Mansi | -38/+103 | |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -4/+4 | |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2017-07-20 | Use the macro structure spans instead of the invocation | Esteban Küber | -1/+1 | |
| 2017-07-13 | Fix regression involving identifiers in `macro_rules!` patterns. | Jeffrey Seyfried | -1/+2 | |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -2/+2 | |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -2/+2 | |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -5/+8 | |
| remove variant `Token::SubstNt` in favor of `quoted::TokenTree::MetaVar`. | ||||
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -4/+15 | |
| This is mostly removing stray ampersands, needless returns and lifetimes. | ||||
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -5/+8 | |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -6/+8 | |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -5/+5 | |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -1/+2 | |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -3/+6 | |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove ↵ | Jeffrey Seyfried | -0/+230 | |
| `tokenstream::TokenTree::Sequence`. | ||||
