| Age | Commit message (Expand) | Author | Lines |
| 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 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -62/+66 |
| 2019-04-02 | Fix forgotten capitalization | Oliver Scherer | -5/+5 |
| 2019-04-02 | Adjust tests to new enum variant fields | Oliver Scherer | -20/+25 |
| 2019-04-02 | Emit ansi color codes in the `rendered` field of json diagnostics | Oliver Scherer | -15/+41 |
| 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-31 | Convert symbols to strings for pretty printing | John Kåre Alsaker | -3/+3 |
| 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 |
| 2019-03-29 | Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiyn | Mazdak Farrokhzad | -8/+6 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -23/+34 |
| 2019-03-29 | rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`. | Eduard-Mihai Burtescu | -9/+3 |
| 2019-03-29 | Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=Centril | Mazdak Farrokhzad | -1/+2 |