| Age | Commit message (Expand) | Author | Lines |
| 2017-09-07 | Auto merge of #44094 - alexcrichton:long-linkers, r=michaelwoerister | bors | -6/+316 |
| 2017-09-06 | Rollup merge of #44362 - oli-obk:patch-7, r=eddyb | Mark Simulacrum | -2/+8 |
| 2017-09-06 | Rollup merge of #44361 - oli-obk:lit_sugg, r=nikomatsakis | Mark Simulacrum | -1/+71 |
| 2017-09-06 | Rollup merge of #44354 - jakllsch:jakllsch-85453197-a0cc-43f6-8c55-7bce6c4a4e... | Mark Simulacrum | -0/+10 |
| 2017-09-06 | Rollup merge of #44353 - cuviper:install-rustc, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 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 | Auto merge of #43975 - RalfJung:gcc, r=alexcrichton | bors | -31/+34 |
| 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-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 | 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-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 | Make git commit info optional and per-package in channel manifests | Simon Sapin | -10/+33 |
| 2017-09-05 | disable gcc warnings | Ralf Jung | -2/+5 |
| 2017-09-05 | add "Implementations on Foreign Types" to the sidebar | QuietMisdreavus | -0/+11 |
| 2017-09-05 | if not showing default docs on an impl, autohide the items | QuietMisdreavus | -0/+9 |
| 2017-09-05 | rustdoc: add new "Implementations on Foreign Types" section to traits | QuietMisdreavus | -14/+66 |
| 2017-09-05 | factor out helper method | Niko Matsakis | -12/+14 |
| 2017-09-05 | Fix misdetection of upstream intercrate ambiguity. | Masaki Hara | -10/+15 |
| 2017-09-05 | Add downstream tests for intercrate ambiguity hints. | Masaki Hara | -0/+64 |
| 2017-09-05 | Print more detailed trait-ref for intercrate ambiguity. | Masaki Hara | -23/+50 |
| 2017-09-05 | Unify intercrate ambiguity emitters into a function. | Masaki Hara | -23/+22 |
| 2017-09-05 | Fix a very subtle mistake in a ui test. | Masaki Hara | -0/+1 |
| 2017-09-05 | Add tests for intercrate ambiguity hints. | Masaki Hara | -1/+89 |
| 2017-09-05 | Slightly modify hint messages. | Masaki Hara | -4/+4 |
| 2017-09-05 | Add hints when intercrate ambiguity causes overlap. | Masaki Hara | -22/+95 |
| 2017-09-05 | Auto merge of #44308 - eddyb:local-index, r=arielb1 | bors | -362/+319 |