| Age | Commit message (Expand) | Author | Lines |
| 2019-07-18 | Rollup merge of #62732 - nathanwhit:fix_mem_uninit, r=Amanieu | Mark Rousskov | -4/+9 |
| 2019-07-18 | Fix clippy::len_zero warnings | Mateusz Mikuła | -3/+3 |
| 2019-07-18 | Fix clippy::clone_on_copy warnings | Mateusz Mikuła | -1/+1 |
| 2019-07-16 | Remove last use of mem::uninitialized from std::io::util | nathanwhit | -4/+9 |
| 2019-07-16 | Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichton | bors | -2/+8372 |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -2/+8372 |
| 2019-07-16 | Test that maplike FromIter satisfies uniqueness | Nick Hynes | -2/+6 |
| 2019-07-15 | Update the stdarch submodule | gnzlbg | -4/+4 |
| 2019-07-14 | Auto merge of #62610 - Stargateur:fix-miri-error-cstring-into_inner, r=RalfJung | bors | -5/+6 |
| 2019-07-14 | Auto merge of #62464 - GuillaumeGomez:add-missing-urls-osstr, r=QuietMisdreavus | bors | -3/+4 |
| 2019-07-13 | Fix miri error in into_inner() of CString | Antoine PLASKOWSKI | -5/+6 |
| 2019-07-13 | simplify std::io::Write::write rustdoc | Colin Arnott | -1/+1 |
| 2019-07-11 | document that crate refers to the project root | Nathan Goldbaum | -1/+5 |
| 2019-07-11 | Rollup merge of #62425 - cyphar:linux-cloexec-use-fcntl, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-07-10 | filedesc: don't use ioctl(FIOCLEX) on Linux | Aleksa Sarai | -0/+2 |
| 2019-07-09 | Rollup merge of #62403 - SimonSapin:concat, r=alexcrichton | Mazdak Farrokhzad | -6/+0 |
| 2019-07-07 | Add missing urls for osstr | Guillaume Gomez | -3/+4 |
| 2019-07-07 | Document `while` keyword | Yuki Okushi | -9/+56 |
| 2019-07-07 | Stablize Euclidean Modulo (feature euclidean_division) | CrLF0710 | -8/+4 |
| 2019-07-06 | `#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]` | Vadim Petrochenkov | -16/+16 |
| 2019-07-06 | Rollup merge of #62296 - RalfJung:memalign, r=alexcrichton | Mazdak Farrokhzad | -1/+9 |
| 2019-07-05 | Rollup merge of #62414 - jethrogb:jb/sgx-uninit, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+1 |
| 2019-07-05 | Rollup merge of #62381 - pawroman:fix_typo_in_write_vectored, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-05 | Remove last use of mem::uninitialized in SGX | Jethro Beekman | -3/+1 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -7/+7 |
| 2019-07-05 | Replace SliceConcatExt trait with inherent methods and SliceConcat helper trait | Simon Sapin | -6/+0 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+5 |
| 2019-07-04 | Fix a typo in Write::write_vectored docs | Paweł Romanowski | -1/+1 |
| 2019-07-04 | Add missing lifetime specifier | Jeremy Stucki | -1/+1 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -3/+4 |
| 2019-07-03 | fix unused-import error on android | Ralf Jung | -2/+1 |
| 2019-07-03 | Rollup merge of #62304 - SimonSapin:safe, r=eddyb | Mark Rousskov | -0/+12 |
| 2019-07-03 | Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakis | Mark Rousskov | -27/+0 |
| 2019-07-02 | HashMap is UnwindSafe | Simon Sapin | -0/+12 |
| 2019-07-02 | improve and deduplicate comments | Ralf Jung | -4/+3 |
| 2019-07-02 | request at least ptr-size alignment from posix_memalign | Ralf Jung | -1/+11 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -3/+3 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -7/+7 |
| 2019-06-30 | Extend the #[must_use] lint to boxed types | varkor | -1/+3 |
| 2019-06-29 | Rollup merge of #62163 - cuviper:unix-uninit, r=RalfJung | Mazdak Farrokhzad | -61/+58 |
| 2019-06-27 | Rollup merge of #62102 - RalfJung:read, r=Centril | Mazdak Farrokhzad | -1/+10 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -1/+0 |
| 2019-06-27 | std: Move a process test out of libstd | Alex Crichton | -27/+0 |
| 2019-06-26 | Use pointer::write_bytes for android sigemptyset | Josh Stone | -5/+3 |
| 2019-06-26 | Avoid mem::uninitialized() in std::sys::unix | Josh Stone | -58/+57 |
| 2019-06-25 | tweak wording | Ralf Jung | -3/+3 |
| 2019-06-24 | call out explicitly that general read needs to be called with an initialized ... | Ralf Jung | -1/+10 |
| 2019-06-22 | Remove FnBox. | Mazdak Farrokhzad | -1/+0 |
| 2019-06-22 | Typo | Felix Rabe | -1/+1 |