| Age | Commit message (Expand) | Author | Lines |
| 2016-02-04 | Rollup merge of #31413 - tshepang:improve, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-02-04 | Rollup merge of #31412 - tshepang:add-trailing-commas, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-02-04 | Rollup merge of #31411 - tshepang:idiom, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-04 | Rollup merge of #31401 - frewsxcv:clarify-ascii, r=steveklabnik | Steve Klabnik | -0/+21 |
| 2016-02-04 | Rollup merge of #31396 - mbrubeck:grammar-stmts, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-02-04 | doc: Rust indents are 4-space wide by convention | Tshepang Lekhonkhobe | -3/+3 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -8/+183 |
| 2016-02-04 | Auto merge of #30759 - Manishearth:attr-tls, r=alexcrichton | bors | -23/+43 |
| 2016-02-04 | reference: add trailing commas | Tshepang Lekhonkhobe | -5/+5 |
| 2016-02-04 | reference: make the line a little more readable | Tshepang Lekhonkhobe | -2/+2 |
| 2016-02-04 | reference: explicit return at function end is not idiomatic | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -183/+192 |
| 2016-02-04 | Test for unsafe code in TLS macro | Manish Goregaokar | -0/+16 |
| 2016-02-04 | Stop using unsafe code in TLS macro expansion (fixes #30756) | Manish Goregaokar | -23/+27 |
| 2016-02-04 | Clarify scenario where AsciiExt appears to operate on non-ASCII | Corey Farwell | -0/+21 |
| 2016-02-04 | Auto merge of #31382 - DanielJCampbell:SaveSpans, r=nrc | bors | -8/+51 |
| 2016-02-04 | Allow dead code for `symlink_junction()` | Paul Dicker | -0/+2 |
| 2016-02-04 | drive-by doc fixes | Robin Kruppe | -6/+7 |
| 2016-02-04 | Enable unit tests for literals that overflow. I have no idea why this conditi... | Robin Kruppe | -7/+5 |
| 2016-02-04 | Prevent the immediate panic uncovered by #31109 and add a test. | Robin Kruppe | -8/+39 |
| 2016-02-04 | Add the kind of input from #31109 to the expensive tests (not run by default) | Robin Kruppe | -16/+43 |
| 2016-02-04 | Use the right target ratio in Algorithm M quickstart. | Robin Kruppe | -1/+1 |
| 2016-02-04 | Address nits on build/scope.rs | Simonas Kazlauskas | -101/+141 |
| 2016-02-04 | Translation part of drop panic recovery | Simonas Kazlauskas | -7/+66 |
| 2016-02-04 | Convert Drop statement into terminator | Simonas Kazlauskas | -161/+309 |
| 2016-02-04 | Remove the CallKind | Simonas Kazlauskas | -145/+53 |
| 2016-02-04 | Change successor{,_mut} to return a Vec | Simonas Kazlauskas | -28/+28 |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -69/+127 |
| 2016-02-04 | Auto merge of #31161 - sfackler:slice-to-socket-addrs, r=alexcrichton | bors | -0/+11 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -39/+87 |
| 2016-02-04 | Implement ToSocketAddrs for &[SocketAddr] | Steven Fackler | -0/+11 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -39/+87 |
| 2016-02-04 | Auto merge of #31378 - nagisa:target-man, r=alexcrichton | bors | -5/+1 |
| 2016-02-04 | Fix unclear make_mut docs | Richard Bradfield | -3/+3 |
| 2016-02-04 | Auto merge of #31326 - sdleffler:master, r=nikomatsakis | bors | -2/+71 |
| 2016-02-04 | test #[derive(FromPrimitive)] triggers custom-derive error | Alex Burka | -23/+4 |
| 2016-02-04 | Auto merge of #30962 - Amanieu:non_volatile_atomic, r=alexcrichton | bors | -2/+0 |
| 2016-02-03 | remove dead #[derive(FromPrimitive)] code | Alex Burka | -145/+0 |
| 2016-02-04 | Auto merge of #30796 - GuillaumeGomez:impl_box_error, r=alexcrichton | bors | -0/+11 |
| 2016-02-03 | Remove unneeded borrows and slices | Jeffrey Seyfried | -15/+15 |
| 2016-02-03 | Remove unneeded use of Cell | Jeffrey Seyfried | -6/+6 |
| 2016-02-03 | Refactor away resolve_item_by_name_in_lexical_scope | Jeffrey Seyfried | -45/+10 |
| 2016-02-03 | Refactor resolve_import_for_module | Jeffrey Seyfried | -77/+32 |
| 2016-02-03 | Refactor away resolve_module_in_lexical_scope | Jeffrey Seyfried | -34/+11 |
| 2016-02-03 | Refactor block_needs_anonymous_module | Jeffrey Seyfried | -19/+7 |
| 2016-02-03 | Refactor more functionality into record_import_use | Jeffrey Seyfried | -30/+15 |
| 2016-02-03 | Refactor resolve_item_in_lexical_scope | Jeffrey Seyfried | -56/+18 |
| 2016-02-03 | Improve detection of unused imports | Jeffrey Seyfried | -18/+24 |
| 2016-02-04 | Avoid quadratic growth of functions due to cleanups | Björn Steinbrink | -13/+71 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -38/+376 |