| Age | Commit message (Expand) | Author | Lines |
| 2021-08-15 | Auto merge of #87982 - m-ou-se:non-fmt-panic-assert-str, r=cjgillot | bors | -2/+15 |
| 2021-08-14 | Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu | bors | -0/+4 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -2/+2 |
| 2021-08-13 | Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkov | bors | -24/+70 |
| 2021-08-13 | Use is_diagnostic_item instead of get_diagnostic_item. | Mara Bos | -3/+3 |
| 2021-08-13 | non_fmt_panic: machine app. suggestion for assert with string msg. | Mara Bos | -2/+15 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -2/+2 |
| 2021-08-12 | Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebank | Manish Goregaokar | -2/+13 |
| 2021-08-12 | Detect fake spans in non_fmt_panic lint. | Mara Bos | -3/+11 |
| 2021-08-12 | Silence non_fmt_panic from external macros. | Mara Bos | -2/+13 |
| 2021-08-12 | Adjust `#[no_mangle]`-related checks and lints for `impl` items | hyd-dev | -24/+70 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -2/+2 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -2/+0 |
| 2021-08-04 | Fix lint capitalization and ignoring, test with include_str | asquared31415 | -1/+1 |
| 2021-08-04 | Lint against named asm labels | asquared31415 | -0/+4 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -0/+8 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -21/+23 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -3/+6 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -0/+5 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -21/+23 |
| 2021-07-31 | Fix ICE in `improper_ctypes_definitions` lint with all-ZST transparent types | Fabian Wolff | -2/+8 |
| 2021-07-31 | Apply review suggestion | Yuki Okushi | -10/+7 |
| 2021-07-31 | Add a hint that the expressions produce a value | Yuki Okushi | -1/+12 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+6 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -2/+0 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -4/+4 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -1/+1 |
| 2021-07-25 | clippy::flat_map_identity | Matthias Krüger | -1/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -3/+3 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -0/+6 |
| 2021-07-24 | Display an extra note for trailing semicolon lint with trailing macro | Aaron Hill | -0/+6 |
| 2021-07-24 | Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkov | bors | -0/+11 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -1/+1 |
| 2021-07-20 | Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank | bors | -7/+7 |
| 2021-07-19 | Warn on inert attributes used on bang macro invocation | Aaron Hill | -0/+11 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -19/+5 |
| 2021-07-19 | Auto merge of #87146 - Aaron1011:better-macro-lint, r=petrochenkov | bors | -4/+18 |
| 2021-07-18 | feat(rustc_lint): add `dyn_drop` | Michael Howell | -1/+62 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -19/+5 |
| 2021-07-17 | Add additional missing lint handling logic | Aaron Hill | -2/+4 |
| 2021-07-17 | Add missing `visit_expr_field` | Aaron Hill | -2/+14 |
| 2021-07-16 | Make GATs no longer incomplete | Jack Huey | -1/+1 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -44/+39 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -20/+5 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+6 |
| 2021-07-09 | Fix default_hash_types to use resolved path | Cameron Steffen | -44/+39 |
| 2021-07-08 | Improve handing of `missing_docs` for macros | inquisitivecrystal | -2/+3 |
| 2021-07-08 | Remove `missing_docs` lint on private 2.0 macros | inquisitivecrystal | -0/+5 |