| Age | Commit message (Expand) | Author | Lines |
| 2017-07-12 | Rollup merge of #43136 - jgallag88:bufWriterDocs, r=steveklabnik | Mark Simulacrum | -1/+5 |
| 2017-07-12 | Rollup merge of #43100 - ids1024:stat2, r=aturon | Mark Simulacrum | -2/+17 |
| 2017-07-12 | Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnik | Mark Simulacrum | -0/+5 |
| 2017-07-12 | Auto merge of #42697 - Mark-Simulacrum:take-limit, r=aturon | bors | -0/+29 |
| 2017-07-11 | Redox: Use O_NOFOLLOW for lstat() | Ian Douglas Scott | -1/+5 |
| 2017-07-11 | stage0 fallback | Alex Burka | -0/+67 |
| 2017-07-11 | use :vis in thread_local! | Alex Burka | -30/+9 |
| 2017-07-11 | support pub(restricted) in thread_local! | Alex Burka | -32/+43 |
| 2017-07-11 | Fix @alexcrichton comments | Lee Bousfield | -9/+15 |
| 2017-07-11 | Wrap long line | Stefan Schindler | -1/+2 |
| 2017-07-11 | Allow setting the limit on std::io::Take. | Mark Simulacrum | -0/+29 |
| 2017-07-10 | Use LocalKey::try_with in std | Lee Bousfield | -22/+11 |
| 2017-07-10 | Add LocalKey::try_with as an alternative to state | Lee Bousfield | -0/+52 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -4/+4 |
| 2017-07-09 | Add warning to BufWriter documentation | John Gallagher | -1/+5 |
| 2017-07-09 | Auto merge of #43082 - ids1024:condvar2, r=alexcrichton | bors | -3/+1 |
| 2017-07-08 | Auto merge of #43104 - nbaksalyar:rustbuild-illumos-fix, r=sanxiyn | bors | -0/+4 |
| 2017-07-08 | Auto merge of #43072 - cuviper:linux-stack-guard, r=alexcrichton | bors | -15/+29 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -1/+1 |
| 2017-07-07 | Skip the main thread's manual stack guard on Linux | Josh Stone | -15/+29 |
| 2017-07-07 | Redox: Fix Condvar.wait(); do not lock mutex twice | Ian Douglas Scott | -3/+1 |
| 2017-07-07 | Auto merge of #43093 - rthomas:39791-hashmap, r=alexcrichton | bors | -0/+2 |
| 2017-07-07 | Fix Rustbuild linking on Illumos | Nikita Baksalyar | -0/+4 |
| 2017-07-06 | Implement TcpStream::connect_timeout | Steven Fackler | -2/+193 |
| 2017-07-06 | Redox: add stat methods(); support is_symlink() | Ian Douglas Scott | -2/+17 |
| 2017-07-06 | Add annotations to the resize fn #39791 | Ryan Thomas | -0/+2 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+1 |
| 2017-07-06 | Stabilize float_bits_conv | est31 | -9/+4 |
| 2017-07-06 | Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis | bors | -1/+1 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -54/+178 |
| 2017-07-05 | Be more specific about the implications of the panic! | Stefan Schindler | -1/+1 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -54/+178 |
| 2017-07-05 | Insert current implementation header | Stefan Schindler | -0/+2 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -1/+1 |
| 2017-07-04 | Auto merge of #43051 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -18/+27 |
| 2017-07-04 | Rollup merge of #42975 - ids1024:symlink2, r=aturon | Mark Simulacrum | -6/+15 |
| 2017-07-04 | Rollup merge of #42227 - ollie27:into_to_from, r=aturon | Mark Simulacrum | -12/+12 |
| 2017-07-04 | Auto merge of #43025 - est31:nan_cross_platform, r=BurntSushi | bors | -13/+24 |
| 2017-07-03 | Make sNaN removal code tolerate different sNaN encodings | est31 | -13/+24 |
| 2017-07-03 | Auto merge of #42976 - ids1024:redoxfix, r=sfackler | bors | -1/+5 |
| 2017-07-02 | Fix the test failure, add comment, and refactor a little bit | est31 | -2/+17 |
| 2017-07-02 | Output line column info when panicking | est31 | -17/+64 |
| 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 |