| Age | Commit message (Expand) | Author | Lines |
| 2019-05-18 | Instead of ICEing on incorrect pattern, use delay_span_bug | Esteban Küber | -2/+10 |
| 2019-05-18 | Use `delay_span_bug` for "Failed to unify obligation" | Esteban Küber | -5/+10 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -1/+12 |
| 2019-04-06 | Rollup merge of #59738 - flip1995:match_path_move, r=eddyb,Manishearth | Mazdak Farrokhzad | -107/+114 |
| 2019-04-06 | Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister | bors | -1/+0 |
| 2019-04-05 | Move match_path from DefId to lint::LateContext | flip1995 | -107/+114 |
| 2019-04-05 | Remove no_force from coherent_trait | John Kåre Alsaker | -1/+0 |
| 2019-04-04 | Placate tidy | Felix S Klock II | -2/+2 |
| 2019-04-04 | Adjust the mutable_borrow_reservation_conflict message | Matthew Jasper | -0/+4 |
| 2019-04-04 | add mutable_borrow_reservation_conflict future-incompatibility lint. | Felix S. Klock II | -0/+7 |
| 2019-04-04 | Use declare_lint_pass! and impl_lint_pass! in more places | hgallagher1993 | -20/+2 |
| 2019-04-04 | Auto merge of #59517 - Zoxc:new-queries, r=oli-obk | bors | -2010/+946 |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -75/+87 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -75/+87 |
| 2019-04-03 | Add trait_object_dummy_self to CommonTypes | flip1995 | -0/+7 |
| 2019-04-03 | Deny internal lints in librustc | flip1995 | -22/+22 |
| 2019-04-03 | Deduplicate code in TyKind lint | flip1995 | -48/+30 |
| 2019-04-03 | Fix bug in TyKind lint | flip1995 | -5/+8 |
| 2019-04-03 | Make internal lints allow-by-default | flip1995 | -2/+2 |
| 2019-04-03 | use check_path instead of check_expr | flip1995 | -49/+27 |
| 2019-04-03 | Fix rebase fallout | flip1995 | -16/+15 |
| 2019-04-03 | Uplift match_def_path from Clippy | flip1995 | -3/+104 |
| 2019-04-03 | Add internal lints default_hash_types and usage_of_ty_tykind | flip1995 | -0/+166 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -17/+26 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -128/+104 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -17/+26 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -74/+42 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -55/+63 |
| 2019-04-02 | Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol... | Mazdak Farrokhzad | -22/+22 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -306/+455 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -22/+22 |
| 2019-04-01 | Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelix | Mazdak Farrokhzad | -8/+17 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -15/+19 |
| 2019-03-31 | Rollup merge of #59581 - jmcomets:stabilize-refcell_replace_swap, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -11/+17 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -23/+34 |
| 2019-03-31 | Suggest using anonymous lifetime in `impl Trait` return without hacks | Esteban Küber | -34/+13 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -11/+17 |
| 2019-03-31 | Stabilize refcell_replace_swap feature, closes #43570 | Jean-Marie Comets | -1/+0 |
| 2019-03-30 | Change message to present tense | Fabian Drinck | -1/+1 |
| 2019-03-30 | Replace REDUNDANT_IMPORT with UNUSED_IMPORTS | Fabian Drinck | -7/+1 |
| 2019-03-30 | Distinguish between imported and defined items | Fabian Drinck | -3/+4 |
| 2019-03-30 | Improve warning | Fabian Drinck | -0/+9 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-30 | Add lint for redundant imports | Fabian Drinck | -0/+6 |
| 2019-03-30 | Move query definitions over to the proc macro | John Kåre Alsaker | -2010/+946 |
| 2019-03-30 | Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoerister | Mazdak Farrokhzad | -9/+3 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -2/+12 |
| 2019-03-29 | Suggest using anonymous lifetime in `impl Trait` return | Esteban Küber | -6/+36 |
| 2019-03-29 | Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb | Mazdak Farrokhzad | -8/+8 |