| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -1/+16 |
| 2019-06-19 | Rollup merge of #61802 - mjbshaw:maybe-uninit-transparent, r=cramertj | Mazdak Farrokhzad | -1/+16 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -44/+187 |
| 2019-06-18 | Make MaybeUninit #[repr(transparent)] | Michael Bradshaw | -1/+16 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -44/+187 |
| 2019-06-17 | Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJung | Mazdak Farrokhzad | -4/+23 |
| 2019-06-16 | make example code typecheck at least | Ralf Jung | -3/+11 |
| 2019-06-16 | keep links in local crate where possible | Ralf Jung | -9/+9 |
| 2019-06-15 | Help LLVM better optimize slice::Iter(Mut)::len | Scott McMurray | -4/+23 |
| 2019-06-16 | Stabilize todo macro | Stjepan Glavina | -6/+10 |
| 2019-06-16 | minor edits | Ralf Jung | -9/+9 |
| 2019-06-15 | mention that overwrite-without-drop also violates the drop guarantee, and lin... | Ralf Jung | -8/+14 |
| 2019-06-15 | explain better that structural pinning is a per-field choice | Ralf Jung | -29/+102 |
| 2019-06-15 | Remove the default type of `Rem::Output` | Jonas Schievink | -2/+1 |
| 2019-06-15 | Rollup merge of #61844 - AaronKutch:master, r=Centril | Mazdak Farrokhzad | -39/+39 |
| 2019-06-15 | Rollup merge of #61785 - RalfJung:as-ref, r=rkruppe | Mazdak Farrokhzad | -3/+35 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -39/+39 |
| 2019-06-14 | note some safety concerns of raw-ptr-to-ref casts | Ralf Jung | -3/+35 |
| 2019-06-13 | Rollup merge of #61720 - alexcrichton:libstd-cfg-if-dep, r=sfackler | Mazdak Farrokhzad | -106/+25 |
| 2019-06-13 | Rollup merge of #61629 - petrochenkov:stdmac, r=alexcrichton | Mazdak Farrokhzad | -11/+11 |
| 2019-06-13 | Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapin | Mazdak Farrokhzad | -5/+17 |
| 2019-06-13 | Rollup merge of #60376 - lzutao:stabilize-option_xor, r=SimonSapin | Mazdak Farrokhzad | -3/+1 |
| 2019-06-12 | Hygienize macros in the standard library | Vadim Petrochenkov | -11/+11 |
| 2019-06-12 | Rollup merge of #61671 - koalatux:nth-back-range, r=KodrAus | Mazdak Farrokhzad | -0/+78 |
| 2019-06-12 | Rollup merge of #61348 - dronesforwork-forks:clone-from, r=KodrAus | Mazdak Farrokhzad | -2/+42 |
| 2019-06-11 | Rollup merge of #61726 - cuviper:partition-for_each, r=scottmcm | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfackler | Mazdak Farrokhzad | -1/+1 |
| 2019-06-11 | Rollup merge of #61715 - RalfJung:test-ascii-lowercase, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-06-10 | Use `for_each` in `Iterator::partition` | Josh Stone | -2/+2 |
| 2019-06-10 | Apply suggestions from code review | Paweł Romanowski | -4/+5 |
| 2019-06-10 | std: Remove internal definitions of `cfg_if!` macro | Alex Crichton | -106/+25 |
| 2019-06-10 | core: use memcmp optimization for 128 bit integer slices | Andrew Champion | -1/+1 |
| 2019-06-10 | Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe | Mazdak Farrokhzad | -27/+16 |
| 2019-06-10 | make sure to_ascii_lowercase actually leaves upper-case non-ASCII characters ... | Ralf Jung | -2/+2 |
| 2019-06-09 | implement nth_back for RangeInclusive | Adrian Friedli | -0/+48 |
| 2019-06-09 | Auto merge of #61691 - RalfJung:miri-slow, r=Centril | bors | -0/+2 |
| 2019-06-09 | Fix more tests after revert of rustdoc cfg(test) feature | Oliver Middleton | -6/+9 |
| 2019-06-09 | Miri: disable a slow test | Ralf Jung | -0/+2 |
| 2019-06-09 | Auto merge of #61677 - napen123:string-examples, r=sfackler | bors | -0/+20 |
| 2019-06-08 | Add examples for make_ascii_{uppercase, lowercase} | Napen123 | -0/+20 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-08 | implement nth_back for Range | Adrian Friedli | -0/+30 |
| 2019-06-08 | core: use iterators for slice equality comparison | Andrew Champion | -14/+2 |
| 2019-06-08 | core: check for pointer equality when comparing Eq slices | Andrew Champion | -1/+24 |
| 2019-06-08 | Auto merge of #61620 - SimonSapin:as_cell, r=RalfJung | bors | -4/+2 |
| 2019-06-08 | Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obk | bors | -6/+3 |
| 2019-06-07 | Make `i*::signum` a `const fn`. | Dylan MacKenzie | -6/+3 |
| 2019-06-07 | Auto merge of #61130 - jonhoo:mem-take, r=SimonSapin | bors | -0/+55 |
| 2019-06-07 | Rollup merge of #61599 - laumann:pin-docs-minor-edits, r=Centril | Mazdak Farrokhzad | -20/+21 |
| 2019-06-07 | Stabilize Cell::from_mut and as_slice_of_cells | Simon Sapin | -4/+2 |