about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-02-15Improve backtrace formating while panicking.Yamakaky-514/+732
2017-02-15Auto merge of #39594 - clarcharr:cstr_box, r=aturonbors-1/+184
2017-02-15Auto merge of #39560 - F001:retainHashMap, r=alexcrichtonbors-46/+182
2017-02-15Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichtonbors-3/+3
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-1/+184
2017-02-14Rollup merge of #39659 - zackw:asciiext-ctype, r=alexcrichtonCorey Farwell-0/+858
2017-02-13Add feature annotations to the doctests for ascii_ctype.Zack Weinberg-0/+20
2017-02-13Fix up linksSteve Klabnik-3/+3
2017-02-13Squeeze URL lines under 100 chars wide to make tidy happy.Zack Weinberg-7/+7
2017-02-12Rollup merge of #39662 - Henning-K:patch-1, r=frewsxcvGuillaume Gomez-1/+1
2017-02-10Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichtonCorey Farwell-23/+14
2017-02-10Change std::panicking::try::Data into a unionwhataloadofwhat-23/+14
2017-02-09Update set operations documentationJethro Beekman-7/+13
2017-02-08Rollup merge of #39649 - GuillaumeGomez:join_paths-url, r=frewsxcvCorey Farwell-4/+8
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+10
2017-02-09Fix missing article.Henning Kowalk-1/+1
2017-02-08sanitizer supportJorge Aparicio-0/+10
2017-02-09Fixed #39661Henning Kowalk-1/+1
2017-02-08Add equivalents of C's <ctype.h> functions to AsciiExt.Zack Weinberg-0/+838
2017-02-08Add missing urls on join_pathsGuillaume Gomez-4/+8
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-22/+21
2017-02-08std: Add retain method for HashMap and HashSetf001-46/+182
2017-02-07Rollup merge of #39621 - GuillaumeGomez:current_dir_docs, r=steveklabnikCorey Farwell-2/+5
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-97/+6
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-1/+5
2017-02-07Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichtonCorey Farwell-0/+29
2017-02-07Rollup merge of #38764 - Aaronepower:master, r=aturonCorey Farwell-0/+7
2017-02-07Add missing urls for current_dirGuillaume Gomez-2/+5
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-22/+21
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-97/+6
2017-02-05Ipv6Addr <-> u128Clar Charr-5/+38
2017-02-05Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichtonCorey Farwell-2/+17
2017-02-05Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichtonCorey Farwell-51/+53
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-16/+250
2017-02-05Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ...Corey Farwell-3/+20
2017-02-05Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichtonCorey Farwell-2/+29
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-16/+250
2017-02-04Rollup merge of #39506 - GuillaumeGomez:hashmap_docs, r=frewsxcvGuillaume Gomez-5/+12
2017-02-04Rollup merge of #39486 - phungleson:tiny-doc-wording-change, r=alexcrichtonGuillaume Gomez-1/+1
2017-02-04Use less syscalls in `FileDesc::set_{nonblocking,cloexec}`Tobias Bucher-2/+17
2017-02-03Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichtonbors-2/+0
2017-02-03Add missing urls in HashMapGuillaume Gomez-5/+12
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2017-02-04tiny doc wording changeSon-1/+1
2017-02-03Auto merge of #39418 - redox-os:redox_fs_ext, r=brsonbors-0/+10
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-7/+12
2017-02-02Fix build in cross-compilation scenariosVadim Petrochenkov-1/+1
2017-02-02rustbuild: Build jemalloc and libbacktrace only once (take 2)Vadim Petrochenkov-16/+10
2017-02-02Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichtonbors-22/+17
2017-01-31add From<(I, u16)> for SocketAddr where I: Into<IpAddr>Sean McArthur-2/+9