about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2016-08-10Added a shim around rust_panic to update panic counterNikhil Shagrithaya-1/+11
2016-08-10Refactored code to access TLS only in case of panicNikhil Shagrithaya-9/+11
2016-08-10Clarify std::os::unix::net::SocketAddr::is_unnamed's docstringPietro Albini-1/+1
2016-08-10Fix docs typo in std::os::unix::net::SocketAddr::is_unnamedPietro Albini-1/+1
2016-08-10[emscripten] Disable code paths that don't work on emscriptenJan-Erik Rediger-8/+9
2016-08-09Auto merge of #35426 - frewsxcv:os-sys-env-args-phantoms, r=alexcrichtonbors-6/+7
2016-08-09Auto merge of #35425 - apasel422:refcell, r=alexcrichtonbors-0/+16
2016-08-08Implement `RefCell::{try_borrow, try_borrow_mut}`Andrew Paseltiner-0/+16
2016-08-08Rollup merge of #35371 - mgattozzi:master, r=steveklabnikJonathan Turner-7/+6
2016-08-08Remove unnecessary `main` functions in doc examples.Corey Farwell-17/+9
2016-08-07Rollup merge of #35436 - frewsxcv:into-vec, r=GuillaumeGomezJonathan Turner-0/+9
2016-08-07Rollup merge of #35433 - mneumann:dragonfly-fix-libstd-errno-location, r=alex...Jonathan Turner-0/+1
2016-08-07Utilize `PhantomData` to enforce `!Sync` and `!Send` field.Corey Farwell-6/+7
2016-08-06Auto merge of #35378 - Amanieu:rwlock_eagain, r=alexcrichtonbors-1/+3
2016-08-06Add doc example for `std::ffi::NulError::into_vec`.Corey Farwell-0/+9
2016-08-06Fix build on DragonFly (unused function errno_location)Michael Neumann-0/+1
2016-08-06Rollup merge of #34916 - tbu-:pr_comment_on_seek_cast, r=GuillaumeGomezEduard-Mihai Burtescu-4/+8
2016-08-05Handle RwLock reader count overflowAmanieu d'Antras-1/+3
2016-08-05Comment on the casts in the `seek` implementations on filesTobias Bucher-4/+8
2016-08-05Update HashMap docs regarding DoS protectionMichael Gattozzi-7/+6
2016-08-05Rollup merge of #35239 - dns2utf8:doc_park_timeout, r=steveklabnikGuillaume Gomez-1/+25
2016-08-05Rollup merge of #35182 - frewsxcv:nulerror, r=steveklabnikGuillaume Gomez-0/+12
2016-08-05Rollup merge of #35175 - frewsxcv:tcp, r=GuillaumeGomezGuillaume Gomez-1/+10
2016-08-05Rollup merge of #35109 - GuillaumeGomez:io_docs, r=steveklabnikGuillaume Gomez-2/+222
2016-08-05Rollup merge of #35076 - GuillaumeGomez:file_type_docs, r=steveklabnikGuillaume Gomez-1/+59
2016-08-04Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariantThomas Garcia-6/+13
2016-08-03Add link to replacement functionStefan Schindler-1/+6
2016-08-03Add an example to `std::thread::park_timeout`Stefan Schindler-0/+19
2016-08-03Add doc examples for FileType structGuillaume Gomez-1/+59
2016-08-02Add doc example for `std::ffi::NulError::nul_position`.Corey Farwell-0/+12
2016-08-02Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brsonbors-2/+2
2016-08-01Link to relevant method/struct for `std::net::Shutdown` docs.Corey Farwell-1/+5
2016-08-01Indicate where the `std::net::Incoming` struct is created.Corey Farwell-0/+5
2016-07-31Use monotonic time with condition variables.Tomasz Miąsko-9/+74