| Age | Commit message (Expand) | Author | Lines |
| 2018-03-29 | Ignore stack-probes tests on powerpc/s390x too | Josh Stone | -0/+5 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+1 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -0/+48 |
| 2018-03-29 | Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakis | bors | -70/+18 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -70/+18 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -13/+75 |
| 2018-03-28 | Rollup merge of #49442 - GuillaumeGomez:text-overlap, r=QuietMisdreavus | kennytm | -12/+12 |
| 2018-03-28 | Rollup merge of #49428 - cuviper:llvm6-target_feature, r=alexcrichton | kennytm | -1/+5 |
| 2018-03-28 | Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomez | kennytm | -0/+58 |
| 2018-03-28 | Auto merge of #49394 - cramertj:stable-match-bindings, r=nikomatsakis | bors | -201/+18 |
| 2018-03-28 | Fix text overlap | Guillaume Gomez | -12/+12 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -201/+18 |
| 2018-03-28 | Auto merge of #49383 - nox:scalarpair, r=eddyb | bors | -0/+6 |
| 2018-03-28 | Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavus | bors | -0/+46 |
| 2018-03-27 | rustdoc: Add test for foreign impl trait with bounds | Manish Goregaokar | -0/+58 |
| 2018-03-27 | Enable target_feature on any LLVM 6+ | Josh Stone | -1/+5 |
| 2018-03-28 | Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm | kennytm | -5/+3 |
| 2018-03-27 | Add extra test for expressions and fix typo in message | matthew | -2/+8 |
| 2018-03-27 | Auto merge of #49305 - SimonSapin:fallible, r=sfackler | bors | -5/+3 |
| 2018-03-27 | Rollup merge of #49369 - petrochenkov:rprint, r=oli-obk | kennytm | -8/+0 |
| 2018-03-27 | Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavus | kennytm | -0/+26 |
| 2018-03-27 | Rollup merge of #49223 - GuillaumeGomez:propose-variant-for-E0599, r=cramertj | kennytm | -0/+4 |
| 2018-03-27 | Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton | bors | -0/+100 |
| 2018-03-26 | Remove an unnecessary/incorrect match in the expression check function | matthew | -3/+9 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -5/+3 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -8/+0 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -168/+25 |
| 2018-03-26 | Check for known but incorrect attributes | matthew | -0/+36 |
| 2018-03-26 | Allow niche-filling dataful variants to be represented as a ScalarPair | Anthony Ramine | -0/+6 |
| 2018-03-26 | Remove library feature test | Mark Mansi | -17/+0 |
| 2018-03-26 | Fix e0658 ui test | Mark Mansi | -7/+12 |
| 2018-03-26 | update test | Mark Mansi | -7/+7 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -49/+2 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -94/+10 |
| 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 | fix tests | gnzlbg | -2/+3 |
| 2018-03-26 | set min-llvm-version 6.0, ignore-emscripten | gnzlbg | -0/+4 |
| 2018-03-26 | add tests | gnzlbg | -0/+95 |
| 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 |