| Age | Commit message (Expand) | Author | Lines |
| 2019-07-22 | Rollup merge of #62746 - RalfJung:deprecated, r=KodrAus | Mazdak Farrokhzad | -16/+14 |
| 2019-07-22 | Rollup merge of #62709 - nhynes:test-maplike-fromiter, r=cuviper | Mazdak Farrokhzad | -2/+6 |
| 2019-07-22 | weasle, weasle | Ralf Jung | -3/+3 |
| 2019-07-21 | code cleanup | Baoshan Pang | -1042/+1 |
| 2019-07-21 | read: fix doc comment | Ralf Jung | -2/+2 |
| 2019-07-21 | apply feedback | Ralf Jung | -4/+6 |
| 2019-07-21 | sync with nomicon: raw ptr must be non-dangling and aligned every time it is ... | Ralf Jung | -2/+2 |
| 2019-07-20 | references must be aligned; also move up the warning that fn ptrs must be non... | Ralf Jung | -7/+8 |
| 2019-07-20 | warn that raw pointers must be aligned when used, and that writes cause drop | Ralf Jung | -2/+6 |
| 2019-07-19 | ONCE_INIT is deprecated-in-future only for bootstrap | Ralf Jung | -2/+3 |
| 2019-07-19 | do not use mem::uninitialized in std::io | Ralf Jung | -14/+11 |
| 2019-07-19 | warn about deprecated-in-future in most of libstd | Ralf Jung | -3/+3 |
| 2019-07-18 | Fix typo in src/libstd/net/udp.rs doc comment | Martin Indra | -2/+2 |
| 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 |