| Age | Commit message (Expand) | Author | Lines |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -0/+1 |
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -0/+1 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -2/+3 |
| 2021-10-04 | Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisa | Jubilee | -1/+1 |
| 2021-10-03 | Fully remove rustc_middle::ich. | Camille GILLOT | -0/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -1/+1 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -1/+1 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -2/+2 |
| 2021-10-01 | Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry | Manish Goregaokar | -2/+2 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -14/+0 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -2/+2 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -1/+37 |
| 2021-09-29 | Move body_owners to tcx.hir(). | Camille GILLOT | -14/+0 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -23/+0 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -0/+13 |
| 2021-09-15 | Remove ToPolyTraitRef impl for TraitRef | jackh726 | -6/+0 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -17/+0 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -0/+2 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -1/+1 |
| 2021-09-09 | Const dropping | Deadbeef | -0/+2 |
| 2021-09-06 | Move `confused_type_with_std_module` to `ResolverOutputs` | Aaron Hill | -0/+3 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -0/+3 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -0/+2 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -7/+3 |
| 2021-08-27 | Add `ty::BoundConstness` | Deadbeef | -9/+26 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -6/+1 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -2/+2 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -2/+2 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+28 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -8/+16 |
| 2021-08-14 | Auto merge of #85020 - lrh2000:named-upvars, r=tmandry | bors | -1/+7 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -8/+16 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -1/+1 |
| 2021-07-16 | Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2021-07-16 | Infer all inference variables via InferCx | Oli Scherer | -1/+1 |
| 2021-07-10 | Add a query for `CapturedPlace::to_symbol` | lrh2000 | -1/+7 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -0/+1 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -7/+5 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -0/+1 |
| 2021-07-01 | Auto merge of #86190 - asquared31415:extern-main-86110-fix, r=varkor | bors | -1/+1 |
| 2021-06-30 | Auto merge of #86695 - sexxi-goose:closure_size, r=nikomatsakis | bors | -0/+19 |
| 2021-06-28 | Introduce -Zprofile-closures to evaluate the impact of 2229 | Aman Arora | -0/+19 |
| 2021-06-28 | Update other codegens to use tcx managed vtable allocations. | Charles Lew | -16/+2 |
| 2021-06-15 | Refactor to make interpreter and codegen backend neutral to vtable internal r... | Charles Lew | -0/+16 |
| 2021-06-09 | Fix ICE when `main` is declared in an `extern` block | asquared31415 | -1/+1 |
| 2021-06-07 | Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already there | Santiago Pastorino | -1/+1 |
| 2021-06-07 | Make OpaqueTypeKey the key of opaque types map | Santiago Pastorino | -0/+6 |