| Age | Commit message (Expand) | Author | Lines |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+3 |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -158/+200 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -28/+88 |
| 2021-02-03 | Add lint for `panic!(123)` which is not accepted in Rust 2021. | Mara Bos | -158/+200 |
| 2021-02-03 | Really fix early lints inside an async desugaring | Jethro Beekman | -4/+4 |
| 2021-02-02 | introduce future-compatibility warning for forbidden lint groups | Niko Matsakis | -28/+88 |
| 2021-02-02 | Auto merge of #81541 - Aaron1011:early-lint-async-fn, r=petrochenkov | bors | -0/+16 |
| 2021-02-02 | Fix early lints inside an async desugaring | Aaron Hill | -0/+16 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -11/+10 |
| 2021-02-01 | Rollup merge of #81529 - estebank:case_lints, r=davidtwco | Jonas Schievink | -1/+18 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -9/+14 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -11/+10 |
| 2021-01-31 | Rollup merge of #81568 - osa1:remove_old_fixme, r=jonas-schievink | Jonas Schievink | -2/+0 |
| 2021-01-30 | review comments | Esteban Küber | -1/+12 |
| 2021-01-30 | Fix an old FIXME in redundant paren lint | Ömer Sinan Ağacan | -2/+0 |
| 2021-01-30 | Auto merge of #81453 - jumbatm:clashing-extern-decl-perf, r=nagisa | bors | -4/+4 |
| 2021-01-29 | Fix invalid camel case suggestion involving unicode idents | Esteban Küber | -1/+7 |
| 2021-01-29 | Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk | Yuki Okushi | -0/+12 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -23/+37 |
| 2021-01-28 | Use symbol interning to avoid string alloc. | jumbatm | -4/+4 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -9/+14 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -11/+3 |
| 2021-01-22 | Remove special casing of rustdoc in rustc_lint | Joshua Nelson | -11/+3 |
| 2021-01-22 | Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obk | Mara Bos | -3/+9 |
| 2021-01-22 | Auto merge of #81135 - jyn514:no-backticks, r=flip1995 | bors | -3/+2 |
| 2021-01-21 | Account for labels when suggesting `loop` instead of `while true` | Esteban Küber | -3/+9 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -23/+37 |
| 2021-01-18 | Query for TypeckResults in LateContext::qpath_res | Cameron Steffen | -0/+8 |
| 2021-01-18 | Reset LateContext enclosing body in nested items | Cameron Steffen | -0/+4 |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -3/+2 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -10/+10 |
| 2021-01-16 | Review changes | Jack Huey | -10/+10 |
| 2021-01-16 | More advanced unknown lint suggestion | flip1995 | -5/+11 |
| 2021-01-15 | Don't make tools responsible for checking unknown and renamed lints | Joshua Nelson | -14/+30 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -4/+3 |
| 2021-01-13 | Introduce missing ABI lint on extern blocks | Mark Rousskov | -0/+4 |
| 2021-01-13 | Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPC | bors | -3/+3 |
| 2021-01-13 | Rollup merge of #80935 - pierwill:rustc_middle-levelandsource, r=petrochenkov | Dylan DPC | -3/+3 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -1/+1 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -1/+1 |
| 2021-01-11 | Rename `rustc_middle::lint::LevelSource` to `LevelAndSource` | pierwill | -3/+3 |
| 2021-01-12 | Add FIXME note about storing &'tcx str | jumbatm | -0/+5 |
| 2021-01-12 | Remove unnecessary allocation. | jumbatm | -4/+4 |
| 2021-01-12 | Use tcx.symbol_name to check for clashes. | jumbatm | -7/+9 |
| 2021-01-10 | Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit... | bors | -0/+3 |
| 2021-01-03 | Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkor | Guillaume Gomez | -7/+7 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -7/+7 |
| 2021-01-02 | Add snake case lint note about keyword identifiers which cannot be raw | Skynoodle | -0/+1 |
| 2021-01-01 | Add suggestion to use raw identifiers when fixing snake-case lints | Skynoodle | -2/+16 |
| 2020-12-31 | Auto merge of #80500 - jyn514:track-caller, r=nagisa | bors | -0/+1 |