| Age | Commit message (Expand) | Author | Lines |
| 2017-06-02 | Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -613/+183 |
| 2017-06-02 | Auto merge of #42189 - nikomatsakis:chalk-trait-env-param-env, r=eddyb | bors | -1038/+1571 |
| 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 |
| 2017-06-02 | Auto merge of #42128 - kennytm:travis-folder, r=alexcrichton | bors | -19/+250 |
| 2017-06-02 | Expands `detach` documentation in `thread::JoinHande`. | Felix Raimundo | -3/+28 |
| 2017-06-02 | Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton | bors | -0/+285 |
| 2017-06-02 | Auto merge of #41418 - hirschenberger:prefetch-intrinsic, r=nagisa | bors | -1/+143 |
| 2017-06-02 | Rewrite `Receiver::try_iter` doc example to show resulting values. | Corey Farwell | -8/+13 |
| 2017-06-02 | Rewrite `Receiver::iter` doc example to show resulting values. | Corey Farwell | -6/+8 |
| 2017-06-01 | Add [[T]] -> [T] examples to SliceConcatExt docs | Matt Brubeck | -0/+2 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -533/+63 |
| 2017-06-01 | fix ui reference | Niko Matsakis | -1/+1 |
| 2017-06-01 | fix librustc_driver tests | Niko Matsakis | -16/+14 |
| 2017-06-01 | pacify the mercilous tidy | Niko Matsakis | -29/+52 |
| 2017-06-01 | ergonomic improvements to the methods in infcx | Niko Matsakis | -297/+434 |
| 2017-06-01 | remove `layout_cache` and fix `-Z print-type-sizes` | Niko Matsakis | -200/+240 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -383/+694 |
| 2017-06-02 | ci: Further tone down the test verbosity. | kennytm | -7/+16 |
| 2017-06-02 | ci: Improve log output (mainly Travis). | kennytm | -10/+218 |
| 2017-06-02 | Added --color flag to compiletest. | kennytm | -2/+16 |
| 2017-06-01 | rewrite layout to take a (param-env, ty) pair instead of infcx | Niko Matsakis | -212/+225 |
| 2017-06-01 | move projection mode into parameter environment | Niko Matsakis | -99/+110 |
| 2017-06-01 | Syntax highlight rust code in librustc/dep_graph/README.md | bjorn3 | -1/+1 |
| 2017-06-01 | rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array` | Oliver Middleton | -22/+12 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -2147/+1479 |
| 2017-06-01 | Don't byteswap Fingerprints when encoding | James Cowgill | -19/+1 |
| 2017-06-01 | Auto merge of #42263 - alexcrichton:fix-copies, r=Mark-Simulacrum | bors | -84/+178 |
| 2017-06-01 | Adding support for the llvm `prefetch` intrinsic | Falco Hirschenberger | -1/+143 |
| 2017-06-01 | tests: fix fallout from changing the span of binop errors. | Eduard-Mihai Burtescu | -24/+19 |
| 2017-06-01 | tests: fix fallout from empowering unused_allocation in comparisons. | Eduard-Mihai Burtescu | -16/+16 |
| 2017-06-01 | rustc: adjust the RHS of comparison operators instead of assuming autorefs. | Eduard-Mihai Burtescu | -320/+114 |
| 2017-06-01 | rustc: decompose Adjustment into a vector of adjustment steps. | Eduard-Mihai Burtescu | -850/+676 |
| 2017-06-01 | rustc: move autoref and unsize from Adjust::DerefRef to Adjustment. | Eduard-Mihai Burtescu | -304/+290 |
| 2017-06-01 | rustc: replace autoderefs' use of MethodCallee with OverloadedDeref. | Eduard-Mihai Burtescu | -164/+261 |
| 2017-06-01 | rustc: remove unused TypeFolder methods. | Eduard-Mihai Burtescu | -47/+0 |
| 2017-06-01 | rustc: replace method_map with Def::Method and node_substs entries. | Eduard-Mihai Burtescu | -119/+120 |
| 2017-06-01 | rustc: remove unnecessary ItemSubsts wrapper. | Eduard-Mihai Burtescu | -95/+27 |
| 2017-06-01 | rustc: avoid using MethodCallee's signature where possible. | Eduard-Mihai Burtescu | -163/+147 |
| 2017-06-01 | rustc: replace TyFnDef in MethodCallee with just the FnSig. | Eduard-Mihai Burtescu | -135/+88 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -705/+518 |
| 2017-06-01 | rustc: remove unused field of mc::Categorization::Deref. | Eduard-Mihai Burtescu | -64/+61 |