| Age | Commit message (Expand) | Author | Lines |
| 2021-03-29 | Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obk | bors | -26/+0 |
| 2021-03-28 | unaligned_references: align(N) fields in packed(N) structs are fine | Ralf Jung | -11/+24 |
| 2021-03-27 | Address review comments | Joshua Nelson | -6/+0 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -20/+0 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -2/+2 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -5/+10 |
| 2021-03-09 | Update match branches | kadmin | -0/+1 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -4/+10 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -4/+10 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -2/+2 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2021-02-22 | Fix mir-cfg dumps | Ömer Sinan Ağacan | -5/+18 |
| 2021-02-17 | Remove redundant rustc_data_structures path component | est31 | -4/+4 |
| 2021-02-13 | Fix MIR pretty printer for non-local DefIds | Ömer Sinan Ağacan | -13/+13 |
| 2021-01-27 | Visit only statements in always live locals | Tomasz Miąsko | -19/+12 |
| 2021-01-16 | Use PlaceRef more consistently in rustc_mir | Olivia Crain | -5/+2 |
| 2021-01-11 | --emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn` | oli | -11/+21 |
| 2021-01-05 | Remove a FIXME and explain the decision | oli | -1/+2 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -1/+5 |
| 2020-12-25 | Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk | Dylan DPC | -11/+17 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -3/+4 |
| 2020-12-23 | Fixed formatting | Yenlin Chen | -3/+1 |
| 2020-12-23 | Addressed feedbacks | Yenlin Chen | -17/+3 |
| 2020-12-15 | Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk | bors | -133/+89 |
| 2020-12-15 | Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk | bors | -2/+2 |
| 2020-12-13 | Refactored verbose print into a function | Yenlin Chen | -11/+33 |
| 2020-12-06 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -2/+2 |
| 2020-12-03 | Coverage tests for remaining TerminatorKinds and async, improve Assert | Rich Kadel | -2/+6 |
| 2020-12-01 | Added better error message for shared borrow treated as unique for purposes o... | PankajChaudhary5 | -3/+4 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -1/+1 |
| 2020-11-12 | add different color for cleanup nodes in dark mode | Vishnunarayan K I | -1/+2 |
| 2020-11-10 | formatting | Vishnunarayan K I | -1/+1 |
| 2020-11-09 | update gsgdt | Vishnunarayan K I | -6/+5 |
| 2020-11-09 | write to a String instead to reduce churn | Vishnunarayan K I | -14/+21 |
| 2020-11-09 | make MIR graphviz generation use gsgdt | Vishnunarayan K I | -147/+96 |
| 2020-11-07 | use single char patterns for split() (clippy::single_char_pattern) | Matthias Krüger | -1/+1 |
| 2020-11-05 | Adds coverage graphviz | Rich Kadel | -0/+186 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -1/+3 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -1/+1 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -1/+2 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -5/+18 |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -2/+17 |
| 2020-10-17 | Remove the old copy propagation pass | Jonas Schievink | -159/+0 |
| 2020-10-11 | Use SmallVec in SwitchTargets | Jonas Schievink | -3/+1 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -6/+8 |
| 2020-10-06 | Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=... | Yuki Okushi | -1/+2 |
| 2020-10-05 | Renamed tests to avoid exceeding Windows max path limit | Rich Kadel | -7/+1 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -48/+92 |
| 2020-10-05 | Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr | bors | -13/+10 |