| 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-12-10 | Revert "Prevent forbid from being ignored if overriden at the same level." | Mark Rousskov | -19/+1 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -2/+2 |
| 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 #78830 - lcnr:mir-folder, r=oli-obk | Dylan DPC | -17/+14 |
| 2020-11-09 | Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis | Dylan DPC | -44/+28 |
| 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-09 | Rollup merge of #78345 - jyn514:proper-names, r=varkor | Dylan DPC | -21/+44 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -2/+4 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -2/+2 |
| 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 | -21/+46 |
| 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/+71 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -5/+5 |
| 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-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -2/+25 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -5/+5 |
| 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 |