| Age | Commit message (Expand) | Author | Lines |
| 2019-07-23 | Auto merge of #62902 - Mark-Simulacrum:rollup-mxfk0mm, r=Mark-Simulacrum | bors | -7/+21 |
| 2019-07-23 | Rollup merge of #62869 - matklad:feature-gate, r=Mark-Simulacrum | Mark Rousskov | -7/+12 |
| 2019-07-23 | Rollup merge of #62656 - RalfJung:contains-no-own, r=Dylan-DPC | Mark Rousskov | -0/+9 |
| 2019-07-23 | Auto merge of #62823 - RalfJung:miri, r=oli-obk | bors | -0/+2 |
| 2019-07-22 | Rollup merge of #62799 - RalfJung:uninit-array, r=Centril | Mazdak Farrokhzad | -7/+29 |
| 2019-07-22 | Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -2/+2 |
| 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 | 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-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-17 | Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushi | bors | -6/+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-16 | found more repeated wording | Dodo | -2/+2 |
| 2019-07-16 | fix double wording | Dodo | -1/+1 |
| 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 | 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-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 |