| Age | Commit message (Expand) | Author | Lines |
| 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-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-12-01 | Auto merge of #37573 - ruuda:faster-cursor, r=alexcrichton | bors | -2/+20 |
| 2016-11-30 | Document that Process::command will search the PATH | Martin Pool | -0/+8 |
| 2016-11-30 | Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch... | Theodore DeRego | -32/+45 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Move small-copy optimization into <&[u8] as Read> | Ruud van Asseldonk | -2/+20 |
| 2016-11-30 | Move small-copy optimization into copy_from_slice | Ruud van Asseldonk | -15/+3 |
| 2016-11-30 | Add small-copy optimization for io::Cursor | Ruud van Asseldonk | -3/+15 |
| 2016-11-29 | Add missing examples for IpAddr enum | Guillaume Gomez | -0/+88 |
| 2016-11-27 | Auto merge of #38019 - sourcefrog:doc-separator, r=frewsxcv | bors | -1/+3 |
| 2016-11-27 | Auto merge of #38022 - arthurprs:micro-opt-hm, r=bluss | bors | -18/+21 |
| 2016-11-27 | Use displacement instead of initial bucket in HashMap code | arthurprs | -18/+21 |
| 2016-11-27 | Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcv | bors | -3/+118 |
| 2016-11-27 | Add examples for TcpListener struct | Guillaume Gomez | -3/+118 |
| 2016-11-26 | Auto merge of #38004 - GuillaumeGomez:tcp_stream_doc, r=frewsxcv | bors | -8/+185 |
| 2016-11-26 | Add part of missing UdpSocket's urls and examples | Guillaume Gomez | -11/+215 |
| 2016-11-26 | Clearer description of std::path::MAIN_SEPARATOR. | Martin Pool | -1/+3 |
| 2016-11-26 | Rollup merge of #38010 - frewsxcv:lock-creations, r=GuillaumeGomez | Seo Sanghyeon | -1/+22 |
| 2016-11-26 | Rollup merge of #38001 - vickenty:patch-1, r=steveklabnik | Seo Sanghyeon | -2/+2 |
| 2016-11-26 | Rollup merge of #37985 - frewsxcv:completed-fixme, r=petrochenkov | Seo Sanghyeon | -1/+1 |
| 2016-11-26 | Rollup merge of #37978 - fkjogu:master, r=sfackler | Seo Sanghyeon | -5/+5 |
| 2016-11-26 | Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcv | Seo Sanghyeon | -0/+84 |
| 2016-11-25 | Document how the `MutexGuard` structure is created. | Corey Farwell | -1/+8 |
| 2016-11-25 | Document how the `RwLockWriteGuard` structure is created. | Corey Farwell | -0/+7 |
| 2016-11-25 | Document how the `RwLockReadGuard` structure is created. | Corey Farwell | -0/+7 |
| 2016-11-25 | Add missing urls and examples to TcpStream | Guillaume Gomez | -8/+185 |
| 2016-11-25 | Follow our own recommendations in the examples | Vickenty Fesunov | -2/+2 |
| 2016-11-24 | Remove completed FIXME. | Corey Farwell | -1/+1 |
| 2016-11-24 | Define `bound` argument in std::sync::mpsc::sync_channel | fkjogu | -5/+5 |
| 2016-11-23 | std: make compilation of libpanic_unwind optional via a Cargo feature | Jorge Aparicio | -2/+3 |
| 2016-11-23 | Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact... | Theodore DeRego | -868/+940 |
| 2016-11-23 | Add missing examples to SocketAddrV6 | Guillaume Gomez | -0/+84 |
| 2016-11-23 | Add ::1 example in IPv6 to IPv4 conversion | Guillaume Gomez | -15/+44 |
| 2016-11-23 | Rollup merge of #37925 - jtdowney:env-args-doc-links, r=steveklabnik | Guillaume Gomez | -5/+13 |
| 2016-11-23 | Rollup merge of #37913 - GuillaumeGomez:socket-v4, r=frewsxcv | Guillaume Gomez | -0/+46 |
| 2016-11-22 | Whoops :| s/update/unwrap/ | Theodore DeRego | -1/+1 |
| 2016-11-22 | Cleaned up and appeased the linter | Theodore DeRego | -77/+30 |
| 2016-11-22 | Fuchsia support for std::process via liblaunchpad. | Theodore DeRego | -5/+426 |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+85 |
| 2016-11-22 | Add missing examples for Ipv6Addr | Guillaume Gomez | -0/+129 |
| 2016-11-21 | Add some internal docs links for Args/ArgsOs | John Downey | -5/+13 |
| 2016-11-21 | Auto merge of #37677 - jsen-:master, r=alexcrichton | bors | -8/+26 |
| 2016-11-21 | Add missing examples for SocketAddrV4 | Guillaume Gomez | -0/+46 |