| Age | Commit message (Expand) | Author | Lines |
| 2020-07-05 | Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasper | Manish Goregaokar | -25/+90 |
| 2020-07-05 | Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkor | Manish Goregaokar | -1/+81 |
| 2020-07-05 | Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkov | Manish Goregaokar | -17/+71 |
| 2020-07-05 | Rollup merge of #73834 - oli-obk:safe_intrinsics, r=ecstatic-morse | Manish Goregaokar | -193/+307 |
| 2020-07-05 | Rollup merge of #73787 - pickfire:rustc-attrs, r=RalfJung | Manish Goregaokar | -0/+53 |
| 2020-07-05 | Rollup merge of #72688 - djugei:master, r=Amanieu | Manish Goregaokar | -0/+16 |
| 2020-07-05 | Fix the return type of Windows' `OpenOptionsExt::security_qos_flags`. | Dan Gohman | -1/+1 |
| 2020-07-05 | Add `RawFd` to WASI's `std::os::wasi::prelude`. | Dan Gohman | -1/+1 |
| 2020-07-05 | Add 'unrolled' is_ascii_align_to benchmark, and move is_ascii benchmarks into... | Thom Chiovoloni | -76/+83 |
| 2020-07-06 | Remove unused RUSTC_DEBUG_ASSERTIONS | Tomasz Miąsko | -2/+0 |
| 2020-07-05 | Benchmark the unaligned case for is_ascii, and add missing SAFETY | Thom Chiovoloni | -3/+21 |
| 2020-07-05 | Add benchmark for slice is_ascii using align_to | Thom Chiovoloni | -1/+24 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -96/+99 |
| 2020-07-05 | Replace early-bound normalization hack with per-query key/value type aliases. | Eduard-Mihai Burtescu | -8/+24 |
| 2020-07-05 | Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obk | bors | -39/+133 |
| 2020-07-05 | rustdoc: Restore underline text decoration on hover for FQN in header | Kristofer Rye | -0/+3 |
| 2020-07-05 | Avoid `vec!` allocation in `is_ascii_slice_*` benches | Thom Chiovoloni | -9/+36 |
| 2020-07-05 | Optimize is_ascii for &str and &[u8] | Thom Chiovoloni | -2/+166 |
| 2020-07-05 | add (unchecked) indexing methods to raw pointers and NonNull | Ralf Jung | -15/+103 |
| 2020-07-05 | make unchecked slice indexing helper methods use raw pointers | Ralf Jung | -129/+134 |
| 2020-07-05 | Fix array docs (remove mentions about 0 to 32 where possible) | Roman Proskuryakov | -9/+4 |
| 2020-07-05 | call the mut version as_mut_ptr and also add an as_ptr-like method to NonNull... | Ralf Jung | -2/+23 |
| 2020-07-05 | add as_ptr method to raw slices | Ralf Jung | -0/+42 |
| 2020-07-05 | variant_count: avoid incorrect dummy implementation | Ralf Jung | -7/+2 |
| 2020-07-05 | Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33) | Roman Proskuryakov | -7/+7 |
| 2020-07-05 | fmt | Ralf Jung | -4/+9 |
| 2020-07-05 | Avoid deconstructing pointer for hashing | Mark Rousskov | -2/+3 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -83/+187 |
| 2020-07-05 | Remove LengthAtMost32 | Roman Proskuryakov | -26/+0 |
| 2020-07-05 | Remove the usage of the LengthAtMost32 trait | Roman Proskuryakov | -681/+251 |
| 2020-07-05 | const validation: add test for uninit bool | Ralf Jung | -2/+13 |
| 2020-07-05 | catch errors more locally around read_discriminant | Ralf Jung | -24/+43 |
| 2020-07-05 | catch InvalidUninitBytes during validation | Ralf Jung | -5/+11 |
| 2020-07-05 | expected found `&T` -> `T` | Bastian Kauschke | -35/+30 |
| 2020-07-05 | Fix spacing in Iterator fold doc | Ivan Tham | -2/+2 |
| 2020-07-04 | Fix caching issue when building tools. | Eric Huss | -4/+18 |
| 2020-07-04 | Fix #71977 | Nadrieril | -17/+82 |
| 2020-07-05 | Address code reviews | Yuki Okushi | -21/+43 |
| 2020-07-04 | Fix const prop ICE | Oliver Scherer | -19/+30 |
| 2020-07-05 | Explain exhaustive matching on {usize,isize} maximum values | Yuki Okushi | -1/+59 |
| 2020-07-04 | Match on `Symbol` instead of `&str` for type-checking intrinsics. | Oliver Scherer | -115/+229 |
| 2020-07-04 | Make `rustc_peek` a safe intrinsic | Oliver Scherer | -79/+79 |
| 2020-07-04 | nit | Bastian Kauschke | -1/+1 |
| 2020-07-04 | instantiate_opaque_types LocalDefId | Bastian Kauschke | -20/+15 |
| 2020-07-04 | ConstCx to LocalDefId | Bastian Kauschke | -29/+25 |
| 2020-07-04 | remove LengthAtMost32 on AsRef/Borrow impl for array | Andrey Zgarbul | -16/+4 |
| 2020-07-04 | Remove unnecessary release from Arc::try_unwrap | Tomasz Miąsko | -2/+1 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -1/+103 |
| 2020-07-04 | Auto merge of #72978 - matklad:ship-rust-analyzer, r=Mark-Simulacrum | bors | -3/+177 |
| 2020-07-04 | Auto merge of #74019 - Manishearth:rollup-2st3jsk, r=Manishearth | bors | -121/+1857 |