| Age | Commit message (Expand) | Author | Lines |
| 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-28 | Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm | kennytm | -5/+3 |
| 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 | 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 | 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 |
| 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 | Fix impl assoc constant link not working | Guillaume Gomez | -0/+26 |
| 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 | Add test for `impl Trait` in argument position | Shotaro Yamada | -0/+46 |
| 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 |