| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -8/+8 | |
| Because it's an extra type layer that doesn't really help; in a couple of places it actively gets in the way, and overall removing it makes the code nicer. It does, however, move `tokenstream::TokenTree` further away from the `TokenTree` in `quote.rs`. More importantly, this change reduces the size of `TokenStream` from 48 bytes to 40 bytes on x86-64, which is enough to slightly reduce instruction counts on numerous benchmarks, the best by 1.5%. Note that `open_tt` and `close_tt` have gone from being methods on `Delimited` to associated methods of `TokenTree`. | ||||
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -6/+6 | |
| 2018-12-04 | syntax: Remove `#[non_exhaustive]` from `Edition` | Vadim Petrochenkov | -1/+0 | |
| `Edition` is not a public API, we want users to break when a new edition is added | ||||
| 2018-11-27 | remove some unused vars | Mark Mansi | -6/+6 | |
| 2018-11-27 | remove feature gate | Mark Mansi | -39/+7 | |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 | |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -10/+10 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 | |
| 2018-07-23 | make it a migration lint | mark | -3/+30 | |
| 2018-07-23 | Fix test and errors | mark | -1/+1 | |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -67/+196 | |
| 2018-07-14 | Remove most of `Hash` impls from AST and HIR structures | Vadim Petrochenkov | -3/+3 | |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -4/+4 | |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -5/+5 | |
| 2018-06-07 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -22/+67 | |
| This reverts commit d6ba1b9b021c408fcad60ee52acf8af5e1b2eb00, reversing changes made to 8de5353f75dcde04abe947e0560dc5edd861cf3a. | ||||
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -67/+22 | |
| Update `?` repetition disambiguation. **Do not merge** (yet) This is a test implementation of some ideas from discussion in https://github.com/rust-lang/rust/issues/48075 . This PR - disallows `?` repetition from taking a separator, since the separator is never used. - disallows the use of `?` as a separator. This allows patterns like `$(a)?+` to match `+` and `a+` rather than `a?a?a`. This is a _breaking change_, but maybe that's ok? Perhaps a crater run is the right approach? cc @durka @alexreg @nikomatsakis | ||||
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -7/+4 | |
| 2018-04-05 | No separator for `?`. No `?` as a separator. | Mark Mansi | -67/+22 | |
| 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`. | ||||
