about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+4
2016-09-11Auto merge of #36369 - uweigand:s390x, r=alexcrichtonbors-6/+25
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-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
2016-08-29Fix illegal instruction caused by overflow in channel cloningKeith Yeung-4/+24
2016-08-29Implement TryFrom<u32> for charSimon Sapin-0/+7
2016-08-29Avoid using pthread_condattr_setclock on Android.Tomasz Miąsko-4/+4
2016-08-28Improve Demangling of Rust SymbolsChristopher Serr-19/+47
2016-08-27Clean code a bitGuillaume Gomez-12/+9
2016-08-27Auto merge of #35969 - bluss:memrchr-alignment, r=nagisabors-1/+23
2016-08-27fix cross compilation of stdJorge Aparicio-0/+11
2016-08-26Replace unnecessary uses of `TraitObject` with castsAndrew Paseltiner-18/+4
2016-08-25Auto merge of #35906 - jseyfried:local_prelude, r=eddybbors-205/+11
2016-08-25add a simple example for `thread::current()`Matthew Piziak-0/+18
2016-08-25Auto merge of #35884 - habnabit:freebsd-arc4rand, r=alexcrichtonbors-30/+77
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-205/+11
2016-08-24memrchr: Use a conditional instead of subtracting a complicated minUlrik Sverdrup-1/+1
2016-08-24memrchr: Correct aligned offset computationUlrik Sverdrup-1/+23
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-3/+3
2016-08-24Restore old ordering of `io::ErrorKind`sTobias Bucher-3/+4
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-3/+55