| Age | Commit message (Expand) | Author | Lines |
| 2017-09-06 | Rollup merge of #44351 - lu-zero:master, r=nikomatsakis | Mark Simulacrum | -0/+123 |
| 2017-09-06 | Rollup merge of #44328 - mcomstock:from-str-doc-fix, r=steveklabnik | Mark Simulacrum | -1/+0 |
| 2017-09-06 | Rollup merge of #44327 - Eh2406:FIXME#12808, r=aturon | Mark Simulacrum | -2/+1 |
| 2017-09-06 | Rollup merge of #44326 - Eh2406:FIXME#44590, r=arielb1 | Mark Simulacrum | -3/+2 |
| 2017-09-06 | Rollup merge of #44325 - nielsegberts:master, r=steveklabnik | Mark Simulacrum | -20/+25 |
| 2017-09-06 | Rollup merge of #44321 - jakllsch:jakllsch-4f2d6c87-2674-43e4-9c5f-2415136e6b... | Mark Simulacrum | -1/+4 |
| 2017-09-06 | Rollup merge of #44319 - est31:master, r=eddyb | Mark Simulacrum | -11/+20 |
| 2017-09-06 | Rollup merge of #44317 - Dushistov:master, r=arielb1 | Mark Simulacrum | -0/+13 |
| 2017-09-06 | Rollup merge of #44315 - kallisti5:epoch-doc-example-squashed, r=GuillaumeGomez | Mark Simulacrum | -0/+11 |
| 2017-09-06 | Rollup merge of #44313 - RalfJung:book, r=nikomatsakis | Mark Simulacrum | -9/+0 |
| 2017-09-06 | Rollup merge of #44303 - clarcharr:debugs, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-09-06 | Rollup merge of #44296 - zmanian:patch-1, r=steveklabnik | Mark Simulacrum | -2/+2 |
| 2017-09-06 | Rollup merge of #44277 - mattico:test-33185, r=nikomatsakis | Mark Simulacrum | -0/+26 |
| 2017-09-06 | Rollup merge of #44276 - mattico:test-35376, r=alexcrichton | Mark Simulacrum | -0/+51 |
| 2017-09-06 | Rollup merge of #44218 - SimonSapin:commit-hash, r=alexcrichton | Mark Simulacrum | -20/+70 |
| 2017-09-06 | Rollup merge of #44206 - MarkMcCaskey:master, r=steveklabnik | Mark Simulacrum | -3/+1 |
| 2017-09-06 | Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushi | Mark Simulacrum | -0/+113 |
| 2017-09-06 | add in a "paranoid" trait bound | Niko Matsakis | -0/+34 |
| 2017-09-07 | Add visibility to span for macros 2.0 | topecongiro | -5/+5 |
| 2017-09-06 | Implement named threads on Windows | Joshua Sheard | -7/+17 |
| 2017-09-06 | Use memalign instead of posix_memalign for Solaris | bgermann | -2/+2 |
| 2017-09-06 | Auto merge of #43975 - RalfJung:gcc, r=alexcrichton | bors | -31/+34 |
| 2017-09-06 | hir::print: fix parenthesization of exprs | Stuart Pernsteiner | -38/+180 |
| 2017-09-06 | rustdoc: Don't counts ids twice when using --enable-commonmark | Oliver Middleton | -2/+6 |
| 2017-09-06 | better explanatory comment for the pprust-expr-roundtrip test | Stuart Pernsteiner | -0/+18 |
| 2017-09-06 | pprust: fix parenthesization of exprs | Stuart Pernsteiner | -101/+417 |
| 2017-09-06 | Auto merge of #43849 - QuietMisdreavus:foreign-impls, r=steveklabnik | bors | -14/+86 |
| 2017-09-06 | Reintroduce the early returns | Oliver Schneider | -4/+9 |
| 2017-09-06 | Fix a bug in the inliner | Oliver Schneider | -1/+2 |
| 2017-09-06 | Suggest changing literals instead of calling methods (fixes #44307) | Oliver Schneider | -1/+71 |
| 2017-09-06 | Reduce false positives number in rustdoc html diff | Guillaume Gomez | -3/+7 |
| 2017-09-05 | rustc: Attempt to handle super long linker invocations | Alex Crichton | -6/+316 |
| 2017-09-05 | Remove trailing white space | Zaki Manian | -1/+1 |
| 2017-09-05 | Fix ownership issues | Jacob Kiesel | -1/+3 |
| 2017-09-05 | Remove unneeded copy | Jacob Kiesel | -1/+2 |
| 2017-09-05 | bootstrap: avoid m4 -B for NetBSD-built sparc64 OpenSSL | Jonathan A. Kollasch | -0/+5 |
| 2017-09-05 | bootstrap: add openssl config for sparc64-unknown-netbsd | Jonathan A. Kollasch | -0/+5 |
| 2017-09-05 | Include rustc in the default `./x.py install` | Josh Stone | -1/+1 |
| 2017-09-06 | Fixup some nits from #44238 | Nick Cameron | -80/+22 |
| 2017-09-05 | Add support for Vector Sum Saturated on PowerPC | Luca Barbato | -0/+12 |
| 2017-09-05 | Add support for Vector Sum Across Partial 1/4 Saturated on PowerPC | Luca Barbato | -0/+29 |
| 2017-09-05 | Add support for Vector Sum Across Partial 1/2 Saturated on PowerPC | Luca Barbato | -0/+12 |
| 2017-09-05 | remove tests for doc(masked) | QuietMisdreavus | -45/+0 |
| 2017-09-05 | Clarify failure condition on tests | Alex Crichton | -3/+3 |
| 2017-09-05 | update `doc_masked` docs and tracking issue | QuietMisdreavus | -2/+5 |
| 2017-09-05 | add feature gate doc_masked and tests | QuietMisdreavus | -0/+87 |
| 2017-09-05 | new attribute #[doc(masked)] to hide internal crates from std docs | QuietMisdreavus | -18/+76 |
| 2017-09-05 | use - for unstable book filenames | Jon Gjengset | -0/+0 |
| 2017-09-05 | Make git commit info optional and per-package in channel manifests | Simon Sapin | -10/+33 |
| 2017-09-05 | Avoid weird or_insert_with example | Jon Gjengset | -6/+2 |