| Age | Commit message (Expand) | Author | Lines |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -17/+15 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -4/+7 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -10/+5 |
| 2023-03-21 | use the correct param env | lcnr | -2/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -3/+7 |
| 2023-03-20 | remove bad comment | DaniPopes | -1/+0 |
| 2023-03-20 | fix ClashingExternDeclarations lint ICE | DaniPopes | -13/+11 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -2/+1 |
| 2023-03-19 | Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c... | Dylan DPC | -0/+96 |
| 2023-03-16 | Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=Nilstrieb | Matthias Krüger | -31/+22 |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -31/+22 |
| 2023-03-15 | Fix #109152, fix the scenario that we may can not get span of func | yukang | -2/+9 |
| 2023-03-12 | Add test for useless_anonymous_reexport lint | Guillaume Gomez | -1/+2 |
| 2023-03-12 | Add lint for useless anonymous reexports | Guillaume Gomez | -0/+95 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -1/+0 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -2/+2 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -2/+6 |
| 2023-03-09 | Document tool lints | clubby789 | -0/+30 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -2/+2 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -2/+2 |
| 2023-03-03 | Make `unused_allocation` lint warn against `Box::new` | Maybe Waffle | -2/+6 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -2/+2 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -0/+17 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -1/+148 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -3/+3 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -3/+3 |
| 2023-02-23 | Emit `map_unit_fn` lint in closure case | Obei Sideg | -0/+16 |
| 2023-02-23 | Add lint against `Iterator::map` receiving a callable that returns `()` | Obei Sideg | -1/+132 |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -0/+17 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -4/+6 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -4/+6 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -87/+607 |
| 2023-02-21 | Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726 | Dylan DPC | -3/+18 |
| 2023-02-20 | Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=... | Matthias Krüger | -1/+1 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -1/+1 |
| 2023-02-18 | lint: don't suggest assume_init for uninhabited types | y21 | -3/+18 |
| 2023-02-18 | Rollup merge of #108162 - clubby789:issue-108155, r=Nilstrieb | Matthias Krüger | -4/+3 |
| 2023-02-17 | Don't eagerly convert principal to string | clubby789 | -4/+3 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+2 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -16/+20 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -20/+18 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -18/+24 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -6/+6 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -2/+3 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -16/+7 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -6/+6 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -1/+1 |