| Age | Commit message (Expand) | Author | Lines |
| 2022-07-11 | Hide niches in SIMD types, too | Oli Scherer | -6/+1 |
| 2022-07-11 | More obvious closure name | Oli Scherer | -4/+4 |
| 2022-07-08 | Create a custom layout path for UnsafeCell instead of piggy backing on the la... | Oli Scherer | -21/+39 |
| 2022-07-07 | Comment update | Oli Scherer | -2/+1 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -65/+48 |
| 2022-07-07 | Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa | bors | -24/+80 |
| 2022-07-07 | Auto merge of #98487 - cjgillot:variance-nohir, r=wesleywiser | bors | -130/+48 |
| 2022-07-06 | Auto merge of #98831 - RalfJung:no-more-unsized-locals, r=oli-obk | bors | -252/+293 |
| 2022-07-06 | Auto merge of #98987 - GuillaumeGomez:rollup-bcy32bp, r=GuillaumeGomez | bors | -171/+107 |
| 2022-07-06 | Rollup merge of #98984 - pierwill:patch-4, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2022-07-06 | Rollup merge of #98983 - pierwill:patch-3, r=RalfJung | Guillaume Gomez | -0/+2 |
| 2022-07-06 | Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r... | Guillaume Gomez | -167/+103 |
| 2022-07-06 | Rollup merge of #96935 - thomcc:atomicptr-strict-prov, r=dtolnay | Guillaume Gomez | -3/+1 |
| 2022-07-06 | fix a strange ConstProp ICE | Ralf Jung | -2/+10 |
| 2022-07-06 | deduplicate some copy_op code | Ralf Jung | -87/+74 |
| 2022-07-06 | support passing unsized fn arguments | Ralf Jung | -12/+54 |
| 2022-07-06 | interpret: remove LocalValue::Unallocated, add Operand::Uninit | Ralf Jung | -176/+180 |
| 2022-07-06 | Remove erroneous doc comment | pierwill | -1/+1 |
| 2022-07-06 | docs: Add overview of `rustc_middle::mir::TerminatorKind` | pierwill | -0/+2 |
| 2022-07-06 | Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoerister | bors | -3/+4 |
| 2022-07-06 | Suggest using block for `extern "abi" fn` with no body | Nixon Enraght-Moony | -11/+54 |
| 2022-07-06 | fix miri-opt tests | Takayuki Maeda | -10/+6 |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -7/+2 |
| 2022-07-06 | add `Node::Variant` to `Map::opt_span` | Takayuki Maeda | -1/+7 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -156/+95 |
| 2022-07-06 | Rollup merge of #98968 - RalfJung:scalar-sanity, r=oli-obk | Dylan DPC | -7/+5 |
| 2022-07-06 | Rollup merge of #98967 - ClementTsang:fix_inaccessible_type_alias_plural_typo... | Dylan DPC | -1/+3 |
| 2022-07-06 | Rollup merge of #98964 - RalfJung:typo, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -679/+920 |
| 2022-07-06 | Rollup merge of #98881 - cjgillot:q-def-kind, r=fee1-dead | Dylan DPC | -7/+11 |
| 2022-07-06 | Fix double space | fee1-dead | -1/+1 |
| 2022-07-06 | Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 | bors | -1293/+1468 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -136/+150 |
| 2022-07-05 | finally enable Scalar layout sanity checks | Ralf Jung | -7/+5 |
| 2022-07-05 | fix typo in note about multiple inaccessible type aliases | ClementTsang | -1/+3 |
| 2022-07-05 | fix type in function name | Ralf Jung | -3/+3 |
| 2022-07-05 | Rollup merge of #98944 - pierwill:flatset-docs, r=Dylan-DPC | Guillaume Gomez | -5/+7 |
| 2022-07-05 | Rollup merge of #96814 - RalfJung:enum-repr-align, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -41/+54 |
| 2022-07-05 | Explicit TypeVisitable implementations | Alan Egerton | -152/+269 |
| 2022-07-05 | impl TypeVisitable in type traversal macros | Alan Egerton | -35/+57 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -221/+183 |
| 2022-07-05 | Clarify the behaviour from inside the query system. | Camille GILLOT | -5/+8 |
| 2022-07-05 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -3/+4 |
| 2022-07-05 | Split TypeVisitable from TypeFoldable | Alan Egerton | -736/+783 |
| 2022-07-05 | Auto merge of #98936 - matthiaskrgr:rollup-dvr0ucm, r=matthiaskrgr | bors | -23/+57 |
| 2022-07-05 | fix the layout of repr(align) enums | Ralf Jung | -3/+3 |
| 2022-07-05 | Edit `rustc_mir_dataflow::framework::lattice::FlatSet` docs | pierwill | -5/+7 |
| 2022-07-05 | Rollup merge of #98921 - TaKO8Ki:refactor-fulfillment-context-select, r=Dylan... | Matthias Krüger | -4/+3 |
| 2022-07-05 | Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obk | Matthias Krüger | -4/+26 |