| Age | Commit message (Expand) | Author | Lines |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -4/+3 |
| 2022-05-19 | Rollup merge of #97142 - SparrowLii:inline, r=tmiasko | Dylan DPC | -28/+27 |
| 2022-05-19 | Auto merge of #97103 - luqmana:asm-unwind-cleanup, r=Amanieu,tmiasko | bors | -2/+9 |
| 2022-05-18 | Update MIR passes that assumed inline can never unwind. | Luqman Aden | -2/+9 |
| 2022-05-18 | move processing of `source_scope_data` into `MutVisitor`'s impl of Integrator... | SparrowLii | -28/+27 |
| 2022-05-17 | Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor | bors | -10/+10 |
| 2022-05-17 | Rollup merge of #97079 - SparrowLii:successors, r=lcnr | Yuki Okushi | -10/+10 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -5/+2 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -1/+1 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -10/+10 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -5/+2 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -13/+15 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -3/+20 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -4/+4 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -2/+4 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -3/+20 |
| 2022-05-13 | rename visit item-like methods | Miguel Guarniz | -1/+1 |
| 2022-05-13 | remove ItemLikeVisitor and DeepVisitor | Miguel Guarniz | -1/+1 |
| 2022-05-12 | Use IndexSet for deterministic order | Oli Scherer | -3/+2 |
| 2022-05-12 | Gracefully handle normalization failures in the prospective inliner cycle det... | Oli Scherer | -1/+4 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -17/+17 |
| 2022-05-10 | simplify length count | Matthias Krüger | -1/+1 |
| 2022-05-09 | review | lcnr | -6/+2 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -1/+6 |
| 2022-05-09 | move `panic-in-drop=abort` check for `drop_in_place` | lcnr | -9/+7 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -12/+14 |
| 2022-05-05 | Rollup merge of #96714 - RalfJung:scalar-pair-debug, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-05-05 | give it a scary name | Ralf Jung | -4/+4 |
| 2022-05-04 | interpret: debug-check ScalarPair layout information | Ralf Jung | -3/+3 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -12/+14 |
| 2022-05-01 | re-name stuff | ouz-a | -3/+6 |
| 2022-04-29 | remove and bless | ouz-a | -2/+2 |
| 2022-04-29 | exp-stuff-dirty | ouz-a | -5/+18 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -3/+1 |
| 2022-04-27 | tut tut tut | Ellen | -3/+1 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -5/+4 |
| 2022-04-25 | Auto merge of #96294 - Emilgardis:def_id-in-unsafetyviolationdetails, r=oli-obk | bors | -5/+8 |
| 2022-04-25 | Auto merge of #96116 - ouz-a:mir-opt, r=oli-obk | bors | -55/+76 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -4/+17 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -1/+1 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -4/+7 |
| 2022-04-22 | use references to avoid function calls | SparrowLii | -12/+29 |
| 2022-04-21 | access `local_decls` through `ecx` | SparrowLii | -49/+14 |
| 2022-04-17 | little changes | ouz-a | -4/+4 |
| 2022-04-16 | Address nits | Jakob Degen | -3/+3 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -4/+17 |
| 2022-04-16 | Make derefer work everwhere | ouz-a | -55/+76 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2022-04-11 | Remove inlining cost of `Deinit` statements | Jakob Degen | -0/+1 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -1/+5 |