| Age | Commit message (Expand) | Author | Lines |
| 2018-04-30 | Improve div by zero const eval errors | Oliver Schneider | -2/+1 |
| 2018-04-30 | Update ui test output | Oliver Schneider | -1/+1 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -4/+4 |
| 2018-04-18 | Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i... | Felix S. Klock II | -1/+1 |
| 2018-04-18 | Update the previously checkpointed (but unused by bors) tests to reflect curr... | Felix S. Klock II | -4/+4 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -22/+22 |
| 2018-04-11 | Checkpoint the current status of NLL on `ui` tests via compare-mode=nll. | Felix S. Klock II | -0/+184 |
| 2018-04-11 | Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including... | Felix S. Klock II | -10/+10 |
| 2018-04-04 | Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakis | bors | -4/+4 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -4/+3 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -24/+4 |
| 2018-03-26 | Move some implementations of Clone and Copy to libcore | Francis Gagné | -4/+4 |
| 2018-03-26 | Fix e0658 ui test | Mark Mansi | -7/+12 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -3/+2 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -2/+4 |
| 2018-03-23 | Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk | Alex Crichton | -2/+2 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-03-19 | Reduce diagnostic verbosity by removing labels | Esteban Küber | -2/+2 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -6/+2 |
| 2018-03-19 | #49133 - Reworded the Error message: "`pub` not needed here" message | Dileep Bapat | -3/+3 |
| 2018-03-16 | Update tests | John Kåre Alsaker | -2/+4 |
| 2018-03-16 | Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakis | kennytm | -2/+31 |
| 2018-03-16 | Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obk | kennytm | -8/+9 |
| 2018-03-15 | Coherence diagnostic tweaks | Esteban Küber | -2/+31 |
| 2018-03-16 | Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebank | kennytm | -5/+22 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -10/+11 |
| 2018-03-14 | Add span label to E0044 | Esteban Küber | -1/+2 |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -10/+10 |
| 2018-03-14 | Update E0601 test for new message format. | Eric Huss | -1/+1 |
| 2018-03-14 | Some tweaks to "type parameters from outer function" diagnostic | Esteban Küber | -8/+9 |
| 2018-03-14 | Add backticks to `main` not found errors. | Eric Huss | -2/+2 |
| 2018-03-14 | Add suggestion where to add main function. | Eric Huss | -0/+18 |
| 2018-03-14 | Add empty main() to tests where it is missing. | Eric Huss | -5/+4 |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -1/+1 |
| 2018-03-14 | update tests | Guillaume Gomez | -256/+254 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -6/+54 |
| 2018-03-08 | Update tests | Basile Desloges | -6/+54 |
| 2018-03-08 | Unify the const folding errors | Oliver Schneider | -7/+6 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -14/+22 |
| 2018-03-08 | Rebase fallout | Oliver Schneider | -1/+1 |
| 2018-03-08 | Update tests | Oliver Schneider | -0/+1 |
| 2018-03-08 | Adjust tests to more aggressive const err linting | Oliver Schneider | -0/+2 |
| 2018-03-08 | Reduce noise in error reporting | Oliver Schneider | -1/+1 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -3/+4 |
| 2018-02-28 | Remove E0245; improve E0404 explanation | Mark Mansi | -2/+9 |
| 2018-02-26 | Fix rebase | Vadim Petrochenkov | -7/+7 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -15/+15 |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -396/+396 |
| 2018-02-26 | Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebank | bors | -0/+256 |