| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-04 | Move `MirSource` to `rustc_middle` | Dylan MacKenzie | -0/+32 |
| 2020-10-04 | Miscellaneous import formatting | Dylan MacKenzie | -5/+4 |
| 2020-09-29 | Useful derives on `mir::LocalKind` | Dylan MacKenzie | -1/+1 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -26/+30 |
| 2020-09-21 | Reduce boilerplate with the matches! macro | LingMan | -42/+31 |
| 2020-09-20 | Rollup merge of #76732 - camelid:mir-basic-block-docs, r=RalfJung | Ralf Jung | -0/+20 |
| 2020-09-20 | Rollup merge of #76815 - pickfire:patch-6, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2020-09-18 | initial working state | Bastian Kauschke | -0/+1 |
| 2020-09-17 | Use relative link instead of absolute | Camelid | -1/+1 |
| 2020-09-17 | Fix wording in mir doc | Ivan Tham | -1/+1 |
| 2020-09-16 | Update based on review suggestions | Camelid | -2/+6 |
| 2020-09-15 | Improve wording | Camelid | -3/+3 |
| 2020-09-14 | Clarify how branching works in a CFG | Camelid | -3/+5 |
| 2020-09-14 | Add docs for `BasicBlock` | Camelid | -0/+14 |
| 2020-09-14 | Minor improvements to `mir::Constant` docs | Camelid | -2/+2 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -0/+2 |
| 2020-09-08 | review | Bastian Kauschke | -0/+4 |
| 2020-09-08 | make `ConstEvaluatable` more strict | Bastian Kauschke | -4/+23 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -0/+2 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -0/+9 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -1/+1 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -1/+18 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2600 |