| Age | Commit message (Expand) | Author | Lines |
| 2016-12-19 | Rollup merge of #38433 - GuillaumeGomez:thread_docs, r=frewsxcv | Seo Sanghyeon | -24/+38 |
| 2016-12-19 | Rollup merge of #38421 - apasel422:issue-36934, r=alexcrichton | Seo Sanghyeon | -328/+328 |
| 2016-12-19 | Rollup merge of #38397 - frewsxcv:platform-specific-process-exit, r=alexcrichton | Seo Sanghyeon | -0/+17 |
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -3/+2 |
| 2016-12-18 | Document platform-specific differences for `std::process::exit`. | Corey Farwell | -0/+17 |
| 2016-12-18 | Fix Windows | Seo Sanghyeon | -3/+2 |
| 2016-12-18 | Add missing urls for thread doc module | Guillaume Gomez | -24/+38 |
| 2016-12-16 | Address fallout | Aaron Turon | -4/+4 |
| 2016-12-16 | Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc` | Andrew Paseltiner | -328/+328 |
| 2016-12-15 | Stabilize std::io::Take::into_inner | Aaron Turon | -3/+1 |
| 2016-12-15 | Stabilize std::os::unix::process::CommandExt::before_exec | Aaron Turon | -1/+1 |
| 2016-12-15 | Stabilize std::sync::mpsc::Receiver::try_iter | Aaron Turon | -3/+3 |
| 2016-12-15 | Stabilize std::os::*::fs::FileExt | Aaron Turon | -10/+10 |
| 2016-12-14 | Merge branch 'master' into redox | Jeremy Soller | -10/+78 |
| 2016-12-12 | Fix tidy checks | Jeremy Soller | -1/+2 |
| 2016-12-12 | Merge branch 'master' into redox | Jeremy Soller | -329/+1933 |
| 2016-12-12 | Fix accidental removal of import | Jeremy Soller | -0/+1 |
| 2016-12-12 | Rollback prefix | Jeremy Soller | -9/+4 |
| 2016-12-12 | Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisa | Corey Farwell | -1/+58 |
| 2016-12-12 | Rollup merge of #37941 - Cobrand:docfix-issue-37915, r=GuillaumeGomez | Corey Farwell | -9/+20 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -4/+4 |
| 2016-12-09 | Auto merge of #38197 - mneumann:dragonfly-fixes-2016-12-06, r=alexcrichton | bors | -7/+2 |
| 2016-12-08 | Auto merge of #38146 - kali:master, r=alexcrichton | bors | -2/+15 |
| 2016-12-07 | Rollup merge of #38186 - frewsxcv:default, r=GuillaumeGomez | Guillaume Gomez | -0/+4 |
| 2016-12-07 | Rollup merge of #38153 - GuillaumeGomez:typo, r=bluss | Guillaume Gomez | -1/+1 |
| 2016-12-07 | Rollup merge of #38151 - GuillaumeGomez:exit-examples, r=frewsxcv | Guillaume Gomez | -0/+8 |
| 2016-12-07 | Rollup merge of #38123 - GuillaumeGomez:panic_doc, r=frewsxcv | Guillaume Gomez | -2/+104 |
| 2016-12-07 | Improve and fix mpsc documentation | Cobrand | -9/+20 |
| 2016-12-07 | Auto merge of #38149 - bluss:is-empty, r=alexcrichton | bors | -0/+3 |
| 2016-12-06 | Add doc comment for `Default` `impl` on `DefaultHasher`. | Corey Farwell | -0/+4 |
| 2016-12-06 | Auto merge of #38017 - arthurprs:hm-extend, r=bluss | bors | -11/+16 |
| 2016-12-06 | Fix current_exe() on DragonFly (again) | Michael Neumann | -7/+2 |
| 2016-12-06 | Smarter HashMap/HashSet extend | arthurprs | -11/+16 |
| 2016-12-05 | Auto merge of #38098 - luser:windows-commandext, r=alexcrichton | bors | -2/+84 |
| 2016-12-04 | Add missing examples for panicking objects | Guillaume Gomez | -2/+104 |
| 2016-12-04 | std: Forward ExactSizeIterator::is_empty for Args, ArgsOs iterators | Ulrik Sverdrup | -0/+3 |
| 2016-12-04 | Fix small typo | Guillaume Gomez | -1/+1 |
| 2016-12-04 | Add more examples to UpdSocket | Guillaume Gomez | -1/+58 |
| 2016-12-03 | Add examples for exit function | Guillaume Gomez | -0/+8 |
| 2016-12-03 | Rollup merge of #38141 - GuillaumeGomez:component_doc, r=frewsxcv | Corey Farwell | -1/+11 |
| 2016-12-03 | Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcv | Corey Farwell | -0/+88 |
| 2016-12-03 | Rollup merge of #38020 - GuillaumeGomez:udp-socket-doc, r=frewsxcv | Corey Farwell | -11/+215 |
| 2016-12-03 | Rollup merge of #37859 - GuillaumeGomez:net_examples, r=nagisa | Corey Farwell | -0/+158 |
| 2016-12-03 | fix objc ABI in std::env::args | Mathieu Poumeyrol | -2/+15 |
| 2016-12-02 | Add Component examples | Guillaume Gomez | -1/+11 |
| 2016-12-02 | Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichton | bors | -238/+689 |
| 2016-12-01 | std::process fuchsia support cleanup | Theodore DeRego | -34/+26 |
| 2016-12-01 | Auto merge of #38018 - sourcefrog:doc, r=alexcrichton | bors | -0/+8 |
| 2016-11-30 | Cleanup env | Jeremy Soller | -4/+5 |
| 2016-12-01 | Auto merge of #37573 - ruuda:faster-cursor, r=alexcrichton | bors | -2/+20 |