summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-09-24Rollup merge of #44625 - frewsxcv:frewsxcv-raii-stdin, r=QuietMisdreavusGuillaume Gomez-8/+24
2017-09-23Simplify implementation of Display and Error for convert::Infallible.Jimmy Cuadra-1/+2
2017-09-23docs improvement std::sync::{PoisonError, TryLockError}Lucas Morales-2/+55
2017-09-23Auto merge of #44436 - MicroJoe:master, r=alexcrichtonbors-0/+23
2017-09-23Rollup merge of #44778 - lucasem:master, r=estebankCorey Farwell-13/+120
2017-09-23Rollup merge of #44759 - durka:patch-43, r=steveklabnikCorey Farwell-3/+3
2017-09-23Rollup merge of #44712 - oconnor663:copy_test, r=GuillaumeGomezCorey Farwell-1/+2
2017-09-23Rollup merge of #44648 - Havvy:doc-size_of, r=dtolnayCorey Farwell-0/+8
2017-09-22std::sync::RwLock docs improvementLucas Morales-13/+120
2017-09-22Auto merge of #44624 - tmerr:master, r=sfacklerbors-3/+24
2017-09-21impl std::error::Error for convert::Infallible.Jimmy Cuadra-0/+7
2017-09-21Add note about being blocked on input.Corey Farwell-1/+2
2017-09-21Remove platform-specific terminology.Corey Farwell-6/+3
2017-09-21improve english in create_dir_all docsAlex Burka-3/+3
2017-09-20Document stable size_of primitives and pointer size guaranteesHavvy-0/+8
2017-09-20Auto merge of #44525 - aidanhs:aphs-no-null-deref, r=alexcrichtonbors-15/+23
2017-09-20fix an incorrect assertion in the doc example for `std::io::copy`Jack O'Connor-1/+2
2017-09-19Rollup merge of #44703 - GuillaumeGomez:missing-io-links, r=QuietMisdreavusGuillaume Gomez-4/+6
2017-09-19Rollup merge of #44513 - redox-os:master, r=alexcrichtonGuillaume Gomez-26/+186
2017-09-19Add some missing links in io docsGuillaume Gomez-4/+6
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-1/+7
2017-09-18Rollup merge of #44651 - bluss:document-thread-name-no-nuls, r=steveklabnikAlex Crichton-0/+7
2017-09-18Rollup merge of #44537 - oli-obk:memchr, r=alexcrichtonAlex Crichton-6/+4
2017-09-18Rollup merge of #44466 - clarcharr:cow_error, r=alexcrichtonAlex Crichton-0/+15
2017-09-17Remove st_mode maskTrevor Merrifield-3/+3
2017-09-17Add test case for unix permissionsTrevor Merrifield-0/+21
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-3/+6
2017-09-17Add `<*const T>::align_offset` and use it in `memchr`Oliver Schneider-6/+4
2017-09-17Rollup merge of #44647 - tmerr:fix-44645, r=dtolnayTim Neumann-2/+5
2017-09-17Rollup merge of #44639 - budziq:stabilize_needs_drop, r=dtolnayTim Neumann-1/+0
2017-09-17Rollup merge of #44622 - frewsxcv:frewsxcv-invalid-link, r=QuietMisdreavusTim Neumann-1/+1
2017-09-17std: Document thread builder panics for nul bytes in thread namesUlrik Sverdrup-0/+7
2017-09-17Ensure tcp test case passes when disconnected from networkTrevor Merrifield-2/+5
2017-09-16Fix network familiesJeremy Soller-2/+2
2017-09-16Rollup merge of #44609 - jonhoo:hash-alloc, r=steveklabnikAlex Crichton-0/+6
2017-09-16Rollup merge of #44395 - jcdyer:ip-constructors, r=alexcrichtonAlex Crichton-1/+89
2017-09-16stabilized needs_drop (fixes #41890)Michal Budzynski-1/+0
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-0/+13
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-0/+13
2017-09-15Expand some of the std{in,out,err} usages.Corey Farwell-8/+14
2017-09-15Indicate how ChildStd{in,out,err} FDs are closed.Corey Farwell-0/+12
2017-09-15Retain suid/sgid/sticky bits in Metadata.permissionsTrevor Merrifield-3/+3
2017-09-15Fix incorrect `into_inner` link in docs.Corey Farwell-1/+1
2017-09-15HashMap::new and HashSet::new do not allocateJon Gjengset-0/+6
2017-09-14Rollup merge of #44563 - budziq:stablilize_tcpstream_connect_timeout, r=alexc...Corey Farwell-1/+1
2017-09-14Rollup merge of #44541 - GuillaumeGomez:openoptions-docs, r=QuietMisdreavusCorey Farwell-5/+23
2017-09-14Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcvCorey Farwell-16/+9
2017-09-14Rollup merge of #44378 - frehberg:rustdoc, r=dtolnayCorey Farwell-13/+41
2017-09-14Add unstable attributes for Ipv?Addr constructors.J. Cliff Dyer-5/+17
2017-09-14stabilize tcpstream_connect_timeout (closes #43079)Michal Budzynski-1/+1