| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-12 | Rollup merge of #62431 - czipperz:add-messages-to-must-use-is_-methods, r=sco... | Mazdak Farrokhzad | -4/+5 |
| 2019-07-12 | Add tracking issue 62633 | Josh Stone | -2/+2 |
| 2019-07-11 | move mem::uninitialized deprecation back by 1 release, to 1.39 | Ralf Jung | -1/+1 |
| 2019-07-11 | Make cold unwraps take &dyn Debug | Josh Stone | -8/+8 |
| 2019-07-11 | Add Option::expect_none(msg) and unwrap_none() | Josh Stone | -1/+94 |
| 2019-07-10 | Implement Unpin for all raw pointers | Steven Fackler | -0/+6 |
| 2019-07-11 | Rollup merge of #62557 - taiki-e:typo, r=Centril | Mazdak Farrokhzad | -1/+2 |
| 2019-07-11 | Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper | Mazdak Farrokhzad | -2/+5 |
| 2019-07-11 | Rollup merge of #61665 - aschampion:slice-eq-ptr, r=sfackler | Mazdak Farrokhzad | -6/+17 |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | Remove unnecessary expansions created by `#[test_case/test/bench]` | Vadim Petrochenkov | -0/+3 |
| 2019-07-10 | Rollup merge of #62493 - Freyskeyd:valid_example_read-write_unaligned, r=rkruppe | Mazdak Farrokhzad | -0/+32 |