| Age | Commit message (Expand) | Author | Lines |
| 2017-07-01 | Auto merge of #43002 - SergioBenitez:more-io-inner-stable, r=BurntSushi | bors | -15/+5 |
| 2017-07-01 | Auto merge of #42991 - sfackler:unstable-rangeargument, r=alexcrichton | bors | -2/+0 |
| 2017-06-30 | Stabilize 'more_io_inner_methods' feature. | Sergio Benitez | -15/+5 |
| 2017-06-30 | Rollup merge of #42925 - tbu-:pr_document_file_open_errors, r=GuillaumeGomez | Guillaume Gomez | -9/+30 |
| 2017-06-30 | Fix long line | Ian Douglas Scott | -1/+2 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -2/+0 |
| 2017-06-29 | Fix Redox build, apparently broken by #42687 | Ian Douglas Scott | -1/+5 |
| 2017-06-29 | redox: symlink and readlink | Ian Douglas Scott | -4/+12 |
| 2017-06-29 | Rollup merge of #42955 - matklad:doc-path, r=steveklabnik | Ariel Ben-Yehuda | -6/+7 |
| 2017-06-29 | Rollup merge of #42884 - stepancheg:set-env-run-pass, r=alexcrichton | Ariel Ben-Yehuda | -81/+1 |
| 2017-06-29 | Auto merge of #42848 - ids1024:redox-fix, r=sfackler | bors | -3/+2 |
| 2017-06-28 | Document that `/` works as separator on Windows | Aleksey Kladov | -6/+7 |
| 2017-06-28 | Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton | bors | -14/+6 |
| 2017-06-28 | Add links to the `ErrorKind` variants in errors of `open` | Tobias Bucher | -11/+16 |
| 2017-06-28 | Auto merge of #42431 - nagisa:core-float-2, r=alexcrichton | bors | -34/+16 |
| 2017-06-27 | Document possible `io::ErrorKind`s of `fs::open` | Tobias Bucher | -9/+25 |
| 2017-06-26 | Rollup merge of #42905 - casey:casey-utf8-null-doc, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-06-25 | Reword OsStr docs to clarify that utf8 may contain nulls | Casey Rodarmor | -1/+1 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -0/+2 |
| 2017-06-24 | Stabilize ThreadId | Steven Fackler | -8/+2 |
| 2017-06-24 | Stabilize OsString::shrink_to_fit | Steven Fackler | -3/+1 |
| 2017-06-24 | Stabilize Command::envs | Steven Fackler | -3/+1 |
| 2017-06-24 | Move global vars changing tests into run-pass | Stepan Koltsov | -81/+1 |
| 2017-06-24 | Auto merge of #42854 - razielgn:relaxed-debug-constraints-on-maps-iterators, ... | bors | -2/+2 |
| 2017-06-24 | Auto merge of #42687 - alexcrichton:windows-tls, r=sfackler | bors | -109/+140 |
| 2017-06-23 | rustc: Enable #[thread_local] for Windows | Alex Crichton | -109/+140 |
| 2017-06-23 | Rollup merge of #42822 - ChrisMacNaughton:guard-traits, r=alexcrichton | Mark Simulacrum | -0/+21 |
| 2017-06-23 | Rollup merge of #42783 - ids1024:redox-env, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-06-23 | Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}. | Federico Ravasio | -2/+2 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -45/+76 |
| 2017-06-22 | Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3 | Ian Douglas Scott | -3/+2 |
| 2017-06-22 | Fix NaN handling in is_sign_negative/positive | Simonas Kazlauskas | -34/+16 |
| 2017-06-22 | Ensure Guard types impl Display & Debug | Chris MacNaughton | -0/+21 |
| 2017-06-22 | Auto merge of #42824 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-06-22 | Rollup merge of #42799 - leodasvacas:impl-clone-for-default-hasher, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-06-22 | Auto merge of #42798 - stepancheg:args-debug, r=sfackler | bors | -2/+59 |
| 2017-06-21 | Rollup merge of #42620 - wesleywiser:compile_error, r=brson | Corey Farwell | -0/+10 |
| 2017-06-21 | Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichton | Corey Farwell | -5/+0 |
| 2017-06-21 | Impl Clone for DefaultHasher | Leonardo Yvens | -1/+1 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -2/+59 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -269/+215 |
| 2017-06-21 | Update version numbers for From impls | Oliver Middleton | -3/+3 |
| 2017-06-21 | Convert Intos to Froms. | Clar Charr | -9/+9 |
| 2017-06-20 | Redox: Use create() instead of open() when setting env variable | Ian Douglas Scott | -1/+1 |
| 2017-06-20 | Rollup merge of #42749 - frewsxcv:frewsxcxv/doc-examples, r=QuietMisdreavus | Corey Farwell | -0/+172 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-06-20 | Add a couple doc additional examples for `env::join_paths`. | Corey Farwell | -0/+29 |
| 2017-06-20 | Add doc example for `CString::from_raw`. | Corey Farwell | -0/+21 |
| 2017-06-20 | Add doc example for `FromBytesWithNulError`. | Corey Farwell | -0/+8 |
| 2017-06-20 | Add doc example for `NulError`. | Corey Farwell | -0/+8 |