about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-09-22Auto merge of #44624 - tmerr:master, r=sfacklerbors-3/+24
2017-09-20Auto merge of #44525 - aidanhs:aphs-no-null-deref, r=alexcrichtonbors-15/+23
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-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
2017-09-14Merge branch 'master' into threadnameJoshua Sheard-109/+690
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-46/+537
2017-09-13Add note for append method in OpenOptions docsGuillaume Gomez-0/+6
2017-09-13Add missing urls for OpenOptions docsGuillaume Gomez-5/+17
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-25/+31
2017-09-12Correctly bubble up errors from libbacktraceAidan Hobson Sayers-15/+23
2017-09-12Auto merge of #44344 - jonhoo:entry_or_default, r=BurntSushibors-0/+27
2017-09-11Fix tidy checksJeremy Soller-18/+44
2017-09-11Sync with upstream syscall libraryJeremy Soller-12/+146
2017-09-12rustdoc: extend UdpSocket API doc (#657)Frank Rehberger-13/+41
2017-09-10Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa...bors-21/+43
2017-09-10Add Cow<str> -> Box<Error> impls.Clar Charr-0/+15
2017-09-10Auto merge of #44474 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1/+6
2017-09-10Rollup merge of #44396 - joshlf:tls-comment, r=alexcrichtonGuillaume Gomez-0/+4
2017-09-10Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebankGuillaume Gomez-1/+2
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-16/+4
2017-09-09Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichtonbors-21/+48