| Age | Commit message (Expand) | Author | Lines |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -62/+137 |
| 2022-07-06 | Auto merge of #98987 - GuillaumeGomez:rollup-bcy32bp, r=GuillaumeGomez | bors | -3/+6 |
| 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 | -2/+3 |
| 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 | -1/+2 |
| 2022-07-06 | interpret: use AllocRange in UninitByteAccess | Ralf Jung | -60/+51 |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -6/+1 |
| 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 | -1/+1 |
| 2022-07-06 | Rollup merge of #98968 - RalfJung:scalar-sanity, r=oli-obk | Dylan DPC | -3/+2 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -28/+26 |
| 2022-07-06 | Rollup merge of #98881 - cjgillot:q-def-kind, r=fee1-dead | Dylan DPC | -1/+2 |
| 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 | -1154/+1279 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -23/+25 |
| 2022-07-05 | finally enable Scalar layout sanity checks | Ralf Jung | -3/+2 |
| 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 | -14/+14 |
| 2022-07-05 | Explicit TypeVisitable implementations | Alan Egerton | -152/+266 |
| 2022-07-05 | impl TypeVisitable in type traversal macros | Alan Egerton | -35/+57 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -202/+142 |
| 2022-07-05 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -1/+2 |
| 2022-07-05 | Split TypeVisitable from TypeFoldable | Alan Egerton | -736/+783 |
| 2022-07-05 | fix the layout of repr(align) enums | Ralf Jung | -3/+3 |
| 2022-07-05 | Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obk | Matthias Krüger | -2/+3 |
| 2022-07-05 | Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwco | Matthias Krüger | -12/+25 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -1/+24 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -28/+3 |
| 2022-07-05 | Auto merge of #98925 - Dylan-DPC:rollup-9185c9y, r=Dylan-DPC | bors | -2/+9 |
| 2022-07-05 | adjust dangling-int-ptr error message | Ralf Jung | -12/+25 |
| 2022-07-05 | always check overflow in CheckedBinOp in CTFE | Ralf Jung | -2/+3 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -2/+9 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -0/+6 |
| 2022-07-05 | Add a helper method with an explicit name instead of hand rolling a match 3x | Oli Scherer | -0/+6 |
| 2022-07-05 | Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPC | bors | -27/+27 |
| 2022-07-05 | Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obk | Dylan DPC | -27/+27 |
| 2022-07-05 | Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco | bors | -9/+35 |
| 2022-07-04 | Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk | Matthias Krüger | -13/+13 |
| 2022-07-04 | Rollup merge of #98738 - tmiasko:checked-binop, r=oli-obk | Matthias Krüger | -4/+12 |
| 2022-07-04 | Only compute DefKind through the query. | Camille GILLOT | -1/+2 |
| 2022-07-04 | fully move dropck to mir | lcnr | -1/+2 |
| 2022-07-04 | more `rustc_pass_by_value` | lcnr | -13/+13 |
| 2022-07-03 | Add method to mutate MIR body without invalidating CFG caches. | Jakob Degen | -9/+35 |
| 2022-07-02 | more use of format! variable capture | Ralf Jung | -2/+2 |
| 2022-07-02 | Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJung | bors | -6/+11 |
| 2022-07-02 | add AllocRange Debug impl; remove redundant AllocId Display impl | Ralf Jung | -27/+27 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -2/+6 |