| Age | Commit message (Expand) | Author | Lines |
| 2017-03-04 | Build compiler-rt and sanitizers only once | Vadim Petrochenkov | -20/+12 |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -2/+0 |
| 2017-03-03 | Auto merge of #40189 - SimonSapin:one-width, r=alexcrichton | bors | -1/+1 |
| 2017-03-02 | Rollup merge of #40139 - tedsta:fuchsia_std_process_fix, r=alexcrichton | Corey Farwell | -27/+31 |
| 2017-03-02 | Rollup merge of #40081 - GuillaumeGomez:poison-docs, r=frewsxcv | Guillaume Gomez | -7/+22 |
| 2017-03-01 | Only keep one copy of the UTF8_CHAR_WIDTH table. | Simon Sapin | -1/+1 |
| 2017-02-28 | Rollup merge of #39960 - lukaramu:issue-39925, r=alexcrichton | Corey Farwell | -0/+14 |
| 2017-02-28 | std::process for fuchsia: updated to latest liblaunchpad | Theodore DeRego | -27/+31 |
| 2017-02-28 | Rollup merge of #40122 - robinst:process-add-example-for-writing-to-stdin, r=... | Corey Farwell | -0/+25 |
| 2017-02-28 | Rollup merge of #40033 - GuillaumeGomez:condvar-docs, r=frewsxcv | Corey Farwell | -16/+230 |
| 2017-02-28 | Add missing url in sync structs | Guillaume Gomez | -7/+22 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -515/+760 |
| 2017-02-27 | Example for how to provide stdin using std::process::Command | Robin Stocker | -0/+25 |
| 2017-02-26 | Also ignore std::panic | Yamakaky | -0/+3 |
| 2017-02-26 | Remove unused | Yamakaky | -1/+0 |
| 2017-02-26 | Fix tests on Windows in Debug configuration (#4) | Vadim Petrochenkov | -0/+6 |
| 2017-02-25 | typo | Yamakaky | -1/+1 |
| 2017-02-25 | Fix tests on ARM Linux (#3) | Vadim Petrochenkov | -1/+4 |
| 2017-02-25 | Rollup merge of #40024 - raphlinus:readdir, r=alexcrichton | Eduard-Mihai Burtescu | -14/+15 |
| 2017-02-25 | Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfackler | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | Rollup merge of #39988 - arthurprs:hm-adapt2, r=alexcrichton | Eduard-Mihai Burtescu | -23/+11 |
| 2017-02-25 | Rollup merge of #39961 - redox-os:redox, r=alexcrichton | Eduard-Mihai Burtescu | -1/+13 |
| 2017-02-25 | Rollup merge of #39914 - raphlinus:mx_handle_wait, r=alexcrichton | Eduard-Mihai Burtescu | -3/+7 |
| 2017-02-24 | Rollup merge of #40052 - GuillaumeGomez:sunc_docs, r=frewsxcv | Guillaume Gomez | -1/+3 |
| 2017-02-24 | Rollup merge of #40030 - matklad:stack-docs, r=alexcrichton | Guillaume Gomez | -3/+6 |
| 2017-02-24 | Rollup merge of #40010 - GuillaumeGomez:barrier-docs, r=frewsxcv | Guillaume Gomez | -7/+69 |
| 2017-02-23 | rposition() -> rev().position() (#2) | Vadim Petrochenkov | -1/+1 |
| 2017-02-23 | Fix tests on Windows (#1) | Vadim Petrochenkov | -40/+56 |
| 2017-02-23 | Add missing urls in MutexGuard docs | Guillaume Gomez | -1/+3 |
| 2017-02-23 | Add missing urls and examples for Condvar docs | Guillaume Gomez | -16/+230 |
| 2017-02-22 | Merge branch 'master' of https://github.com/rust-lang/rust into readdir | Raph Levien | -57/+83 |
| 2017-02-22 | Update name_bytes, scoop up latest libc | Raph Levien | -3/+3 |
| 2017-02-22 | Clarify thread::Builder::stack_size | Aleksey Kladov | -3/+6 |
| 2017-02-21 | Switch Fuchsia to readdir (instead of readdir_r) | Raph Levien | -11/+12 |
| 2017-02-21 | std: Relax UnwindSafe impl for Unique | Alex Crichton | -1/+1 |
| 2017-02-21 | Add missing urls and examples into Barrier structs | Guillaume Gomez | -7/+69 |
| 2017-02-21 | Get linkchecker clean | Steve Klabnik | -3/+3 |
| 2017-02-21 | Auto merge of #39874 - amosonn:master, r=alexcrichton | bors | -10/+49 |
| 2017-02-21 | changed stability annotations | lukaramu | -2/+2 |
| 2017-02-20 | Simplify adaptive hashmap | arthurprs | -23/+11 |
| 2017-02-20 | Rollup merge of #39976 - steveklabnik:reenable-book-linkchecker, r=frewsxcv | Corey Farwell | -3/+3 |
| 2017-02-20 | Rollup merge of #39937 - arthurprs:hm-adapt, r=frewsxcv | Corey Farwell | -5/+5 |
| 2017-02-20 | Revert "Fix up links" | Steve Klabnik | -3/+3 |
| 2017-02-19 | added Error and Display impl for std::ffi::FromBytesWithNulError | lukaramu | -0/+14 |
| 2017-02-19 | Auto merge of #39871 - binarycrusader:issue-39868, r=alexcrichton | bors | -29/+9 |
| 2017-02-18 | Fix spelling in comments | arthurprs | -5/+5 |
| 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 |