| Age | Commit message (Expand) | Author | Lines |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -28/+9 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -43/+38 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -43/+38 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+1 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+88 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -4/+7 |
| 2021-04-09 | changes based on review | Aliénore Bouttefeux | -6/+4 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -3/+4 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-04-08 | fix lint doc | Aliénore Bouttefeux | -18/+7 |
| 2021-04-07 | change documentation of lint | Aliénore Bouttefeux | -5/+14 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -28/+9 |
| 2021-04-07 | add test | Aliénore Bouttefeux | -0/+2 |
| 2021-04-06 | add lint deref_nullptr | Aliénore Bouttefeux | -0/+90 |
| 2021-04-05 | Fix bug where rustc_lint would not apply renamed tool lints | Joshua Nelson | -3/+4 |
| 2021-04-04 | Trigger `unused_doc_comments` on macros at once | Yuki Okushi | -1/+1 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+3 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -1/+1 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -1/+1 |
| 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 |