| Age | Commit message (Expand) | Author | Lines |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -1/+2 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -20/+21 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -0/+15 |
| 2022-10-19 | Deny const variables as well | Michael Goulet | -3/+1 |
| 2022-10-19 | Don't hash non-fresh Ty::Infer or RegionKind::Infer | Michael Goulet | -2/+4 |
| 2022-10-16 | Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf... | Matthias Krüger | -0/+10 |
| 2022-10-14 | Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,... | bors | -2/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -2/+1 |
| 2022-10-12 | link lint function with `decorate` function param to `struct_lint_level` | Maybe Waffle | -0/+10 |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -1/+1 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -5/+3 |
| 2022-10-01 | Move lint level computation to rustc_middle::lint. | Camille GILLOT | -37/+2 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -13/+10 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -7/+17 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-25 | Move functions on `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -6/+2 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -8/+9 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -2/+40 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -1/+3 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -40/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -2/+3 |
| 2022-09-14 | Move some code and add comments. | Camille GILLOT | -37/+2 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -13/+10 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -1/+1 |
| 2022-09-12 | Rename some variants | Michael Goulet | -4/+2 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -2/+5 |
| 2022-09-08 | In ReverseMapper, don't fallback to ReEmpty, instead ReStatic | Jack Huey | -8/+1 |
| 2022-09-08 | Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning... | Dylan DPC | -1/+1 |
| 2022-09-08 | translations(rustc_session): remove lint allow rule to the methods marked wit... | Luis Cardoso | -2/+1 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -1/+2 |
| 2022-09-07 | middle: comment -> doc comment | David Wood | -1/+1 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -0/+6 |
| 2022-09-03 | Auto merge of #101139 - nnethercote:shrink-thir-Pat, r=cjgillot | bors | -1/+1 |
| 2022-09-01 | Don't create two new closures for each query | Joshua Nelson | -3/+3 |
| 2022-09-02 | Box `CanonicalUserTypeAnnotation::CanonicalUserType`. | Nicholas Nethercote | -1/+1 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -5/+5 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -1/+1 |
| 2022-08-24 | add `depth_limit` in `QueryVTable` | SparrowLii | -3/+3 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -2/+1 |
| 2022-08-01 | fix ICE in Definitions::create_def | Goldstein | -2/+2 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -3/+3 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -1/+1 |
| 2022-07-06 | Remove dead code. | Camille GILLOT | -15/+0 |
| 2022-07-06 | Reword create_def comment. | Camille GILLOT | -6/+13 |
| 2022-07-06 | Comment untracked_crate. | Camille GILLOT | -0/+2 |
| 2022-07-06 | Create a forever red node and use it to force side effects. | Camille GILLOT | -16/+4 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -5/+11 |