| Age | Commit message (Expand) | Author | Lines |
| 2023-01-09 | migrate: `expect.rs` | Rejyr | -30/+41 |
| 2023-01-09 | migrate(wip): `builtin.rs` | Rejyr | -229/+376 |
| 2023-01-09 | migrate: `internal.rs` | Rejyr | -76/+97 |
| 2023-01-09 | migrate: `ImproperCTypes` | Rejyr | -29/+55 |
| 2023-01-09 | migrate: `let_underscore.rs` | Rejyr | -33/+62 |
| 2023-01-09 | migrate: `levels.rs` | Rejyr | -107/+116 |
| 2023-01-09 | add: `emit{,_spanned}_lint` for `LintLevelsBuilder` | Rejyr | -19/+39 |
| 2023-01-09 | refactor: comment about lint location | Rejyr | -0/+13 |
| 2023-01-09 | fix: merge conflict | Rejyr | -29/+55 |
| 2023-01-09 | update: `lints.rs` for renamed traits | Rejyr | -11/+23 |
| 2023-01-09 | add: `lints` for `errors.rs` | Rejyr | -1/+3 |
| 2023-01-09 | migrate: `early.rs` and `enum_intrinsics_non_enums.rs` | Rejyr | -8/+30 |
| 2023-01-09 | migrate: `array_into_iter.rs` | Rejyr | -39/+45 |
| 2023-01-09 | migrate: `methods.rs` | Rejyr | -9/+15 |
| 2023-01-09 | migrate: `non_ascii_idents.rs` | Rejyr | -35/+49 |
| 2023-01-09 | migrate: `non_fmt_panic.rs` | Rejyr | -33/+53 |
| 2023-01-09 | migrate: `nonstandard_style.rs` | Rejyr | -81/+156 |
| 2023-01-09 | migrate: `noop_method_call.rs` | Rejyr | -7/+19 |
| 2023-01-09 | migrate: `pass_by_value.rs` | Rejyr | -13/+14 |
| 2023-01-09 | migrate: `redundant_semicolon.rs` | Rejyr | -12/+13 |
| 2023-01-09 | migrate: `traits.rs` | Rejyr | -16/+41 |
| 2023-01-09 | migrate: `unused.rs` | Rejyr | -103/+201 |
| 2023-01-09 | migrate: `types.rs` | Rejyr | -154/+248 |
| 2023-01-09 | add: `lints.rs` | Rejyr | -10/+15 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -8/+6 |
| 2023-01-04 | Address comments | Michael Goulet | -1/+1 |
| 2023-01-04 | Simplify some iterator combinators | Michael Goulet | -16/+11 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -5/+4 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -7/+6 |
| 2023-01-03 | fix dupe word typos | Rageking8 | -3/+3 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -66/+0 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -66/+0 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+66 |
| 2022-12-27 | Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillot | Michael Goulet | -63/+85 |
| 2022-12-27 | Rollup merge of #105515 - estebank:issue-104141, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -51/+63 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -8/+6 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -1/+1 |
| 2022-12-22 | Fix `explicit_outlives_requirements` lint in macros | Lukas Markeffsky | -20/+30 |
| 2022-12-22 | Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile... | Matthias Krüger | -1/+72 |
| 2022-12-22 | Rollup merge of #106008 - uweigand:s390x-lintgroup-order, r=Nilstrieb | Yuki Okushi | -1/+10 |
| 2022-12-21 | Sort lint_groups in no_lint_suggestion | Ulrich Weigand | -1/+10 |
| 2022-12-21 | Improve code based on feedback. | Bryan Garza | -16/+10 |
| 2022-12-21 | Add lint doc comment | Bryan Garza | -1/+20 |
| 2022-12-21 | Update track_caller logic/lint after rebase | Bryan Garza | -4/+13 |
| 2022-12-21 | update wording of lint | Bryan Garza | -1/+1 |
| 2022-12-21 | Update code based on PR comments | Bryan Garza | -3/+9 |
| 2022-12-21 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -1/+44 |