| Age | Commit message (Expand) | Author | Lines |
| 2022-07-11 | use PlaceRef::iter_projections to fix old FIXME | Rose Hudson | -5/+3 |
| 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-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -5/+3 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -5/+3 |
| 2022-07-09 | Auto merge of #98957 - RalfJung:zst-are-different, r=lcnr,oli-obk | bors | -46/+44 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -7/+15 |
| 2022-07-09 | review feedback | Ralf Jung | -13/+7 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -41/+37 |
| 2022-07-09 | Rollup merge of #99050 - JakobDegen:storage-docs, r=tmiasko | Matthias Krüger | -13/+13 |
| 2022-07-09 | Auto merge of #99028 - tmiasko:inline, r=estebank | bors | -0/+8 |
| 2022-07-08 | Clarify MIR semantics of storage statements | Jakob Degen | -13/+13 |
| 2022-07-08 | fixes post rebase | Jane Losare-Lusby | -0/+2 |
| 2022-07-08 | Support unstable moves via stable in unstable items | Jane Lusby | -4/+13 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -4/+15 |
| 2022-07-08 | Create a custom layout path for UnsafeCell instead of piggy backing on the la... | Oli Scherer | -21/+39 |
| 2022-07-08 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -0/+1 |
| 2022-07-08 | Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer... | Dylan DPC | -1/+9 |
| 2022-07-08 | Add `SourceScope::inlined_instance` | Tomasz Miąsko | -0/+16 |
| 2022-07-08 | Rollup merge of #99019 - pierwill:doc-mir-statement, r=cjgillot | Matthias Krüger | -1/+4 |
| 2022-07-08 | Rollup merge of #98795 - jackh726:lexical_region_resolve_cleanup, r=compiler-... | Matthias Krüger | -0/+13 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -1/+9 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -0/+1 |
| 2022-07-07 | Add bound_const_param_default | Jack Huey | -2/+6 |
| 2022-07-07 | Move EarlyBinder calls in rustc_typeck::outlives a bit further up | Jack Huey | -0/+4 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -0/+13 |
| 2022-07-07 | Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgr | bors | -90/+89 |
| 2022-07-07 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+8 |
| 2022-07-07 | Rollup merge of #98979 - RalfJung:more-alloc-range, r=oli-obk | Matthias Krüger | -60/+51 |
| 2022-07-07 | Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514 | Matthias Krüger | -30/+38 |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -73/+140 |
| 2022-07-07 | Add doc comments in `rustc_middle::mir` | pierwill | -1/+4 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -30/+38 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -31/+38 |
| 2022-07-07 | not knowing about opaque types is worse than not knowing about regions, make ... | Oli Scherer | -2/+2 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -0/+1 |
| 2022-07-07 | Move `dominators` from Body to BasicBlocks | Tomasz Miąsko | -6/+7 |
| 2022-07-07 | Move `switch_sources` from Body to BasicBlocks | Tomasz Miąsko | -8/+0 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -7/+1 |
| 2022-07-07 | Move `is_cfg_cyclic` from Body to BasicBlocks | Tomasz Miąsko | -6/+0 |
| 2022-07-07 | Make MIR basic blocks field public | Tomasz Miąsko | -154/+169 |
| 2022-07-07 | Auto merge of #98487 - cjgillot:variance-nohir, r=wesleywiser | bors | -0/+9 |
| 2022-07-06 | record LocalDefId of closure | Miguel Guarniz | -8/+4 |
| 2022-07-06 | gather body owners | Miguel Guarniz | -16/+95 |
| 2022-07-06 | Remove dead code. | Camille GILLOT | -15/+0 |
| 2022-07-06 | Reword create_def comment. | Camille GILLOT | -6/+13 |
| 2022-07-06 | Use a dedicated DepKind for the forever-red node. | Camille GILLOT | -0/+4 |
| 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 | -24/+6 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -7/+19 |