| Age | Commit message (Expand) | Author | Lines |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -5/+4 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -6/+6 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -0/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -6/+6 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov | Dylan DPC | -10/+38 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -12/+12 |
| 2021-03-16 | Allow registering tool lints with `register_tool` | Joshua Nelson | -10/+38 |
| 2021-03-16 | Don't warn about old rustdoc lint names (temporarily) | Joshua Nelson | -1/+35 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -12/+12 |
| 2021-03-14 | Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl` | Aaron Hill | -0/+3 |
| 2021-03-14 | Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-03-09 | Track HirId when visiting attributes. | Camille GILLOT | -4/+7 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -5/+8 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::MacroDef::attrs. | Camille GILLOT | -1/+2 |
| 2021-03-09 | Visit attributes in one go. | Camille GILLOT | -0/+2 |
| 2021-03-09 | Do not store attrs in FnKind. | Camille GILLOT | -2/+3 |
| 2021-03-09 | Access attrs directly from HirId in rustc_lint::builtin. | Camille GILLOT | -38/+10 |
| 2021-03-09 | Access attrs directly from HirId in rustc_lint::levels. | Camille GILLOT | -11/+12 |
| 2021-03-09 | Access attrs directly from HirId in rustc_lint::late. | Camille GILLOT | -14/+13 |
| 2021-03-09 | Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkov | Mara Bos | -1/+1 |
| 2021-03-08 | Rollup merge of #82854 - estebank:issue-82827, r=oli-obk | Mara Bos | -3/+28 |
| 2021-03-07 | Account for `if (let pat = expr) {}` | Esteban Küber | -3/+28 |
| 2021-03-06 | Handle negative literals in cast overflow warning | Yuki Okushi | -6/+21 |
| 2021-03-05 | Rename `rustdoc` to `rustdoc::all` | Joshua Nelson | -0/+1 |
| 2021-03-05 | use pat<no_top_alt> for patterns in let bindings | mark | -1/+1 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -0/+114 |
| 2021-03-03 | Warn in doc test | Ryan Levick | -1/+1 |
| 2021-03-03 | Fix borrow and deref | Ryan Levick | -12/+6 |
| 2021-03-03 | Remove lint pass on borrow and deref | Ryan Levick | -10/+2 |
| 2021-03-03 | Clean up code rightward drift | Esteban Küber | -65/+79 |
| 2021-03-03 | Increase accuracy of lint trigger | Esteban Küber | -23/+35 |
| 2021-03-03 | Improve error messages | Ryan Levick | -5/+13 |
| 2021-03-03 | Update error message | Ryan Levick | -3/+6 |
| 2021-03-03 | Improve warning | Ryan Levick | -4/+6 |
| 2021-03-03 | Fix tests | Ryan Levick | -1/+8 |
| 2021-03-03 | Add tests and support two more noop methods | Ryan Levick | -2/+10 |
| 2021-03-03 | First version of noop-lint | Ryan Levick | -0/+74 |
| 2021-03-01 | Update comments | Joshua Nelson | -2/+1 |
| 2021-03-01 | Address review comments | Joshua Nelson | -0/+1 |
| 2021-03-01 | Improve error messages | Joshua Nelson | -0/+4 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -16/+24 |
| 2021-03-01 | Rollup merge of #82620 - jyn514:apply-renamed-lints, r=Manishearth | Joshua Nelson | -8/+25 |
| 2021-02-28 | Apply lint restrictions from renamed lints | Joshua Nelson | -8/+25 |
| 2021-02-27 | Combine HasAttrs and HasTokens into AstLike | Aaron Hill | -2/+2 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-23 | replaced some unwrap_or with unwrap_or_else | klensy | -1/+1 |
| 2021-02-23 | Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebank | Dylan DPC | -9/+64 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -9/+0 |