| Age | Commit message (Expand) | Author | Lines |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -28/+88 |
| 2017-04-05 | Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov | Corey Farwell | -0/+20 |
| 2017-04-05 | Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez | Ariel Ben-Yehuda | -15/+42 |
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -3/+3 |
| 2017-04-04 | Merge branch 'master' into issue-32540 | Esteban Küber | -388/+356 |
| 2017-04-03 | Fix bug parsing `#[derive]` macro invocations. | Jeffrey Seyfried | -0/+20 |
| 2017-04-03 | Merge branch 'master' into issue-40006 | Esteban Küber | -389/+357 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -1/+24 |
| 2017-03-30 | Replace hardcoded forward slash with path::MAIN_SEPARATOR | Thomas Jespersen | -4/+5 |
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -21/+35 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -336/+281 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -5/+1 |
| 2017-03-27 | Fix unittests | Esteban Küber | -1/+1 |
| 2017-03-27 | Simplify error output | Esteban Küber | -11/+6 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -3/+3 |
| 2017-03-25 | Improve wording and spans for unexpected token | Esteban Küber | -6/+19 |
| 2017-03-24 | Point at last valid token on failed `expect_one_of` | Esteban Küber | -14/+14 |
| 2017-03-24 | Identify missing item category in `impl`s | Esteban Küber | -15/+47 |
| 2017-03-22 | Add diagnostic for incorrect `pub (restriction)` | Esteban Küber | -26/+38 |
| 2017-03-21 | Refactor parsing of trait object types | Vadim Petrochenkov | -227/+177 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -49/+27 |
| 2017-03-14 | Point out correct turbofish usage on `Foo<Bar<Baz>>` | Esteban Küber | -1/+4 |
| 2017-03-14 | Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakis | bors | -0/+27 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -0/+11 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -38/+6 |
| 2017-03-14 | Cleanup. | Jeffrey Seyfried | -11/+10 |
| 2017-03-12 | Rollup merge of #40369 - petrochenkov:segspan, r=eddyb | Corey Farwell | -11/+18 |
| 2017-03-12 | Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakis | bors | -32/+40 |
| 2017-03-11 | Temporarily prefix catch block with do keyword | Taylor Cramer | -13/+5 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -0/+35 |
| 2017-03-10 | Give spans to individual path segments in AST | Vadim Petrochenkov | -11/+18 |
| 2017-03-10 | Update syntax for `pub(restricted)` | Vadim Petrochenkov | -32/+40 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -2/+1 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -3/+43 |
| 2017-03-04 | Inline function to avoid naming confusion. | Mark Simulacrum | -8/+6 |
| 2017-03-03 | Fix `token::Eof` spans. | Jeffrey Seyfried | -2/+6 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -19/+23 |
| 2017-03-03 | Introduce `syntax::parse::parser::TokenCursor`. | Jeffrey Seyfried | -47/+127 |
| 2017-02-28 | Refactor out `parser.expect_delimited_token_tree()`. | Jeffrey Seyfried | -36/+13 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -148/+13 |
| 2017-02-28 | Avoid `Token::{OpenDelim, CloseDelim}`. | Jeffrey Seyfried | -1/+1 |
| 2017-02-21 | Add long error explanations | Guillaume Gomez | -17/+17 |
| 2017-02-20 | Add error codes for errors in libsyntax | Guillaume Gomez | -40/+82 |
| 2017-02-10 | Fix ICE on certain sequence repetitions. | Jeffrey Seyfried | -5/+14 |
| 2017-02-09 | Fix ICE when parsing token trees after an error. | Jeffrey Seyfried | -3/+10 |
| 2017-02-05 | Rollup merge of #39453 - nrc:save-path, r=nikomatsakis | Corey Farwell | -0/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 2017-02-02 | save-analysis: be more paranoid about generated paths | Nick Cameron | -0/+1 |
| 2017-01-31 | use suggestions instead of helps with code in them | Oliver Schneider | -4/+23 |
| 2017-01-27 | Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakis | bors | -433/+277 |