about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2020-09-25Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morseJonas Schievink-5/+30
2020-09-24Remove workaround for deref issue that no longer exists.Mara Bos-6/+4
2020-09-24Call ReentrantMutex::init() in stdout().Mara Bos-1/+3
2020-09-24Drop use of Arc from Stdin and Stdout.Mara Bos-27/+23
2020-09-24Remove std::io::lazy::Lazy in favour of SyncOnceCellMara Bos-98/+40
2020-09-23Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPCbors-14/+14
2020-09-23Make delegation methods of `std::net::IpAddr` unstable constChristiaan Dirkx-5/+30
2020-09-23Auto merge of #77090 - rust-lang:revert-76110-convert-openoptions-cint, r=dto...bors-35/+0
2020-09-23Rollup merge of #77042 - imbolc:patch-2, r=kennytmDylan DPC-2/+2
2020-09-23Rollup merge of #76993 - blitzerr:alloc-ref, r=AmanieuDylan DPC-12/+12
2020-09-23make ln_1p examples more representative of useTrevor Spiteri-8/+10
2020-09-23make exp_m1 examples more representative of useTrevor Spiteri-8/+10
2020-09-22a few more &mut self -> self changesblitzerr-8/+8
2020-09-22Revert "Function to convert OpenOptions to c_int"Joshua Nelson-35/+0
2020-09-22minor doc changes, attribute orderingssharnoff-20/+20
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+5
2020-09-22Update library/std/src/net/addr.rsImbolc-1/+1
2020-09-22Update library/std/src/net/addr.rsImbolc-1/+1
2020-09-22removing &mut self for other methods of AllocRefblitzerr-2/+2
2020-09-22Auto merge of #76110 - FedericoPonzi:convert-openoptions-cint, r=JoshTriplettbors-0/+35
2020-09-22enable unstable open_options_ext_as_flags feature in doc commentsFederico Ponzi-0/+1
2020-09-22Update addr.rsImbolc-1/+1
2020-09-21Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnayecstatic-morse-0/+97
2020-09-21Changing the alloc() to accept &self instead of &mut selfblitzerr-2/+2
2020-09-21Fix missing unsafe block for target arch wasm32Alexis Bourget-3/+10
2020-09-21Fix accordingly to reviewAlexis Bourget-22/+20
2020-09-21Improve some SAFETY comments following suggestionsAlexis Bourget-6/+17
2020-09-21Finished documenting all unsafe op inside unsafe fnAlexis Bourget-5/+17
2020-09-21Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t...Alexis Bourget-36/+91
2020-09-21Edit documentation for `std::{f32,f64}::mul_add`.Gray Olson-4/+10
2020-09-21Auto merge of #77003 - joshtriplett:remove-duplicate-link-libraries, r=Mark-S...bors-4/+0
2020-09-21Applied review commentsErik Hofmayer-0/+6
2020-09-21Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=AmanieuRalf Jung-2/+8
2020-09-21Add missing code examples on HashMap typesGuillaume Gomez-1/+106
2020-09-21Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJungRalf Jung-6/+3
2020-09-21Rollup merge of #76868 - poliorcetics:intra-doc-std-sync, r=jyn514Ralf Jung-54/+36
2020-09-21Remove duplicated library links between std and libcJosh Triplett-4/+0
2020-09-21Update library/std/src/process.rsFederico Ponzi-1/+1
2020-09-21Updates stability attributes to the current nightly versionFederico Ponzi-3/+3
2020-09-20Fix nitsAlexis Bourget-4/+3
2020-09-20Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`Daniel Henry-Mantilla-6/+3
2020-09-20Rollup merge of #76924 - rijenkii:patch-1, r=oli-obkRalf Jung-3/+3
2020-09-20Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPCRalf Jung-0/+86
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-3/+0
2020-09-20Documented From impls in std/sync/mpsc/mod.rsErik Hofmayer-0/+9
2020-09-20try again to appease tidyWithout Boats-1/+0
2020-09-20spend another CI build to delete a double newlineWithout Boats-1/+0
2020-09-20fix typosWithout Boats-6/+6
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-1/+1
2020-09-20Make RawFd implement the RawFd traitsWithout Boats-0/+59