| Age | Commit message (Expand) | Author | Lines |
| 2018-07-23 | dump lints _after_ parsing macros | mark | -3/+3 |
| 2018-07-23 | Extend ParseSess to support buffering lints | mark | -2/+21 |
| 2018-07-14 | Remove some tests using AST comparisons, fix other tests | Vadim Petrochenkov | -204/+26 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -3/+3 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -5/+8 |
| 2018-06-22 | Re-reexport some items that were recently made crate-private. | Tim Kuehn | -1/+1 |
| 2018-06-21 | Parse async fn header. | Without Boats | -5/+8 |
| 2018-06-09 | Crate-ify and delete unused code in syntax::parse | Mark Simulacrum | -20/+37 |
| 2018-05-20 | lexer: Fix span override for the first token in a string | Vadim Petrochenkov | -2/+1 |
| 2018-05-18 | Make `Directory::path` a `Cow`. | Nicholas Nethercote | -2/+3 |
| 2018-05-09 | Optimize string handling in lit_token(). | Nicholas Nethercote | -6/+17 |
| 2018-05-03 | Remove parse::escape_default(). | Nicholas Nethercote | -6/+2 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-19 | Avoid allocating when parsing \u{...} literals. | Nicholas Nethercote | -2/+10 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -9/+8 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -7/+3 |
| 2018-03-28 | Make ParseSess thread-safe | John Kåre Alsaker | -9/+8 |
| 2018-03-27 | libsyntax: Remove obsolete.rs | Vadim Petrochenkov | -1/+0 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -9/+15 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -2/+0 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -0/+4 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -9/+11 |
| 2018-03-17 | Cleanup import parsing | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | remove FIXME(#8372) since for-loops wont support borrowing iterators | Niv Kaminer | -2/+0 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -287/+322 |
| 2018-03-08 | Move REGISTERED_DIAGNOSTICS to a ParseSess field | John Kåre Alsaker | -1/+5 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -10/+10 |
| 2018-02-18 | Fix up tests and typos | Seiichi Uchida | -2/+2 |
| 2018-02-18 | Replace dummy spans with empty spans | Seiichi Uchida | -1/+1 |
| 2018-02-18 | Change ast::Visibility to Spanned type | Seiichi Uchida | -1/+1 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -2/+2 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+1 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -3/+2 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -1/+8 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -12/+12 |
| 2017-09-12 | Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkov | bors | -7/+18 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -3/+3 |
| 2017-08-17 | Accept underscores in unicode escapes | Malo Jaffré | -7/+18 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -7/+8 |
| 2017-07-29 | Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc | Mark Simulacrum | -0/+1 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -1/+8 |
| 2017-07-29 | Add Span to ast::WhereClause | topecongiro | -0/+1 |
| 2017-06-26 | Update and fix a few tests | Alex Crichton | -1/+1 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -5/+8 |
| 2017-05-18 | Add an option to the parser to avoid parsing out of line modules | Nick Cameron | -2/+23 |