| Age | Commit message (Expand) | Author | Lines |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -0/+38 |
| 2018-03-26 | Auto merge of #49255 - cramertj:stable-impl-trait, r=nikomatsakis | bors | -171/+52 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -117/+46 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -59/+11 |
| 2018-03-26 | Auto merge of #49351 - pthariensflame:patch-1, r=oli-obk | bors | -2/+2 |
| 2018-03-26 | Auto merge of #49297 - scottmcm:offset-from, r=dtolnay | bors | -0/+30 |
| 2018-03-25 | Modify tests | Alexander Ronald Altman | -2/+2 |
| 2018-03-25 | pgo: Move the tests to run-make-fulldeps, and make the profile file be in the... | Emilio Cobos Álvarez | -2/+2 |
| 2018-03-25 | librustc_trans: Mark some profiler symbols as exported to avoid LTO removing ... | Emilio Cobos Álvarez | -0/+19 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -1/+1 |
| 2018-03-25 | Test that pgo-gen works properly. | Emilio Cobos Álvarez | -0/+19 |
| 2018-03-25 | Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichton | bors | -0/+237 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -98/+8 |
| 2018-03-25 | Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkov | kennytm | -0/+37 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -94/+70 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -19/+40 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -15/+68 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -0/+399 |
| 2018-03-23 | Add a codegen test for exact_div intrinsic | Scott McMurray | -0/+30 |
| 2018-03-24 | Auto merge of #48552 - kennytm:lower-unstable-priority, r=nikomatsakis | bors | -9/+157 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -3/+37 |
| 2018-03-24 | Fix test for PR #49268 | Hidehito Yabuuchi | -11/+4 |
| 2018-03-24 | Filed a proper tracking issue. | kennytm | -1/+1 |
| 2018-03-24 | Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. | kennytm | -4/+4 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -0/+154 |
| 2018-03-24 | Provide a proper span when demanding for the return type of `box x`. | kennytm | -9/+3 |
| 2018-03-24 | Fix error annotations in test | Hidehito Yabuuchi | -2/+2 |
| 2018-03-24 | Better diagnostics for '..' pattern fragment not in the last position | Hidehito Yabuuchi | -0/+44 |
| 2018-03-23 | Test fixes | Alex Crichton | -0/+8 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -7/+7 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -2/+269 |
| 2018-03-23 | Rollup merge of #49295 - csmoe:nll_test_48238, r=alexcrichton | Alex Crichton | -0/+30 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -1/+41 |
| 2018-03-23 | Rollup merge of #49169 - sanxiyn:doc-only, r=aturon | Alex Crichton | -0/+2 |
| 2018-03-23 | Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obk | Alex Crichton | -9/+44 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -2/+1 |
| 2018-03-23 | Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov | Alex Crichton | -65/+164 |
| 2018-03-23 | Rollup merge of #48883 - alexcrichton:wasm-custom-sections, r=nikomatsakis | Alex Crichton | -0/+411 |
| 2018-03-23 | Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton | Alex Crichton | -0/+23 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -30/+22 |
| 2018-03-23 | Fixed issues with incremental tests. | David Wood | -1/+1 |
| 2018-03-23 | Updated MIR with UserAssertTy in mir-opt tests. | David Wood | -2/+5 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -98/+8 |
| 2018-03-23 | add test for issue-48238 | csmoe | -0/+30 |
| 2018-03-22 | Added flag to disable user type assertion. | David Wood | -0/+1 |
| 2018-03-22 | Updated test with expected error message. | David Wood | -2/+16 |
| 2018-03-22 | Added initial test for #47184 | David Wood | -0/+16 |
| 2018-03-22 | permit `'_` and `&T` in impl headers | Niko Matsakis | -0/+357 |
| 2018-03-22 | add new test for `dyn<Trait + '_>` used in a struct | Niko Matsakis | -0/+42 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -2/+147 |