| Age | Commit message (Expand) | Author | Lines |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -1/+1 |
| 2021-03-09 | Update cranelift | kadmin | -3/+6 |
| 2021-03-09 | Update match branches | kadmin | -3/+3 |
| 2021-03-09 | Update fmt and use of memcpy | kadmin | -1/+1 |
| 2021-03-09 | Impl StatementKind::CopyNonOverlapping | kadmin | -0/+17 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -3/+3 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -4/+16 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -3/+3 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -5/+5 |
| 2021-03-03 | Check the sizes of Operand, Rvalue, AggregateKind and Place | Oli Scherer | -0/+12 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -20/+46 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+4 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -1/+8 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -17/+27 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -4/+2 |
| 2021-01-18 | Combine instructions immediately | Tomasz Miąsko | -1/+1 |
| 2021-01-03 | use PlaceRef more consistently instead of loosely coupled local+projection | Ralf Jung | -9/+12 |
| 2020-12-20 | Cache result of | Dániel Buga | -3/+11 |
| 2020-12-15 | Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis | bors | -0/+15 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -3/+18 |
| 2020-11-28 | expand iter_projections comment | Ralf Jung | -0/+4 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -1/+1 |
| 2020-11-22 | refactor unsafety checking of places | Ralf Jung | -1/+3 |
| 2020-11-21 | add function to iterate through all sub-places, and add PlaceRef::ty | Ralf Jung | -0/+9 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -1/+4 |
| 2020-11-17 | Rollup merge of #79027 - tmiasko:inline-always-live-locals, r=oli-obk | Mara Bos | -1/+3 |
| 2020-11-16 | words | lcnr | -21/+6 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -1/+1 |
| 2020-11-15 | Limit storage duration of inlined always live locals | Tomasz Miąsko | -1/+3 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -1/+4 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -16/+5 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -1/+1 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -4/+3 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `std::ops::ControlFlow` instead of `bool` | LeSeulArtichaut | -2/+2 |
| 2020-10-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -12/+0 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -4/+14 |
| 2020-10-26 | interning cleanup: we no longer need to distinguish Const and ConstInner; we ... | Ralf Jung | -12/+0 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -3/+3 |
| 2020-10-21 | Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obk | Yuki Okushi | -6/+3 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -0/+5 |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -4/+9 |
| 2020-10-19 | fix Rvalue::ty for ThreadLocalRef | Ralf Jung | -3/+3 |
| 2020-10-19 | remove what seems to be an outdated comment | Ralf Jung | -3/+0 |
| 2020-10-17 | Note that `BasicBlock` is just an index | Camelid | -1/+4 |
| 2020-10-14 | Remove unused code from rustc_middle | est31 | -55/+1 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -1/+1 |
| 2020-10-08 | Suggest removing &mut from borrow of &mut | Lzu Tao | -1/+1 |
| 2020-10-06 | Rollup merge of #76995 - LingMan:middle_matches, r=varkor | Yuki Okushi | -42/+31 |
| 2020-10-04 | Remember the `MirSource` for each `Body` | Dylan MacKenzie | -1/+6 |