| Age | Commit message (Expand) | Author | Lines |
| 2020-11-07 | fix `super_visit_with` for `Terminator` | Bastian Kauschke | -17/+14 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -25/+70 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -4/+4 |
| 2020-11-05 | Addressed all feedback to date | Rich Kadel | -14/+0 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -25/+84 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -4/+4 |
| 2020-11-05 | Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk | Mara Bos | -3/+9 |
| 2020-11-05 | Rollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514 | Mara Bos | -1/+1 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -3/+9 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -37/+4 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+1 |
| 2020-11-04 | Move ZST constant to the top of the impl block | oli | -2/+2 |
| 2020-11-04 | Do not raise interp errors from the scalar int module | oli | -2/+8 |
| 2020-11-04 | Add helper for getting an `int` out of a `Scalar` | oli | -0/+8 |
| 2020-11-04 | Replace `Scalar::zst` with a `Scalar::ZST` constant | oli | -4/+1 |
| 2020-11-04 | No need for a `zst` constructor method when we can have a constant | oli | -1/+1 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -23/+23 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -91/+25 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -12/+12 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `std::ops::ControlFlow` instead of `bool` | LeSeulArtichaut | -43/+64 |
| 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 | -7/+49 |
| 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 | -4/+4 |
| 2020-10-21 | Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obk | Yuki Okushi | -8/+9 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -0/+9 |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -7/+40 |
| 2020-10-19 | fix Rvalue::ty for ThreadLocalRef | Ralf Jung | -5/+9 |
| 2020-10-19 | remove what seems to be an outdated comment | Ralf Jung | -3/+0 |
| 2020-10-18 | Move orphan module-name/mod.rs files into module-name.rs files | est31 | -0/+0 |
| 2020-10-17 | Note that `BasicBlock` is just an index | Camelid | -1/+4 |
| 2020-10-14 | Remove unused code from rustc_middle | est31 | -86/+1 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -4/+4 |
| 2020-10-13 | Auto merge of #77796 - jonas-schievink:switchint-refactor, r=oli-obk | bors | -27/+90 |
| 2020-10-13 | Rollup merge of #77550 - lcnr:ty-dep-path-ct-cleanup, r=ecstatic-morse | Yuki Okushi | -2/+34 |
| 2020-10-11 | Use SmallVec in SwitchTargets | Jonas Schievink | -9/+10 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -27/+89 |
| 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 | -95/+59 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -1/+20 |
| 2020-10-05 | query_name_of_opt_const_arg -> query_name_opt_const_arg | Bastian Kauschke | -3/+3 |
| 2020-10-04 | cleanup WithOptConstParam queries | Bastian Kauschke | -1/+33 |
| 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-24 | Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r494426303 | Simon Vandel Sillesen | -0/+2 |
| 2020-09-24 | Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrum | bors | -1/+1 |