| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-04-16 | Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea... | Jeremy Soller | -9/+18 |
| 2017-04-15 | Cleaned up throughout std::path's docs | lukaramu | -47/+78 |
| 2017-04-15 | Rollup merge of #41311 - tedsta:fuchsia_error_codes, r=eddyb | Corey Farwell | -34/+43 |
| 2017-04-15 | Auto merge of #41286 - lukaramu:std-collections-docs, r=frewsxcv | bors | -92/+195 |
| 2017-04-14 | Update magenta error codes | Theodore DeRego | -34/+43 |
| 2017-04-14 | Auto merge of #41122 - palango:mod-desc-floats, r=frewsxcv | bors | -2/+6 |
| 2017-04-13 | Various consistency and phrasing fixes in std::collections' docs | lukaramu | -14/+11 |
| 2017-04-13 | Various fixes throughout std::collections' docs | lukaramu | -66/+88 |
| 2017-04-13 | Update std::collections' docs to use iterator (etc.) boilerplate | lukaramu | -14/+98 |
| 2017-04-12 | Auto merge of #41008 - sagebind:thread_id, r=alexcrichton | bors | -24/+13 |
| 2017-04-12 | Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez | Tim Neumann | -4/+4 |
| 2017-04-12 | Auto merge of #40765 - pirate:patch-3, r=aturon | bors | -0/+11 |
| 2017-04-12 | Minor nits in primitive str | projektir | -4/+4 |
| 2017-04-11 | Rollup merge of #41204 - remexre:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-04-11 | Improve module description for std::f32 and std::f64. | Paul Lange | -2/+6 |
| 2017-04-11 | Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichton | bors | -3/+3 |
| 2017-04-10 | Fixes incorrect formatting in array's documentation. | Nathaniel Ringo | -1/+1 |
| 2017-04-10 | Auto merge of #41103 - projektir:channel_error_docs, r=GuillaumeGomez | bors | -51/+87 |
| 2017-04-09 | Minor fix to mutex example | Geoffry Song | -1/+1 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -3/+3 |