| Age | Commit message (Expand) | Author | Lines |
| 2017-04-27 | Rollup merge of #41438 - projektir:mpsc_docs, r=steveklabnik | Corey Farwell | -29/+254 |
| 2017-04-26 | Adding links and examples for various mspc pages #29377 | projektir | -29/+254 |
| 2017-04-26 | Rollup merge of #41499 - steveklabnik:gh25164, r=alexcrichton | Ariel Ben-Yehuda | -0/+7 |
| 2017-04-26 | restructured docs for thread and added links | Christian Poveda | -13/+19 |
| 2017-04-26 | Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichton | bors | -0/+4 |
| 2017-04-26 | Address platform-specific behavior in TcpStream::shutdown | steveklabnik | -0/+7 |
| 2017-04-26 | Clean up TcpStream example | steveklabnik | -9/+8 |
| 2017-04-26 | added move | Christian Poveda | -1/+1 |
| 2017-04-25 | Rollup merge of #41518 - tbu-:pr_fix_cp_error, r=sfackler | Corey Farwell | -1/+1 |
| 2017-04-25 | Rollup merge of #41463 - SergioBenitez:master, r=alexcrichton | Corey Farwell | -0/+139 |
| 2017-04-25 | Rollup merge of #41442 - tbu-:pr_writeall_interrupted, r=aturon | Corey Farwell | -6/+16 |
| 2017-04-25 | rewrote the thread struct docs | Christian Poveda | -7/+12 |
| 2017-04-25 | Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. | kennytm | -0/+4 |
| 2017-04-24 | Add cautions to io::get_mut method documentation. | Sergio Benitez | -0/+8 |
| 2017-04-24 | Reference tracking issue for more_io_inner_methods. | Sergio Benitez | -5/+5 |
| 2017-04-24 | Add internal accessor methods to io::{Chain, Take}. | Sergio Benitez | -0/+131 |
| 2017-04-25 | Fix a copy-paste error in `Instant::sub_duration` | Tobias Bucher | -1/+1 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -397/+1 |
| 2017-04-22 | Remove unused import. | Corey Farwell | -1/+1 |
| 2017-04-22 | Fix invalid linkage | Guillaume Gomez | -4/+4 |
| 2017-04-21 | Rollup merge of #41426 - malbarbo:android-x86_64, r=alexcrichton | Corey Farwell | -0/+63 |
| 2017-04-21 | Rollup merge of #41376 - mbrubeck:docs, r=frewsxcv | Corey Farwell | -2/+15 |
| 2017-04-21 | Specify behavior of `write_all` for `ErrorKind::Interrupted` errors | Tobias Bucher | -6/+16 |
| 2017-04-20 | Remove float_extras | Josh Stone | -384/+0 |
| 2017-04-20 | Remove num::{Zero,One} | Josh Stone | -4/+0 |
| 2017-04-20 | Remove RefCell::borrow_state | Josh Stone | -1/+0 |
| 2017-04-20 | Remove OccupiedEntry::remove_pair | Josh Stone | -7/+0 |
| 2017-04-20 | Add x86_64-linux-android target | Marco A L Barbosa | -0/+63 |
| 2017-04-20 | Expanded docs and examples for PathBuf::file_name and friends | Matt Brubeck | -2/+15 |
| 2017-04-20 | Rollup merge of #40812 - mgattozzi:ChildDocs, r=steveklabnik | Corey Farwell | -11/+9 |
| 2017-04-20 | Rollup merge of #41390 - scottmcm:toowned-clone-into, r=alexcrichton | Corey Farwell | -1/+30 |
| 2017-04-19 | Rollup merge of #41380 - ollie27:stability, r=BurntSushi | Corey Farwell | -1/+1 |
| 2017-04-19 | Rollup merge of #41348 - lukaramu:std-path-docs, r=frewsxcv | Corey Farwell | -120/+257 |
| 2017-04-19 | Fix link for wait | Michael Gattozzi | -1/+1 |
| 2017-04-18 | Override ToOwned::clone_into for Path and OsStr | Scott McMurray | -1/+30 |
| 2017-04-18 | Fix a few stability attributes | Oliver Middleton | -1/+1 |
| 2017-04-18 | Rollup merge of #41364 - alexcrichton:less-backtrace-prune, r=petrochenkov | Corey Farwell | -80/+4 |
| 2017-04-18 | Rollup merge of #41353 - redox-os:master, r=alexcrichton | Corey Farwell | -9/+18 |
| 2017-04-18 | std: Back out backtrace pruning logic | Alex Crichton | -80/+4 |
| 2017-04-18 | Fix typos in std::path's docs | lukaramu | -4/+4 |
| 2017-04-18 | Allow us to remove masking in the future | est31 | -4/+4 |
| 2017-04-18 | Preserve sNaN payload when converting them to quiet NaNs | est31 | -14/+35 |
| 2017-04-18 | Convert sNaN to quiet NaN instead of returning errors | est31 | -24/+36 |
| 2017-04-18 | assert_ne and tracking issue | est31 | -5/+5 |
| 2017-04-18 | Add examples heading | est31 | -0/+8 |
| 2017-04-18 | Return Err(()) when trying to convert sNaN representation to float | est31 | -14/+34 |
| 2017-04-18 | Add functions to safely transmute float to int | est31 | -0/+103 |
| 2017-04-17 | Expand std::path::Display's docs | lukaramu | -1/+20 |
| 2017-04-17 | Restructure and redistribute std::path's module docs | lukaramu | -64/+55 |
| 2017-04-17 | Expand and add examples to std::path::{Prefix, PrefixComponent}'s docs | lukaramu | -10/+106 |