about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-05-15Add links to the `thread::LocalKey` doc.Felix Raimundo-15/+30
2017-05-12Rollup merge of #41896 - tshepang:too-long, r=steveklabnikMark Simulacrum-2/+2
2017-05-12Rollup merge of #41860 - mbrubeck:docs, r=nagisaMark Simulacrum-6/+4
2017-05-11Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichtonbors-3/+38
2017-05-11Add testJethro Beekman-0/+14
2017-05-11doc: break into 2 sentencesTshepang Lekhonkhobe-2/+2
2017-05-11Rollup merge of #41192 - zackw:eprintln, r=alexcrichtonCorey Farwell-24/+86
2017-05-10Rollup merge of #41854 - gamazeps:thread-spawn-doc, r=steveklabnikSteve Klabnik-6/+56
2017-05-10Rollup merge of #41809 - gamazeps:thread-docs, r=steveklabnikSteve Klabnik-61/+91
2017-05-10Rollup merge of #41531 - steveklabnik:gh40159, r=nagisaSteve Klabnik-1/+35
2017-05-10Fix up stability annotations per feedback.Zack Weinberg-7/+7
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-10Auto merge of #41815 - Yamakaky:improve-backtrace-bottom, r=alexcrichtonbors-8/+47
2017-05-10Fix typos in docFelix Raimundo-1/+1
2017-05-09Remove wrong or outdated info from CString docs.Matt Brubeck-6/+4
2017-05-09Don't show the std frames before user code on unwinding.Yamakaky-8/+47
2017-05-09Fix warnings in examplesFelix Raimundo-4/+4
2017-05-09Fix linkFelix Raimundo-5/+5
2017-05-09Add more ways to create a PathBuf to docssteveklabnik-1/+35
2017-05-09Auto merge of #41814 - gamazeps:thread-struct-doc, r=steveklabnikbors-23/+20
2017-05-09Address review commentsFelix Raimundo-2/+2
2017-05-09Address review commentsFelix Raimundo-2/+4
2017-05-09Add a link to `thread::Builder` in `thread::spawn`Felix Raimundo-0/+5
2017-05-09Add more examples to `thread::spawn`Felix Raimundo-6/+51
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-1/+1
2017-05-07Fix typos in `thread::park` documentation.Felix Raimundo-4/+6
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-07Inline `thread::park` documentation.Felix Raimundo-52/+62
2017-05-07Improve `thread::panicking` documentaion.Felix Raimundo-0/+12
2017-05-07fix typoFelix Raimundo-2/+2
2017-05-07Better example for `thread::unpark`.Felix Raimundo-5/+12
2017-05-07Add `park` info to `unpark`.Felix Raimundo-1/+8
2017-05-07Add link to the module doc in `park_timeout`.Felix Raimundo-1/+2
2017-05-07Add a link to `park` in the `park_timeout` doc.Felix Raimundo-6/+9
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