about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-10-18Don't forget to close executable fileJeremy Soller-1/+2
2018-10-18Remove unused type parameterJeremy Soller-1/+1
2018-10-18Update to new system calls and enviromental variablesJeremy Soller-57/+167
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-17Implement FromStr for PathBufSimon Sapin-0/+11
2018-10-16adds tracking issue numberoliver-giersch-1/+1
2018-10-15Merge pull request #5 from oliver-giersch/masteroliver-giersch-25/+122
2018-10-15adds feature gate to doc-test (example)oliver-giersch-0/+1
2018-10-15adds missing method call parenthesesoliver-giersch-1/+1
2018-10-15fixes misplaced semicolonoliver-giersch-2/+2
2018-10-15adds doc for `Builder::spawn_unchecked`oliver-giersch-1/+60
2018-10-14remove unnecessary lifetime boundsoliver-giersch-2/+2
2018-10-14Fix incorrect link in println! documentationDiana-1/+1
2018-10-13Update mod.rsoliver-giersch-3/+3
2018-10-13Update mod.rsoliver-giersch-3/+2
2018-10-13Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfacklerbors-25/+122
2018-10-13adds unsafe `thread::Builder::spawn_unchecked` functionoliver-giersch-11/+17
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
2018-10-03Remove main() in examplesSon-46/+30
2018-10-02Cleans trailing whitespaceLucas Lois-5/+5
2018-10-02Documents reference equality by address (#54197)Lucas Lois-0/+25
2018-10-02make `CStr::from_bytes_with_nul_unchecked()` a const fnAustin Bonander-0/+1
2018-10-02make `CStr::from_bytes_with_nul_unchecked()` a const fnAustin Bonander-1/+12
2018-10-01update wording for thread::sleepVasya Novikov-6/+6
2018-10-01Auto merge of #54662 - matklad:once-perf, r=alexcrichtonbors-0/+1