| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-04 | Fix rustdoc warnings about invalid Rust syntax | Camelid | -1/+2 |
| 2020-10-05 | Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper | bors | -37/+19 |
| 2020-10-04 | Replace `(Body, DefId)` with `Body` where possible | Dylan MacKenzie | -13/+10 |
| 2020-10-04 | Remember the `MirSource` for each `Body` | Dylan MacKenzie | -39/+28 |
| 2020-10-04 | Fix rebase fallout | Aaron Hill | -8/+3 |
| 2020-10-04 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -35/+11 |
| 2020-10-04 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -1/+12 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -5/+2 |
| 2020-09-16 | Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse | Tyler Mandry | -3/+3 |
| 2020-09-16 | Make graphviz font configurable | Rich Kadel | -3/+3 |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -6/+7 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -1/+1 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -0/+37 |
| 2020-09-09 | Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry | Tyler Mandry | -7/+22 |
| 2020-09-09 | Also fixed monospace font for d3-graphviz engine | Rich Kadel | -1/+1 |
| 2020-09-08 | Add -Zgraphviz_dark_mode | Rich Kadel | -7/+22 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -0/+37 |
| 2020-09-06 | Improved the MIR spanview output | Rich Kadel | -84/+295 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -5/+5 |
| 2020-08-31 | Add new `-Z dump-mir-spanview` option | Rich Kadel | -0/+473 |