| Age | Commit message (Expand) | Author | Lines |
| 2020-10-26 | Fix doctest | Nathan Whitaker | -0/+1 |
| 2020-10-26 | Write docs for lint / fix review nit | Nathan Whitaker | -2/+20 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -11/+8 |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Tweak diagnostic | Nathan Whitaker | -4/+6 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -49/+35 |
| 2020-10-26 | Uplift temporary-cstring-as-ptr into rustc | Nathan Whitaker | -0/+105 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -9/+33 |
| 2020-10-22 | Rollup merge of #78155 - est31:rustc_lint_types_refactor, r=davidtwco | Yuki Okushi | -17/+18 |
| 2020-10-20 | Improve panic_fmt error messages for invalid format strings too. | Mara Bos | -4/+18 |
| 2020-10-20 | Parse the format string for the panic_fmt lint for better warnings. | Mara Bos | -9/+34 |
| 2020-10-20 | Make {u,}int_range functions a bit nicer | est31 | -14/+15 |
| 2020-10-20 | rustc_lint: remove unused to_string | est31 | -3/+3 |
| 2020-10-20 | Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov | Yuki Okushi | -2/+9 |
| 2020-10-19 | Small cleanups in assert!() and panic_fmt lint. | Mara Bos | -4/+4 |
| 2020-10-19 | Also apply panic_fmt lint suggestions to debug_assert!(). | Mara Bos | -9/+7 |
| 2020-10-19 | Don't see `{{}}` as placeholder in panic_fmt lint. | Mara Bos | -8/+7 |
| 2020-10-18 | Formatting. | Mara Bos | -4/+5 |
| 2020-10-18 | Improve panic_fmt message for panic!("{}") with a fmt placeholder. | Mara Bos | -17/+45 |
| 2020-10-18 | Make panic_fmt lint work properly for assert!(expr, msg) too. | Mara Bos | -0/+12 |
| 2020-10-18 | Specialize panic_fmt lint for the {core,std}::panic!() macros. | Mara Bos | -5/+22 |
| 2020-10-18 | Add lint to warn about braces in a panic message. | Mara Bos | -0/+60 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -9/+5 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -4/+4 |
| 2020-11-14 | Use `TypeVisitor::BreakTy` in `ProhibitOpaqueTypes` | LeSeulArtichaut | -9/+3 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -0/+2 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -1/+1 |
| 2020-11-13 | Reserve space in advance | Dániel Buga | -0/+2 |
| 2020-10-18 | Auto merge of #78066 - bugadani:wat, r=jonas-schievink | bors | -1/+1 |
| 2020-10-18 | Replace unnecessary map_or_else with map_or | Dániel Buga | -1/+1 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -18/+60 |
| 2020-10-16 | Do not check unused braces on inline consts | Santiago Pastorino | -18/+53 |
| 2020-10-16 | Add check_generic_arg early pass | Santiago Pastorino | -0/+7 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+8 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -2/+2 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -4/+0 |
| 2020-10-14 | Fixed false positive for `unused_parens` lint | aticu | -2/+9 |
| 2020-10-11 | Do not provide suggestions for non standard characters | Yuki Okushi | -19/+35 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -3/+4 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -1/+1 |
| 2020-10-04 | Prevent forbid from being ignored if overriden at the same level. | Felix S. Klock II | -4/+43 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -3/+4 |
| 2020-10-01 | Uplift drop-bounds lint from clippy | Michael Howell | -0/+82 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -0/+1 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -2/+0 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+0 |
| 2020-09-25 | Simplify some match statements on `DefPathDataName' | marmeladema | -7/+2 |
| 2020-09-25 | Rename `DefPathData::get_name()` to `DefPathData::name()` | marmeladema | -1/+1 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+7 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |