| Age | Commit message (Expand) | Author | Lines |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -3/+9 |
| 2020-10-30 | Fix some more clippy warnings | Joshua Nelson | -32/+22 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -3/+9 |
| 2020-10-29 | Improve panic_fmt lint messages. | Mara Bos | -5/+5 |
| 2020-10-29 | Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebank | Jonas Schievink | -1/+1 |
| 2020-10-29 | Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkor | Jonas Schievink | -3/+5 |
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -3/+5 |
| 2020-10-28 | Mark panic_fmt suggestion as machine applicable. | Mara Bos | -1/+1 |
| 2020-10-27 | Prefer new associated numeric consts in float error messages | Rustin-Liu | -1/+1 |
| 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/+33 |
| 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 |