about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-05-10Revise the eprint(ln)! feature.Zack Weinberg-58/+37
2017-05-10Add `eprint!` and `eprintln!` macros to the prelude.Zack Weinberg-0/+83
2017-05-09Auto merge of #41814 - gamazeps:thread-struct-doc, r=steveklabnikbors-23/+20
2017-05-09Address review commentsFelix Raimundo-2/+4
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-1/+1
2017-05-07Update the `thread::Thread` documentation.Felix Raimundo-24/+12
2017-05-07Add stack size doc to `thread::spawn`.Felix Raimundo-0/+7
2017-05-07Improve `thread::panicking` documentaion.Felix Raimundo-0/+12
2017-05-06Fix definitions of ULONG_PTRJoshua Sheard-3/+4
2017-05-06Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcvbors-0/+22
2017-05-05Auto merge of #41773 - frewsxcv:rollup, r=frewsxcvbors-128/+128
2017-05-05Rollup merge of #41582 - jonhoo:reread-nameservers-on-lookup-fail, r=alexcric...Corey Farwell-3/+21
2017-05-05Rollup merge of #41512 - alexcrichton:fix-windows-tls-deadlock, r=BurntSushiCorey Farwell-115/+93
2017-05-05Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichtonCorey Farwell-10/+14
2017-05-05std: Prevent deadlocks in doctests on WindowsAlex Crichton-1/+3
2017-05-05std: Avoid locks during TLS destruction on WindowsAlex Crichton-115/+93
2017-05-05Update mod.rsRaphaël Huchet-1/+1
2017-05-05Add an example to std::thread::Result typeRaphaël Huchet-0/+22
2017-05-04Reload nameserver information on lookup failureJon Gjengset-3/+21
2017-05-04Deprecate heap::EMPTY in favour of Unique::empty or otherwise.Alexis Beingessner-1/+2
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-9/+12
2017-05-04Update mod.rsRaphaël Huchet-1/+1
2017-05-04create link to ResultRaphaël Huchet-0/+1
2017-05-04Join method returns a thread::ResultRaphaël Huchet-1/+1
2017-05-03Rollup merge of #41721 - mgattozzi:stdin-stdout-update, r=steveklabnikCorey Farwell-4/+6
2017-05-03Rollup merge of #41720 - frewsxcv:duration-doc-examples, r=steveklabnikCorey Farwell-4/+25
2017-05-03Rollup merge of #41543 - z1mvader:master, r=steveklabnikCorey Farwell-11/+22
2017-05-03Update ChildStdin/ChildStdout docs to be clearerMichael Gattozzi-4/+6
2017-05-03Add doc example for how to determine total number of secs in Duration.Corey Farwell-0/+15
2017-05-02Update Duration::as_secs doc example to demonstrate truncation.Corey Farwell-2/+2
2017-05-02Update Duration::from_millis doc example to show underlying values.Corey Farwell-1/+4
2017-05-02Update Duration::from_secs doc example to show underlying values.Corey Farwell-1/+4
2017-05-03Auto merge of #41624 - RalfJung:mutexguard-sync, r=alexcrichtonbors-5/+3
2017-05-01Fix incorrect hex value in doc comment example.Corey Farwell-1/+1
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+0
2017-04-29need to pick a new feature nameRalf Jung-1/+1
2017-04-29MutexGuard<T> may be Sync only if T is SyncRalf Jung-5/+3
2017-04-27Rollup merge of #41526 - steveklabnik:gh35950, r=GuillaumeGomezCorey Farwell-9/+8
2017-04-27Rollup merge of #41438 - projektir:mpsc_docs, r=steveklabnikCorey Farwell-29/+254
2017-04-26Adding links and examples for various mspc pages #29377projektir-29/+254
2017-04-26Rollup merge of #41499 - steveklabnik:gh25164, r=alexcrichtonAriel Ben-Yehuda-0/+7
2017-04-26restructured docs for thread and added linksChristian Poveda-13/+19
2017-04-26Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichtonbors-0/+4
2017-04-26Address platform-specific behavior in TcpStream::shutdownsteveklabnik-0/+7
2017-04-26Clean up TcpStream examplesteveklabnik-9/+8
2017-04-26added moveChristian Poveda-1/+1
2017-04-25Rollup merge of #41518 - tbu-:pr_fix_cp_error, r=sfacklerCorey Farwell-1/+1
2017-04-25Rollup merge of #41463 - SergioBenitez:master, r=alexcrichtonCorey Farwell-0/+139
2017-04-25Rollup merge of #41442 - tbu-:pr_writeall_interrupted, r=aturonCorey Farwell-6/+16
2017-04-25rewrote the thread struct docsChristian Poveda-7/+12