| Age | Commit message (Expand) | Author | Lines |
| 2017-02-18 | Rollup merge of #39928 - GuillaumeGomez:env_func_urls, r=frewsxcv | Guillaume Gomez | -4/+11 |
| 2017-02-18 | Rollup merge of #39862 - stjepang:fix-wording-localkey, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2017-02-18 | Add missing urls for env functions | Guillaume Gomez | -4/+11 |
| 2017-02-17 | Follow rename of mx_handle_wait Magenta syscalls | Raph Levien | -3/+7 |
| 2017-02-16 | Resize hashmap when long probes are detected | arthurprs | -12/+105 |
| 2017-02-15 | simplify home_dir by removing unnecessary getpwuid_r wrapper | Shawn Walker-Salas | -18/+9 |
| 2017-02-15 | Rollup merge of #39861 - retep998:small-fix, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-02-15 | Rollup merge of #39844 - king6cong:sys, r=alexcrichton | Corey Farwell | -6/+6 |
| 2017-02-15 | Rollup merge of #39839 - king6cong:refine-doc, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-02-16 | std::io::cursor: Fixed Seek so test passes. | Amos Onn | -10/+12 |
| 2017-02-15 | libstd needs update for pending libc change | Shawn Walker-Salas | -11/+0 |
| 2017-02-16 | std::io::cursor Added test for seeking beyond i64. | Amos Onn | -0/+37 |
| 2017-02-15 | Fix wording in LocalKey documentation | Stjepan Glavina | -3/+3 |
| 2017-02-15 | Fix parameter to GetUserProfileDirectoryW | Peter Atashian | -1/+1 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -514/+732 |
| 2017-02-15 | sys/mod doc update and mod import order adjust | king6cong | -6/+6 |
| 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 | make doc consistent with var name | king6cong | -1/+1 |
| 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-08 | Fix compilation on Redox | Jeremy Soller | -1/+13 |
| 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 |