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