about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-09-13Fix Duration::checked_mul documentationEugene Bulkin-1/+1
2016-09-13Add checked operation methods to DurationEugene Bulkin-0/+162
2016-09-13Auto merge of #35021 - japaric:rustc-builtins, r=alexcrichtonbors-0/+5
2016-09-13Link test to compiler builtins and make unstableAlex Crichton-0/+1
2016-09-13Auto merge of #36264 - matklad:zeroing-cstring, r=alexcrichtonbors-3/+25
2016-09-13Rollup merge of #36402 - kmcallister:gh-29331-array-docs, r=GuillaumeGomezGuillaume Gomez-21/+65
2016-09-13Rollup merge of #36397 - SuperFluffy:bufwriter_unnecessary_cmp, r=aturonGuillaume Gomez-2/+1
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+4
2016-09-12Auto merge of #36019 - frewsxcv:take-into-inner, r=alexcrichtonbors-0/+27
2016-09-12Fixed issue #36387christopherdumas-3/+10
2016-09-11Use question_mark feature in libstd.Ahmed Charles-5/+4
2016-09-11Tweak array docsKeegan McAllister-21/+65
2016-09-11Auto merge of #36369 - uweigand:s390x, r=alexcrichtonbors-6/+25
2016-09-11Documentation for default types modifiedathulappadan-3/+3
2016-09-11Remove unnecessary `cmp::min` from BufWriter::writeRichard Janis Goldschmidt-2/+1
2016-09-11Documentation of what does for each typeathulappadan-0/+9
2016-09-10Rollup merge of #36314 - tshepang:not-needed, r=GuillaumeGomezGuillaume Gomez-2/+2
2016-09-10Rollup merge of #36311 - frewsxcv:instant-elapsed-example, r=GuillaumeGomezGuillaume Gomez-0/+12
2016-09-09Add s390x supportUlrich Weigand-6/+25
2016-09-08Auto merge of #36322 - uweigand:nonblocking, r=alexcrichtonbors-1/+1
2016-09-08Auto merge of #36048 - GuillaumeGomez:code_clean, r=brsonbors-12/+9
2016-09-08Fix testsStephen M. Coakley-2/+2
2016-09-07Add ThreadId for comparing threadsStephen M. Coakley-0/+40
2016-09-07Zero first byte of CString on dropAleksey Kladov-3/+25
2016-09-07Fix argument to FIONBIO ioctlUlrich Weigand-1/+1
2016-09-07Add doc example for `std::time::Instant::elapsed`.Corey Farwell-0/+12
2016-09-07doc: we got coercion going on here, so no need to be this explicitTshepang Lekhonkhobe-2/+2
2016-09-06Rollup merge of #36298 - GuillaumeGomez:hashmap_doc, r=steveklabnikJonathan Turner-18/+42
2016-09-06Rollup merge of #36263 - apasel422:scoped, r=steveklabnikJonathan Turner-20/+15
2016-09-06Add missing urlsggomez-18/+42
2016-09-04Auto merge of #36203 - petrochenkov:uvsdot, r=nrcbors-2/+3
2016-09-04Auto merge of #36144 - japaric:rustbuild-musl, r=alexcrichtonbors-1/+1
2016-09-04Clean up thread-local storage docsAndrew Paseltiner-20/+15
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-1/+2
2016-09-03Auto merge of #36104 - KiChjang:issue-35847, r=brsonbors-4/+24
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-0/+11
2016-09-01Auto merge of #35755 - SimonSapin:char_convert, r=alexcrichtonbors-0/+7
2016-08-31Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichtonJonathan Turner-2/+3
2016-08-31Rollup merge of #35786 - GuillaumeGomez:paths_doc, r=steveklabnikJonathan Turner-34/+149
2016-08-31Improve Path and PathBuf docsGuillaume Gomez-34/+149
2016-08-31Rollup merge of #36134 - tshepang:more-simple, r=steveklabnikJonathan Turner-8/+1
2016-08-31Rollup merge of #36101 - frewsxcv:debug-path-components, r=alexcrichtonJonathan Turner-0/+81
2016-08-30Implement `Debug` for `std::path::Iter`.Corey Farwell-0/+41
2016-08-30Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichtonbors-9/+82
2016-08-30Implement `Debug` for `std::path::Components`.Corey Farwell-0/+40
2016-08-30for mips-musl pass -ldl and co to the linkerJorge Aparicio-1/+1
2016-08-30rustbuild: fix building std for musl targetsJorge Aparicio-1/+1
2016-08-30Rollup merge of #35997 - matthew-piziak:thread-current-example, r=GuillaumeGomezGuillaume Gomez-0/+18
2016-08-30doc: make TcpListener example more simpleTshepang Lekhonkhobe-8/+1