| Age | Commit message (Expand) | Author | Lines |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -3/+3 |
| 2023-08-12 | Auto merge of #114710 - Urgau:fix-expect-dead_code-114557, r=cjgillot | bors | -33/+93 |
| 2023-08-10 | Respect `#[expect]` the same way `#[allow]` is with the `dead_code` lint | Urgau | -33/+93 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -2/+2 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -3/+3 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -0/+11 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-04-21 | fmt | DrMeepster | -6/+3 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -4/+5 |
| 2023-04-21 | offset_of | DrMeepster | -0/+36 |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -11/+10 |
| 2023-04-13 | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | -17/+37 |
| 2023-04-13 | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | -4/+7 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+2 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -2/+2 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -1/+1 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+6 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -13/+11 |
| 2023-03-06 | Avoid accessing HIR for RPITITs assoc type on mark_live_symbols | Santiago Pastorino | -0/+6 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d... | Michael Woerister | -14/+12 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -2/+2 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -2/+2 |
| 2023-02-22 | Lint dead code in closures | clubby789 | -0/+3 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -2/+2 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -2/+2 |
| 2023-02-16 | Properly check for builtin derives | clubby789 | -1/+1 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -5/+3 |
| 2023-01-30 | Consider `#[allow(dead_code)]` before lang items | Maybe Waffle | -2/+2 |
| 2023-01-30 | Split `has_allow_dead_code_or_lang_attr` into sub functions | Maybe Waffle | -16/+18 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -25/+13 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -3/+3 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -3/+3 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -10/+6 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+0 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -3/+3 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -1/+1 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -8/+4 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -91/+84 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -5/+0 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -23/+23 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -4/+4 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -91/+84 |
| 2022-10-07 | migrate dead.rs to translateable diagnostics | Nathan Stocks | -11/+5 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -27/+29 |