| Age | Commit message (Expand) | Author | Lines |
| 2017-03-10 | Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichton | Alex Crichton | -0/+25 |
| 2017-03-10 | Rollup merge of #40386 - tbu-:pr_display_frombyteswithnulerror, r=alexcrichton | Alex Crichton | -6/+40 |
| 2017-03-10 | OsString::shrink_to_fit. | Clar Charr | -0/+25 |
| 2017-03-10 | travis: Fuchsia builder | Petr Hosek | -3/+0 |
| 2017-03-09 | Distinguish the ways `CStr::from_bytes_with_nul` can fail | Tobias Bucher | -6/+40 |
| 2017-03-08 | Rollup merge of #40283 - oconnor663:args_docs, r=alexcrichton | Ariel Ben-Yehuda | -0/+8 |
| 2017-03-08 | Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichton | Ariel Ben-Yehuda | -24/+74 |
| 2017-03-05 | clarify docs for Args and ArgsOs | Jack O'Connor | -0/+8 |
| 2017-03-05 | cleanup: remove the *san Cargo features from std | Jorge Aparicio | -8/+4 |
| 2017-03-04 | Automate timestamp creation and build skipping for native libraries | Vadim Petrochenkov | -11/+4 |
| 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 | Reduce size overhead of adaptative hashmap | arthurprs | -24/+74 |
| 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 |