| Age | Commit message (Expand) | Author | Lines |
| 2020-11-04 | Auto merge of #78280 - bugadani:span, r=lcnr | bors | -23/+18 |
| 2020-11-04 | Auto merge of #77227 - oli-obk:const_val_🌳_prelude, r=RalfJung | bors | -292/+472 |
| 2020-11-04 | Update compiler/rustc_target/src/abi/mod.rs | Oli Scherer | -1/+1 |
| 2020-11-04 | Update compiler/rustc_target/src/abi/mod.rs | Oli Scherer | -1/+1 |
| 2020-11-04 | `u64::try_from` will now fail if `ScalarInt` isn't exactly 64 bits, thus we u... | oli | -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 | -89/+73 |
| 2020-11-04 | Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkov | bors | -29/+132 |
| 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 | -4/+9 |
| 2020-11-04 | Add `is_null` helper | oli | -2/+7 |
| 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 | -10/+7 |
| 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 | -48/+48 |
| 2020-11-04 | Fix cranelift build | oli | -10/+28 |
| 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 | -38/+41 |
| 2020-11-04 | 32 bit platforms don't have 64 bit pointers | Oliver Scherer | -2/+3 |
| 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 | -184/+325 |
| 2020-11-03 | Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-se | bors | -488/+886 |
| 2020-11-03 | Rollup merge of #78709 - ehuss:fix-in_tree_crates-non-member, r=Mark-Simulacrum | Mara Bos | -0/+4 |
| 2020-11-03 | Rollup merge of #78699 - pietroalbini:lldb-error, r=jyn514 | Mara Bos | -2/+2 |
| 2020-11-03 | Rollup merge of #78687 - jyn514:bootstrap-help, r=Mark-Simulacrum | Mara Bos | -1/+2 |
| 2020-11-03 | Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obk | Mara Bos | -49/+111 |
| 2020-11-03 | Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es... | Mara Bos | -38/+96 |
| 2020-11-03 | Rollup merge of #78624 - bjorn3:update_cg_clif-2020-11-01, r=jyn514 | Mara Bos | -388/+612 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -10/+59 |
| 2020-11-03 | Fix panic in bootstrap for non-workspace path dependencies. | Eric Huss | -0/+4 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -350/+400 |
| 2020-11-03 | Auto merge of #78597 - RalfJung:raw-retag, r=oli-obk | bors | -6/+20 |
| 2020-11-03 | lldb_batchmode: show more error information | Pietro Albini | -2/+2 |
| 2020-11-03 | Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2... | bjorn3 | -388/+612 |
| 2020-11-03 | Auto merge of #78489 - bugadani:array, r=estebank | bors | -44/+39 |
| 2020-11-03 | Auto merge of #78697 - JohnTitor:rollup-q0fchpv, r=JohnTitor | bors | -185/+578 |
| 2020-11-03 | Rollup merge of #78676 - kiffie:embedded-bare-mipsr2, r=jonas-schievink | Yuki Okushi | -0/+44 |
| 2020-11-03 | Rollup merge of #78668 - tmiasko:inline, r=oli-obk | Yuki Okushi | -77/+60 |
| 2020-11-03 | Rollup merge of #78664 - pickfire:patch-4, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-11-03 | Rollup merge of #78663 - Aaron1011:fix/cap-future-compat, r=tmandry | Yuki Okushi | -10/+34 |
| 2020-11-03 | Rollup merge of #78616 - richkadel:unstable-book-instr-cov, r=tmandry | Yuki Okushi | -0/+169 |
| 2020-11-03 | Rollup merge of #78575 - tmiasko:compiletest-rustc-env, r=Aaron1011 | Yuki Okushi | -3/+30 |