| Age | Commit message (Expand) | Author | Lines |
| 2017-06-05 | [fuchsia] Track change of mx_job_default | Raph Levien | -5/+1 |
| 2017-06-05 | Auto merge of #42383 - estebank:candidate-newline, r=arielb1 | bors | -169/+426 |
| 2017-06-04 | Auto merge of #42426 - arthurprs:io_error, r=sfackler | bors | -0/+1 |
| 2017-06-04 | Auto merge of #42362 - estebank:type, r=arielb1 | bors | -15/+97 |
| 2017-06-04 | Separate suggestion in a `help` and a `note` | Esteban Küber | -28/+51 |
| 2017-06-04 | Show trait method signature when impl differs | Esteban Küber | -15/+97 |
| 2017-06-04 | Auto merge of #42402 - citizen428:create-dump-mir-dir, r=Mark-Simulacrum | bors | -0/+1 |
| 2017-06-04 | inline io::Error creation from ErrorKind | arthurprs | -0/+1 |
| 2017-06-04 | Auto merge of #42406 - bjorn3:patch-1, r=eddyb | bors | -53/+55 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -83/+138 |
| 2017-06-04 | Auto merge of #41968 - kennytm:fix-unreadable-json-test-output-36516, r=nikom... | bors | -35/+250 |
| 2017-06-04 | Create directory for dump-mir-dir automatically | Michael Kohl | -0/+1 |
| 2017-06-04 | Auto merge of #42398 - redox-os:master, r=sfackler | bors | -3/+3 |
| 2017-06-03 | Auto merge of #42391 - photoszzt:master, r=Manishearth | bors | -16/+30 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -6/+52 |
| 2017-06-03 | Auto merge of #42369 - RalfJung:drop-glue, r=eddyb | bors | -9/+14 |
| 2017-06-03 | Module doc comment for librustc/dep_graph/safe.rs | bjorn3 | -0/+2 |
| 2017-06-03 | Make some comments docs in librustc/dep_graph/dep_node.rs | bjorn3 | -53/+53 |
| 2017-06-03 | Auto merge of #42334 - est31:master, r=jseyfried | bors | -19/+64 |
| 2017-06-03 | Auto merge of #42396 - venkatagiri:remove_lifetime_extn, r=arielb1 | bors | -142/+28 |
| 2017-06-03 | Auto merge of #42332 - michaelwoerister:no-more-retracing, r=nikomatsakis | bors | -350/+289 |
| 2017-06-03 | Auto merge of #42331 - retep998:standard-relocation-coupon, r=alexcrichton | bors | -17/+37 |
| 2017-06-03 | Rollup merge of #42382 - alexcrichton:remove-rustflags, r=Mark-Simulacrum | Corey Farwell | -6/+0 |
| 2017-06-03 | Rollup merge of #42368 - estebank:call-site, r=nikomatsakis | Corey Farwell | -7/+36 |
| 2017-06-03 | Rollup merge of #42363 - cuviper:no-fail-fast, r=alexcrichton | Corey Farwell | -31/+115 |
| 2017-06-03 | Rollup merge of #42354 - Mark-Simulacrum:reduce-verbosity, r=alexcrichton | Corey Farwell | -1/+6 |
| 2017-06-03 | Rollup merge of #42353 - steveklabnik:update-books, r=GuillaumeGomez | Corey Farwell | -0/+0 |
| 2017-06-02 | Switch to repr(C) for syscall structs | Jeremy Soller | -3/+3 |
| 2017-06-02 | Better suggestion for unknown method | zzhu | -16/+30 |
| 2017-06-02 | rustc: remove temporary lifetime extension by borrow hint | Venkata Giri Reddy | -142/+28 |
| 2017-06-02 | Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -613/+183 |
| 2017-06-02 | Add E0603 error code | Guillaume Gomez | -6/+52 |
| 2017-06-02 | Auto merge of #42189 - nikomatsakis:chalk-trait-env-param-env, r=eddyb | bors | -1038/+1571 |
| 2017-06-02 | Quiet tests on PR tests | Mark Simulacrum | -0/+5 |
| 2017-06-02 | Reduce sccache log level. | Mark Simulacrum | -1/+1 |
| 2017-06-02 | Use multiline note for trait suggestion | Esteban Küber | -167/+401 |
| 2017-06-02 | rustbuild: Remove RUSTFLAGS logic in rustc shim | Alex Crichton | -6/+0 |
| 2017-06-02 | rustbuild: Add `./x.py test --no-fail-fast` | Josh Stone | -31/+115 |
| 2017-06-02 | compiletest: Force directive to be first complete word in header comment. | kennytm | -30/+34 |
| 2017-06-02 | Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. | kennytm | -5/+216 |
| 2017-06-02 | Rollup merge of #42372 - frewsxcv:frewsxcv/improve-receiver-docs, r=QuietMisd... | Mark Simulacrum | -14/+21 |
| 2017-06-02 | Rollup merge of #42370 - mbrubeck:docs, r=frewsxcv | Mark Simulacrum | -0/+2 |
| 2017-06-02 | Rollup merge of #42360 - ollie27:rustdoc_vector_rename, r=GuillaumeGomez | Mark Simulacrum | -22/+12 |
| 2017-06-02 | Rollup merge of #42355 - bjorn3:patch-1, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 2017-06-02 | Rollup merge of #42343 - cuviper:install-executables, r=alexcrichton | Mark Simulacrum | -5/+5 |
| 2017-06-02 | Rollup merge of #42335 - jcowgill:fingerprint-be, r=michaelwoerister | Mark Simulacrum | -19/+1 |
| 2017-06-02 | Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakis | Mark Simulacrum | -1/+5 |
| 2017-06-02 | Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichton | Mark Simulacrum | -15/+45 |
| 2017-06-02 | Rollup merge of #42225 - brson:vs2017, r=alexcrichton | Mark Simulacrum | -533/+63 |
| 2017-06-02 | Rollup merge of #41981 - gamazeps:thread-detach, r=frewsxcv | Mark Simulacrum | -3/+28 |