| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -15/+20 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -21/+16 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -9/+8 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -8/+7 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -31/+26 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -1/+1 |
| 2021-02-13 | Improve error and help messages | Camelid | -4/+4 |
| 2021-02-10 | Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelix | bors | -1/+7 |
| 2021-02-10 | Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -1/+1 |
| 2021-02-09 | Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakis | Dylan DPC | -0/+46 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -2/+30 |
| 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 |