| Age | Commit message (Expand) | Author | Lines |
| 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/+85 |
| 2020-11-05 | Rollup merge of #78758 - eltociear:patch-1, r=jyn514 | Mara Bos | -1/+1 |
| 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 | -2/+2 |
| 2020-11-05 | Fixed typo in comment | Ikko Ashimine | -1/+1 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -3/+9 |
| 2020-11-04 | Make `ScalarInt` entirely independent of MIR interpretation | oli | -4/+3 |
| 2020-11-04 | Document an `unwrap` | oli | -1/+4 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -49/+15 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -2/+2 |
| 2020-11-04 | Move ZST constant to the top of the impl block | oli | -2/+2 |
| 2020-11-04 | Update compiler/rustc_middle/src/ty/consts/int.rs | Oli Scherer | -1/+1 |
| 2020-11-04 | Simplify `assert_bits` impl | oli | -4/+3 |
| 2020-11-04 | Do not raise interp errors from the scalar int module | oli | -20/+23 |
| 2020-11-04 | Add helper for getting an `int` out of a `Scalar` | oli | -0/+8 |
| 2020-11-04 | Add `is_null` helper | oli | -0/+5 |
| 2020-11-04 | Explain why we forward to self-printing during self-printing | oli | -1/+2 |
| 2020-11-04 | catch conversion errors during `ptr_sized_op` | oli | -1/+1 |
| 2020-11-04 | Replace `Scalar::zst` with a `Scalar::ZST` constant | oli | -6/+3 |
| 2020-11-04 | No need for a `zst` constructor method when we can have a constant | oli | -6/+1 |
| 2020-11-04 | Update comment | oli | -3/+2 |
| 2020-11-04 | Unaligned reads are UB in Rust irrelevant on which platform we are | oli | -4/+4 |
| 2020-11-04 | Remove outdated FIXME | oli | -1/+0 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -32/+32 |
| 2020-11-04 | Fix cranelift build | oli | -0/+14 |
| 2020-11-04 | Explain the use of blocks around `self.data` accesses | oli | -0/+14 |
| 2020-11-04 | Use packed struct instead of manually packing into an array | oli | -36/+39 |
| 2020-11-04 | Encode `ScalarInt::bytes` as `u128` instead of `[u8; 16]` to see if that caus... | Oliver Scherer | -1/+15 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -137/+278 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -1/+3 |
| 2020-11-03 | Auto merge of #78697 - JohnTitor:rollup-q0fchpv, r=JohnTitor | bors | -6/+8 |
| 2020-11-03 | Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiser | bors | -1/+1 |
| 2020-11-02 | Fix ICE when a future-incompat-report has its command-line level capped | Aaron Hill | -6/+8 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -7/+18 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -7/+18 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -162/+227 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -78/+72 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -7/+5 |
| 2020-10-30 | TypeVisitor: use `std::ops::ControlFlow` instead of `bool` | LeSeulArtichaut | -161/+234 |
| 2020-10-30 | Rollup merge of #78545 - jackh726:anonymous, r=oli-obk | Yuki Okushi | -2/+3 |
| 2020-10-30 | Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis | bors | -6/+37 |
| 2020-10-29 | Make anonymous binders start at 0 | Jack Huey | -2/+3 |
| 2020-10-29 | Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkor | Jonas Schievink | -5/+7 |
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -5/+7 |
| 2020-10-28 | Auto merge of #78323 - est31:smaller_list_overlap, r=varkor | bors | -0/+4 |
| 2020-10-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -12/+0 |
| 2020-10-27 | Address comments | Roxane | -10/+20 |
| 2020-10-27 | Cache foreign_modules query | Ryan Levick | -1/+1 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -1/+3 |