| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2017-04-09 | Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnik | bors | -2/+3 |
| 2017-04-09 | Auto merge of #41095 - clarcharr:as_extras, r=alexcrichton | bors | -0/+6 |
| 2017-04-08 | Adding links around Sender/SyncSender/Receiver errors; Adding more documentat... | projektir | -51/+87 |
| 2017-04-07 | fix build errors | Nick Sweeting | -2/+3 |
| 2017-04-07 | Add as_c_str. | Clar Charr | -0/+6 |
| 2017-04-07 | Rollup merge of #41120 - clarcharr:c_str_transmute, r=alexcrichton | Corey Farwell | -2/+3 |
| 2017-04-06 | Remove some CStr transmutes. | Clar Charr | -2/+3 |
| 2017-04-06 | Rollup merge of #41111 - ollie27:docs_markdown_fix, r=GuillaumeGomez | Corey Farwell | -23/+40 |
| 2017-04-06 | Rollup merge of #41090 - rap2hpoutre:patch-2, r=steveklabnik | Corey Farwell | -0/+21 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -23/+40 |
| 2017-04-06 | Auto merge of #41039 - alexcrichton:process-poll, r=nagisa | bors | -13/+9 |