about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-26Introduce `into_inner` method on `std::io::Take`.Corey Farwell-0/+27
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
2016-08-23Implement more traits for `std::io::ErrorKind`Tobias Bucher-6/+6
2016-08-22Rollup merge of #35842 - apasel422:typo, r=GuillaumeGomezJonathan Turner-2/+2
2016-08-22Auto merge of #35871 - bluss:cstring-new, r=alexcrichtonbors-0/+1
2016-08-21Use the kernel arc4rand for FreeBSD OsRng.Aaron Gallagher-1/+52
2016-08-21Reduce duplication in std::sys::unix::rand.Aaron Gallagher-29/+25
2016-08-21cstring: avoid excessive growth just to 0-terminateUlrik Sverdrup-0/+1
2016-08-20Rollup merge of #35775 - frewsxcv:os-str-doc-examples, r=GuillaumeGomezJonathan Turner-0/+32
2016-08-20Rollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnikJonathan Turner-5/+5
2016-08-19Fix typos in unix/rwlock.rsAndrew Paseltiner-2/+2
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-24/+23
2016-08-19Document that Condvar makes the best effort to use monotonic clock.Tomasz Miąsko-0/+8
2016-08-18Add a FusedIterator trait.Steven Allen-3/+55
2016-08-18Add a few doc examples for `std::ffi::OsStr`.Corey Farwell-0/+32
2016-08-18Fix linksNick Cameron-5/+5
2016-08-17Rollup merge of #35621 - frewsxcv:cstring-from-vec-doc, r=peschkajJonathan Turner-0/+11
2016-08-17Rollup merge of #35613 - matthew-piziak:array-docs-trait-justification, r=ste...Jonathan Turner-3/+8
2016-08-17Rollup merge of #35610 - JessRudder:33637-doc-update-for-str-representaton, r...Jonathan Turner-0/+4
2016-08-16Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichtonbors-6/+13
2016-08-14Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brsonEduard-Mihai Burtescu-8/+9
2016-08-14Rollup merge of #35444 - alexcrichton:optimize-catch-unwind, r=brsonEduard-Mihai Burtescu-36/+68
2016-08-14Rollup merge of #34941 - qolop:patch-2, r=apasel422Eduard-Mihai Burtescu-2/+2
2016-08-12provide additional justification for array interface designMatthew Piziak-3/+8
2016-08-12Update note to include recommendation to use `.as_slice()`JessRudder-1/+2
2016-08-12Add doc example for `std::ffi::CString::from_vec_unchecked`.Corey Farwell-0/+11
2016-08-11Fix typoPatrick McCann-1/+1
2016-08-11Add note to docs for &str that example is to demo internals onlyJessRudder-0/+3
2016-08-11std: Optimize panic::catch_unwind slightlyAlex Crichton-36/+68
2016-08-11Rollup merge of #35569 - pietroalbini:fix-typo, r=steveklabnikJonathan Turner-1/+1
2016-08-11Rollup merge of #35482 - frewsxcv:patch-31, r=GuillaumeGomezJonathan Turner-17/+9
2016-08-11Auto merge of #34866 - cynicaldevil:panic-counter, r=alexcrichtonbors-23/+40
2016-08-10Auto merge of #35525 - jonathandturner:rollup, r=jonathandturnerbors-7/+6
2016-08-10Added an update_panic_count function to handle access to PANIC_COUNTNikhil Shagrithaya-23/+28