| Age | Commit message (Expand) | Author | Lines |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -61/+36 |
| 2020-02-22 | Remove trait | Jane Lusby | -44/+25 |
| 2020-02-21 | clean things up | Jane Lusby | -22/+12 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2020-02-18 | better lint names | Ralf Jung | -0/+1 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -1/+1 |
| 2020-02-16 | Other crates. | Camille GILLOT | -1/+1 |
| 2020-02-16 | Make librustc_infer compile. | Camille GILLOT | -0/+1 |
| 2020-02-15 | ast: make `= <expr>;` optional in free statics/consts. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | Emit some additional `unused_doc_comments` lints outside of the main pass | Vadim Petrochenkov | -7/+10 |
| 2020-02-15 | rustc_lint: Move `unused_doc_comments` from pre-expansion to early lints | Vadim Petrochenkov | -1/+2 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -3/+3 |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -1/+0 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -1/+0 |
| 2020-02-11 | Avoid allocs in a few places. | jumbatm | -13/+14 |
| 2020-02-11 | Address review nitpicks. | jumbatm | -4/+4 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -25/+28 |
| 2020-02-11 | Run RustFmt | jumbatm | -72/+90 |
| 2020-02-11 | Make cx.span_lint methods lazy | jumbatm | -111/+80 |
| 2020-02-11 | Move more work into `decorate` functions. | jumbatm | -15/+13 |
| 2020-02-11 | Run RustFmt | jumbatm | -285/+250 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -520/+579 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -19/+38 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -18/+9 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -19/+38 |
| 2020-02-07 | Remove unused feature gate from librustc_lint | bjorn3 | -1/+0 |
| 2020-02-06 | Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkov | Dylan DPC | -4/+7 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -54/+34 |
| 2020-02-05 | unused-parens: implement for const/static items | Tyler Lanphear | -0/+8 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -54/+34 |
| 2020-02-04 | use def_path_str for missing_debug_impls message | Andy Russell | -4/+7 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -5/+5 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -4/+4 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+4 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -1/+1 |
| 2020-01-26 | Don't use ExpnKind::descr to get the name of a bang macro. | Eduard-Mihai Burtescu | -2/+4 |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -4/+12 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -3/+0 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -4/+4 |
| 2020-01-17 | Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce... | Tyler Mandry | -1/+14 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -2/+2 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -2/+2 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |