| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -19/+94 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -2/+25 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -3/+3 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -1/+24 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+2 |
| 2022-06-23 | Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=... | Michael Goulet | -1/+15 |
| 2022-06-21 | Address review comments from #98259 | Joshua Nelson | -1/+15 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -3/+9 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -33/+67 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -6/+44 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -39/+35 |
| 2022-06-14 | rebase | b-naber | -45/+19 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -21/+47 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -6/+6 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -1/+1 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -3/+3 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -39/+1 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -5/+1 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -5/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -39/+1 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -0/+7 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -10/+1 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -37/+1 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -0/+2 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -1/+1 |