| Age | Commit message (Expand) | Author | Lines |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -4/+4 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+4 |
| 2019-05-12 | ast_validation: comments -> doc comments | Mazdak Farrokhzad | -11/+11 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -3/+17 |
| 2019-04-30 | Use multispan | Yuki OKUSHI | -2/+4 |
| 2019-04-30 | Add error for existential types | Yuki OKUSHI | -0/+6 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -3/+3 |
| 2019-03-31 | Rollup merge of #59572 - davidtwco:issue-59508, r=varkor | Mazdak Farrokhzad | -25/+55 |
| 2019-03-31 | Only mention const generics if enabled. | David Wood | -20/+37 |
| 2019-03-31 | Include bounds in generic reordering diagnostic. | David Wood | -12/+25 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -9/+0 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -1/+1 |
| 2019-03-12 | Addressed review feedback regarding comment phrasing. | Felix S. Klock II | -2/+2 |
| 2019-03-11 | Revised warning-downgrade strategy for nested impl trait. | Felix S. Klock II | -27/+77 |
| 2019-03-08 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -15/+65 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -3/+11 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -15/+15 |
| 2019-02-09 | Rollup merge of #58247 - taiki-e:librustc_passes-2018, r=Centril | Mazdak Farrokhzad | -1/+2 |
| 2019-02-08 | librustc_passes => 2018 | Taiki Endo | -1/+2 |
| 2019-02-07 | Fix ast_validation printing of const generics | varkor | -7/+13 |
| 2019-02-07 | Validate generic parameter and argument order in ast_validation | varkor | -16/+112 |
| 2019-01-30 | Fix #57730 | John Kåre Alsaker | -1/+1 |
| 2019-01-28 | Conditionally skip two passes if their related attributes were not found | John Kåre Alsaker | -3/+19 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -2/+2 |
| 2019-01-19 | Address some comments | John Kåre Alsaker | -12/+7 |
| 2019-01-18 | Merge visitors in AST validation | John Kåre Alsaker | -144/+111 |
| 2019-01-08 | Consolidate equality constraints error message | varkor | -2/+3 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -30/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-03 | Extended elaboration for trait aliases to include arbitrary bounds. | Alexander Regueiro | -19/+0 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -8/+8 |
| 2018-09-17 | Fill in suggestions Applicability according to @estebank | Vitaly _Vi Shukela | -1/+1 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -1/+2 |
| 2018-09-12 | Rollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obk | kennytm | -30/+23 |
| 2018-09-07 | A few cleanups and minor improvements to rustc_passes | ljedrz | -30/+23 |
| 2018-09-07 | Added note referencing issue which added error. | David Wood | -0/+3 |
| 2018-09-02 | Moved let-chain warning/error to ast_validation and changed to unconditional ... | David Wood | -0/+48 |
| 2018-08-22 | Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank | Guillaume Gomez | -1/+3 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -4/+3 |
| 2018-08-20 | Fix diagnostic regression | varkor | -1/+3 |
| 2018-08-20 | Set applicability for more suggestions. | Sébastien Duquette | -1/+3 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Address minor comments | varkor | -4/+1 |
| 2018-08-04 | Use diagnostic API on Session | Mark Rousskov | -1/+1 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -1/+1 |
| 2018-07-14 | Address comments | Vadim Petrochenkov | -1/+1 |