| Age | Commit message (Expand) | Author | Lines |
| 2017-06-08 | Auto merge of #42500 - hsivonen:neon, r=japaric | bors | -391/+391 |
| 2017-06-08 | Auto merge of #42489 - eddyb:untyped-stmts, r=nikomatsakis | bors | -35/+9 |
| 2017-06-08 | Auto merge of #42443 - tommyip:better_closure_msg, r=nikomatsakis | bors | -6/+116 |
| 2017-06-08 | Auto merge of #42481 - brson:wingnu, r=alexcrichton | bors | -9/+11 |
| 2017-06-08 | Auto merge of #42522 - frewsxcv:rollup, r=frewsxcv | bors | -32/+119 |
| 2017-06-07 | Rollup merge of #42512 - Keruspe:master, r=alexcrichton | Corey Farwell | -10/+16 |
| 2017-06-07 | Rollup merge of #42510 - mbrubeck:docs, r=QuietMisdreavus | Corey Farwell | -1/+1 |
| 2017-06-07 | Rollup merge of #42497 - qnighy:just-use-try-in-three-places, r=eddyb | Corey Farwell | -12/+3 |
| 2017-06-07 | Rollup merge of #42490 - gaurikholkar:master, r=eddyb | Corey Farwell | -9/+39 |
| 2017-06-07 | Rollup merge of #42470 - frewsxcv:frewsxcv/ffi-cstr-doc-examples, r=QuietMisd... | Corey Farwell | -0/+60 |
| 2017-06-08 | Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton | bors | -12/+31 |
| 2017-06-07 | Auto merge of #42447 - alexcrichton:update-cargo, r=petrochenkov | bors | -76/+46 |
| 2017-06-07 | Cover all cases in closure errors | Tommy Ip | -5/+12 |
| 2017-06-07 | update git2 | Marc-Antoine Perennou | -10/+16 |
| 2017-06-07 | Update docs to say iterator instead of range | Matt Brubeck | -1/+1 |
| 2017-06-07 | Auto merge of #42378 - steveklabnik:rustdoc-docs, r=frewsxcv | bors | -0/+500 |
| 2017-06-07 | Update Cargo | Alex Crichton | -76/+46 |
| 2017-06-07 | Auto merge of #42486 - eddyb:issue-39882, r=nikomatsakis | bors | -6/+20 |
| 2017-06-07 | Auto merge of #42482 - eddyb:issue-42467, r=nikomatsakis | bors | -0/+39 |
| 2017-06-07 | indentation fixes | gaurikholkar | -2/+2 |
| 2017-06-07 | Change `llvm.neon.*` to `llvm.arm.neon.*` in the mapping for platform intrinsics | Henri Sivonen | -391/+391 |
| 2017-06-07 | Auto merge of #42480 - eddyb:issue-42463, r=nikomatsakis | bors | -2/+48 |
| 2017-06-07 | Auto merge of #42494 - frewsxcv:rollup, r=frewsxcv | bors | -123/+149 |
| 2017-06-07 | Replace some matches with try. | Masaki Hara | -12/+3 |
| 2017-06-06 | Rollup merge of #42485 - Mark-Simulacrum:skip-no-doc, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-06-06 | Rollup merge of #42469 - citizen428:document-assert-macros, r=steveklabnik | Corey Farwell | -5/+13 |
| 2017-06-06 | Rollup merge of #42466 - wesleywiser:fix_42407, r=arielb1 | Corey Farwell | -0/+1 |
| 2017-06-06 | Rollup merge of #42438 - king6cong:master, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-06-06 | Rollup merge of #42429 - venkatagiri:llvm_config, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-06-06 | Rollup merge of #42415 - stephen-lazaro:Issue29094, r=arielb1 | Corey Farwell | -6/+6 |
| 2017-06-06 | Rollup merge of #42409 - bjorn3:patch-3, r=frewsxcv | Corey Farwell | -110/+118 |
| 2017-06-07 | Auto merge of #42133 - cuviper:stdio-from, r=alexcrichton | bors | -8/+156 |
| 2017-06-06 | Add conversions from File and Child* handles to Stdio | Josh Stone | -8/+156 |
| 2017-06-06 | Fix setting PATH during linkage on windows-gnu | Brian Anderson | -9/+11 |
| 2017-06-06 | Auto merge of #42361 - GuillaumeGomez:error-codes, r=arielb1 | bors | -3/+32 |
| 2017-06-07 | Changing error message for interior mutability, adding ui test | gaurikholkar | -9/+39 |
| 2017-06-06 | Statements do not have types. | Eduard-Mihai Burtescu | -35/+9 |
| 2017-06-06 | rustc_typeck: do not overlap a borrow of TypeckTables with method lookup. | Eduard-Mihai Burtescu | -2/+48 |
| 2017-06-06 | rustc_trans: do not store pair fields if they are ZSTs. | Eduard-Mihai Burtescu | -6/+20 |
| 2017-06-06 | Skip printing for skipped doc tests. | Mark Simulacrum | -1/+1 |
| 2017-06-06 | rustc: T: 'empty always holds forall T. | Eduard-Mihai Burtescu | -0/+39 |
| 2017-06-06 | Auto merge of #42247 - durka:patch-41, r=arielb1 | bors | -0/+33 |
| 2017-06-06 | Auto merge of #42437 - Mark-Simulacrum:skip-no-doc, r=alexcrichton | bors | -16/+15 |
| 2017-06-06 | Auto merge of #42436 - ollie27:win_spawn_name, r=alexcrichton | bors | -8/+59 |
| 2017-06-06 | Group closure context ui tests | Tommy Ip | -4/+4 |
| 2017-06-06 | Add additional ui tests for issue 26046 | Tommy Ip | -0/+38 |
| 2017-06-06 | Update closure errors to emit context for FnMut | Tommy Ip | -7/+12 |
| 2017-06-06 | Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavus | bors | -7/+25 |
| 2017-06-05 | Add doc example for `CString::as_bytes`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::as_bytes_with_nul`. | Corey Farwell | -0/+10 |