summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-11-22update various stdlib docsSteve Klabnik-11/+9
2018-11-22fix more linksSteve Klabnik-5/+5
2018-11-19Increase `Duration` approximate equal threshold to 1usAlex Crichton-1/+2
2018-11-15std: Synchronize access to global env during `exec`Alex Crichton-16/+60
2018-11-15Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-99/+8
2018-11-06Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-8/+99
2018-10-25Rollup merge of #55328 - raphlinus:copysign_typo, r=joshtriplettPietro Albini-8/+8
2018-10-25Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavisPietro Albini-3/+3
2018-10-25Rollup merge of #55247 - peterjoel:peterjoel-prim-char-doc-example, r=joshtri...Pietro Albini-2/+2
2018-10-25Rollup merge of #55200 - octronics:gh51430, r=kennytmPietro Albini-0/+88
2018-10-25Rollup merge of #54965 - chathaway-codes:update-tcp-stream-docs, r=GuillaumeG...Pietro Albini-5/+5
2018-10-25Rollup merge of #53931 - iirelu:keyword-docs, r=steveklabnikPietro Albini-28/+669
2018-10-24Fix doc for new copysign functionsRaph Levien-8/+8
2018-10-24Documents `From` implementations for `Stdio`OCTronics-0/+88
2018-10-23Hopefully fix compile erroriirelu-1/+0
2018-10-23fix typos in various placesMatthias Krüger-3/+3
2018-10-21Clarified code examplePeter Hall-2/+2
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-4/+4
2018-10-19Rollup merge of #55169 - raphlinus:copysign, r=joshtriplettkennytm-0/+58
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-4/+4
2018-10-18Add must_use on copysignRaph Levien-0/+2
2018-10-18Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcvkennytm-10/+14
2018-10-17Fix inconsistent documentationRaph Levien-4/+5
2018-10-17Add a `copysign` function to f32 and f64Raph Levien-0/+55
2018-10-14Fix incorrect link in println! documentationDiana-1/+1
2018-10-13Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfacklerbors-25/+122
2018-10-12Rollup merge of #54956 - kzys:close-paren, r=varkorkennytm-1/+1
2018-10-12Rollup merge of #54913 - RalfJung:unwind-safe, r=alexcrichtonkennytm-1/+1
2018-10-12Rollup merge of #54891 - rust-lang:SimonSapin-patch-1, r=nagisakennytm-1/+1
2018-10-12Rollup merge of #54755 - lucasloisp:document-reference-address-eq, r=QuietMis...kennytm-0/+25
2018-10-11Small changes to fix documentation auto compile issuesCharles Hathaway-1/+2
2018-10-11improve docs on thread::sleepVasya Novikov-4/+8
2018-10-11std: Implement TLS for wasm32-unknown-unknownAlex Crichton-25/+122
2018-10-10update tcp stream documentationCharles Hathaway-4/+3
2018-10-10"(using ..." doesn't have the matching ")"Kazuyoshi Kato-1/+1
2018-10-08it's auto traits that make for automatic implementationsRalf Jung-1/+1
2018-10-08Auto merge of #54871 - u32i64:master, r=frewsxcvbors-1/+1
2018-10-07Auto merge of #53517 - phungleson:fix-impl-from-for-error, r=frewsxcvbors-0/+13
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-1/+1
2018-10-07Fix tracking issue for Once::is_completedSimon Sapin-1/+1
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-4/+4
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-4/+4
2018-10-06Fix typo in libstd/thread/mod.rs: remove unnecessary commaArtem Varaksa-1/+1
2018-10-06'a' → 'an' in front of vowel sounds.Corey Farwell-1/+1
2018-10-05Rollup merge of #54078 - GabrielMajeri:expand-sync-docs, r=steveklabnikPietro Albini-4/+148
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-10-05Address review commentsGabriel Majeri-43/+67
2018-10-05Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfacklerbors-4/+500
2018-10-04Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG...Pietro Albini-0/+141
2018-10-03Remove main() from examplesSon-5/+3