| Age | Commit message (Expand) | Author | Lines |
| 2019-07-25 | Auto merge of #62944 - RalfJung:miri, r=oli-obk | bors | -2/+0 |
| 2019-07-25 | Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-07-24 | re-enable debug checks in Miri | Ralf Jung | -2/+0 |
| 2019-07-24 | Rollup merge of #62926 - Smibu:fix-typo, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Rollup merge of #62716 - RalfJung:unsafe-cell, r=Centril | Mazdak Farrokhzad | -2/+3 |
| 2019-07-24 | Rollup merge of #62641 - cuviper:unicode-12.1, r=matklad | Mazdak Farrokhzad | -739/+770 |
| 2019-07-24 | Fix typo in mem::uninitialized doc | Mika Lehtinen | -1/+1 |
| 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 | add support for hexagon-unknown-linux-musl | Brian Cain | -0/+1 |
| 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 | 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 | Regenerate character tables for Unicode 12.1 | Josh Stone | -734/+765 |