| Age | Commit message (Expand) | Author | Lines |
| 2021-09-09 | WIP state | Ellen | -0/+1 |
| 2021-09-08 | Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk | bors | -6/+2324 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -9/+3 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -6/+6 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -0/+2318 |
| 2021-09-07 | Auto merge of #88689 - Aaron1011:confused-std-resolver, r=cjgillot | bors | -0/+3 |
| 2021-09-06 | Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister | bors | -1/+4 |
| 2021-09-06 | Move `confused_type_with_std_module` to `ResolverOutputs` | Aaron Hill | -0/+3 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -0/+1 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -3/+20 |
| 2021-09-05 | Auto merge of #88552 - nbdd0121:vtable, r=nagisa | bors | -0/+6 |
| 2021-09-05 | Add query `own_existential_vtable_entries` | Gary Guo | -0/+6 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -23/+100 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -4/+4 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -0/+1 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -0/+6 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -8/+9 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -1/+1 |
| 2021-09-02 | Rollup merge of #88532 - ptrojahn:single_use, r=davidtwco | Mara Bos | -5/+2 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -3/+20 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -0/+6 |
| 2021-09-02 | ty::layout: split `LayoutOf` into required and (blanket) provided halves. | Eduard-Mihai Burtescu | -4/+10 |
| 2021-09-02 | ty::layout: implement `layout_of` automatically as a default method. | Eduard-Mihai Burtescu | -11/+50 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -17/+49 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -0/+3 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -1/+3 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -7/+3 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -1/+12 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -0/+3 |
| 2021-08-31 | Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726 | Mara Bos | -0/+5 |
| 2021-08-31 | Remove single use variables | Paul Trojahn | -5/+2 |
| 2021-08-31 | Avoid cloning LocalDecls | Paul Trojahn | -0/+5 |
| 2021-08-31 | Rollup merge of #88486 - bjorn3:better_arena_macro, r=jackh726 | Mara Bos | -6/+6 |
| 2021-08-30 | Enforce diverging let...else | Cameron Steffen | -0/+3 |
| 2021-08-30 | Remove unused arena macro args | bjorn3 | -6/+6 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -2/+2 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -1/+1 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |
| 2021-08-29 | Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa | bors | -83/+108 |
| 2021-08-30 | rustc_target: remove `LayoutOf` bound from `TyAbiInterface`. | Eduard-Mihai Burtescu | -24/+30 |
| 2021-08-30 | rustc_target: `TyAndLayout::field` should never error. | Eduard-Mihai Burtescu | -48/+53 |
| 2021-08-28 | Drop the query result memmap before serializing it back. | Camille GILLOT | -0/+2 |
| 2021-08-28 | Mmap the incremental data instead of reading it. | Camille GILLOT | -1/+2 |
| 2021-08-28 | Remove obsolete `MacroDef` variant of `OwnerNode` | inquisitivecrystal | -13/+0 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -25/+2 |
| 2021-08-27 | Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obk | bors | -26/+37 |
| 2021-08-27 | rustc_target: require `TyAbiInterface` in `LayoutOf`. | Eduard-Mihai Burtescu | -0/+14 |
| 2021-08-27 | rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`. | Eduard-Mihai Burtescu | -4/+8 |
| 2021-08-27 | rustc_target: add lifetime parameter to `LayoutOf`. | Eduard-Mihai Burtescu | -13/+9 |
| 2021-08-27 | Add `ty::BoundConstness` | Deadbeef | -21/+37 |