| Age | Commit message (Expand) | Author | Lines |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-03-05 | Use more efficient &&str to String conversion (clippy::inefficient_to_string) | Matthias Krüger | -2/+2 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -2/+2 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -40/+36 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -2/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -31/+31 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -30/+30 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -2/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -11/+11 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -11/+11 |
| 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 |