| Age | Commit message (Expand) | Author | Lines |
| 2020-12-10 | Fix exhaustiveness in case a byte string literal is used at slice type | oli | -0/+9 |
| 2020-11-10 | Rollup merge of #78890 - o752d:patch-2, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -7/+6 |
| 2020-11-09 | Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-11-09 | comment attribution fix | o752d | -1/+1 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -2/+25 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -6/+5 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -1/+1 |
| 2020-11-07 | Remove unused `from_hir` call | Joshua Nelson | -5/+3 |
| 2020-11-07 | Fix handling of item names for HIR | Joshua Nelson | -20/+45 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -0/+1 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -1/+1 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -0/+1 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -2/+25 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Fixed typo in comment | Ikko Ashimine | -1/+1 |
| 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 | -12/+11 |
| 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 | -18/+15 |
| 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 | -2/+2 |
| 2020-11-04 | No need for a `zst` constructor method when we can have a constant | oli | -5/+0 |
| 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 | -9/+9 |
| 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 | -46/+252 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -111/+152 |
| 2020-10-30 | Fix query cycle when tracing explicit_item_bounds | Matthew Jasper | -1/+1 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -64/+58 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -6/+4 |
| 2020-10-30 | TypeVisitor: use `std::ops::ControlFlow` instead of `bool` | LeSeulArtichaut | -110/+159 |
| 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/+5 |
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -5/+5 |
| 2020-10-28 | Auto merge of #78323 - est31:smaller_list_overlap, r=varkor | bors | -0/+4 |
| 2020-10-27 | Address comments | Roxane | -9/+20 |
| 2020-10-27 | Auto merge of #77502 - varkor:const-generics-suggest-enclosing-braces, r=petr... | bors | -1/+1 |
| 2020-10-27 | Handle type errors in closure/generator upvar_tys | Aman Arora | -7/+27 |