| Age | Commit message (Expand) | Author | Lines |
| 2019-07-22 | add rustc_private as a proper language feature gate | Aleksey Kladov | -7/+12 |
| 2019-07-22 | Rollup merge of #62746 - RalfJung:deprecated, r=KodrAus | Mazdak Farrokhzad | -3/+4 |
| 2019-07-22 | Rollup merge of #62713 - SimonSapin:cast, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-07-21 | tidy is being silly | Ralf Jung | -5/+2 |
| 2019-07-21 | fix comment | Luca Barbieri | -1/+1 |
| 2019-07-21 | use a const to hack around promotion limitations | Ralf Jung | -2/+9 |
| 2019-07-21 | disable overlapping check with Miri (does not work without intptrcast) | Ralf Jung | -0/+2 |
| 2019-07-21 | Expand comment on BorrowRef::new | Luca Barbieri | -2/+12 |
| 2019-07-19 | avoid uninit_array! macro where it is not needed | Ralf Jung | -5/+4 |
| 2019-07-19 | use const array repeat expressions for uninit_array | Ralf Jung | -7/+26 |
| 2019-07-19 | do not use mem::uninitialized in std::io | Ralf Jung | -3/+4 |
| 2019-07-18 | normalize use of backticks in compiler messages for libcore/ptr | Samy Kacimi | -2/+2 |
| 2019-07-18 | Rollup merge of #62740 - lzutao:patch-2, r=alexcrichton | Mark Rousskov | -0/+1 |
| 2019-07-18 | Rollup merge of #62728 - DutchGhost:fix-double-wording, r=jonas-schievink | Mark Rousskov | -3/+3 |
| 2019-07-18 | Fix clippy::len_zero warnings | Mateusz Mikuła | -2/+2 |
| 2019-07-18 | Fix clippy::clone_on_copy warnings | Mateusz Mikuła | -2/+2 |
| 2019-07-18 | Use DerefMut | Yuki Okushi | -2/+2 |
| 2019-07-18 | renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discu... | Brad Gibson | -54/+239 |
| 2019-07-17 | unconstify methods | newpavlov | -2/+2 |
| 2019-07-17 | stabilize duration_float | newpavlov | -20/+10 |
| 2019-07-17 | Refer to `add` method instead of `offset` | Philipp Oppermann | -2/+2 |
| 2019-07-17 | Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushi | bors | -6/+3 |
| 2019-07-17 | Optimize RefCell read borrowing | Luca Barbieri | -3/+3 |
| 2019-07-17 | Auto merge of #62596 - cuviper:expect_none, r=rkruppe | bors | -6/+99 |
| 2019-07-17 | Add missing link to Infallible in TryFrom doc | lzutao | -0/+1 |
| 2019-07-17 | Override Cycle::try_fold | Tim Vermeulen | -0/+42 |
| 2019-07-16 | found more repeated wording | Dodo | -2/+2 |
| 2019-07-16 | fix double wording | Dodo | -1/+1 |
| 2019-07-16 | state also in the intro that UnsafeCell has no effect on &mut | Ralf Jung | -2/+3 |
| 2019-07-16 | Stabilize <*mut _>::cast and <*const _>::cast | Simon Sapin | -2/+2 |
| 2019-07-15 | Rollup merge of #62689 - 0e4ef622:patch-1, r=Xanewok | Mark Rousskov | -1/+1 |
| 2019-07-15 | Rollup merge of #62662 - DutchGhost:fix_space, r=sfackler | Mark Rousskov | -6/+6 |
| 2019-07-15 | Rollup merge of #62639 - immunant:invariant_valistimpl, r=eddyb | Mark Rousskov | -5/+8 |
| 2019-07-15 | Rollup merge of #62634 - llogiq:uninit-array-docs, r=RalfJung | Mark Rousskov | -5/+7 |
| 2019-07-15 | Rollup merge of #62533 - GuillaumeGomez:missing-urls-CannotReallocInPlace, r=... | Mark Rousskov | -2/+5 |
| 2019-07-15 | Rollup merge of #62491 - GuillaumeGomez:fix-pin-urls-for-option, r=QuietMisdr... | Mark Rousskov | -0/+4 |
| 2019-07-15 | Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichton | Mark Rousskov | -4/+35 |
| 2019-07-15 | Fix typo in RawWaker::new documentation | 0e4ef622 | -1/+1 |
| 2019-07-15 | Add debug assertions to write_bytes and copy* | Valentin Tolmer | -4/+35 |
| 2019-07-15 | Add rtm and f16c features to libcore | gnzlbg | -0/+2 |
| 2019-07-15 | Update the stdarch submodule | gnzlbg | -2/+2 |
| 2019-07-14 | Make VaListImpl<'f> invariant over the 'f lifetime | Andrei Homescu | -5/+8 |
| 2019-07-14 | Less unsafe in the array example of MaybeUninit docs | Andre Bogus | -5/+7 |
| 2019-07-14 | better comments | Ralf Jung | -3/+4 |
| 2019-07-13 | add spaces in front of trait requirements | Dodo | -6/+6 |
| 2019-07-13 | explain how to search without owned data | Ralf Jung | -0/+8 |
| 2019-07-12 | allow clippy::unreadable_literal in unicode tables | Andy Russell | -4/+4 |
| 2019-07-12 | Regenerate character tables for Unicode 12.1 | Josh Stone | -734/+765 |
| 2019-07-12 | Update unicode scripts for the current coding style | Josh Stone | -5/+5 |
| 2019-07-12 | Rollup merge of #62599 - RalfJung:uninit, r=cramertj | Mazdak Farrokhzad | -1/+1 |