about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-07-22Rollup merge of #62746 - RalfJung:deprecated, r=KodrAusMazdak Farrokhzad-16/+14
2019-07-22Rollup merge of #62709 - nhynes:test-maplike-fromiter, r=cuviperMazdak Farrokhzad-2/+6
2019-07-22weasle, weasleRalf Jung-3/+3
2019-07-21code cleanupBaoshan Pang-1042/+1
2019-07-21read: fix doc commentRalf Jung-2/+2
2019-07-21apply feedbackRalf Jung-4/+6
2019-07-21sync with nomicon: raw ptr must be non-dangling and aligned every time it is ...Ralf Jung-2/+2
2019-07-20references must be aligned; also move up the warning that fn ptrs must be non...Ralf Jung-7/+8
2019-07-20warn that raw pointers must be aligned when used, and that writes cause dropRalf Jung-2/+6
2019-07-19ONCE_INIT is deprecated-in-future only for bootstrapRalf Jung-2/+3
2019-07-19do not use mem::uninitialized in std::ioRalf Jung-14/+11
2019-07-19warn about deprecated-in-future in most of libstdRalf Jung-3/+3
2019-07-18Fix typo in src/libstd/net/udp.rs doc commentMartin Indra-2/+2
2019-07-18Rollup merge of #62732 - nathanwhit:fix_mem_uninit, r=AmanieuMark Rousskov-4/+9
2019-07-18Fix clippy::len_zero warningsMateusz Mikuła-3/+3
2019-07-18Fix clippy::clone_on_copy warningsMateusz Mikuła-1/+1
2019-07-16Remove last use of mem::uninitialized from std::io::utilnathanwhit-4/+9
2019-07-16Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichtonbors-2/+8372
2019-07-16Add supporting for vxWorksBaoshan Pang-2/+8372
2019-07-16Test that maplike FromIter satisfies uniquenessNick Hynes-2/+6
2019-07-15Update the stdarch submodulegnzlbg-4/+4
2019-07-14Auto merge of #62610 - Stargateur:fix-miri-error-cstring-into_inner, r=RalfJungbors-5/+6
2019-07-14Auto merge of #62464 - GuillaumeGomez:add-missing-urls-osstr, r=QuietMisdreavusbors-3/+4
2019-07-13Fix miri error in into_inner() of CStringAntoine PLASKOWSKI-5/+6
2019-07-13simplify std::io::Write::write rustdocColin Arnott-1/+1
2019-07-11document that crate refers to the project rootNathan Goldbaum-1/+5
2019-07-11Rollup merge of #62425 - cyphar:linux-cloexec-use-fcntl, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-07-10filedesc: don't use ioctl(FIOCLEX) on LinuxAleksa Sarai-0/+2
2019-07-09Rollup merge of #62403 - SimonSapin:concat, r=alexcrichtonMazdak Farrokhzad-6/+0
2019-07-07Add missing urls for osstrGuillaume Gomez-3/+4
2019-07-07Document `while` keywordYuki Okushi-9/+56
2019-07-07Stablize Euclidean Modulo (feature euclidean_division)CrLF0710-8/+4
2019-07-06`#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]`Vadim Petrochenkov-16/+16
2019-07-06Rollup merge of #62296 - RalfJung:memalign, r=alexcrichtonMazdak Farrokhzad-1/+9
2019-07-05Rollup merge of #62414 - jethrogb:jb/sgx-uninit, r=Mark-SimulacrumMazdak Farrokhzad-3/+1
2019-07-05Rollup merge of #62381 - pawroman:fix_typo_in_write_vectored, r=CentrilMazdak Farrokhzad-1/+1
2019-07-05Remove last use of mem::uninitialized in SGXJethro Beekman-3/+1
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-7/+7
2019-07-05Replace SliceConcatExt trait with inherent methods and SliceConcat helper traitSimon Sapin-6/+0
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-0/+5
2019-07-04Fix a typo in Write::write_vectored docsPaweł Romanowski-1/+1
2019-07-04Add missing lifetime specifierJeremy Stucki-1/+1
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-3/+4
2019-07-03fix unused-import error on androidRalf Jung-2/+1
2019-07-03Rollup merge of #62304 - SimonSapin:safe, r=eddybMark Rousskov-0/+12
2019-07-03Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakisMark Rousskov-27/+0
2019-07-02HashMap is UnwindSafeSimon Sapin-0/+12
2019-07-02improve and deduplicate commentsRalf Jung-4/+3
2019-07-02request at least ptr-size alignment from posix_memalignRalf Jung-1/+11
2019-07-01Enable mem_take feature in relevant cratesChris Gregory-0/+1