| Age | Commit message (Expand) | Author | Lines |
| 2018-05-28 | Auto merge of #51118 - nrc:update, r=oli-obk | bors | -58/+66 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -117/+447 |
| 2018-05-28 | Auto merge of #50612 - Zoxc:thin-slice, r=michaelwoerister | bors | -49/+133 |
| 2018-05-28 | Update RLS, Rustfmt, and Cargo | Nick Cameron | -58/+66 |
| 2018-05-28 | Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichton | bors | -8/+84 |
| 2018-05-27 | Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakis | bors | -22/+109 |
| 2018-05-27 | Auto merge of #51062 - mati865:cargo_update, r=alexcrichton | bors | -9/+6 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -22/+109 |
| 2018-05-27 | Auto merge of #51108 - simartin:issue_51022_follow-up, r=estebank | bors | -1/+10 |
| 2018-05-27 | Auto merge of #51078 - GuillaumeGomez:stabilize-formatter, r=SimonSapin | bors | -17/+18 |
| 2018-05-27 | Add fields to Slice | John Kåre Alsaker | -27/+19 |
| 2018-05-27 | Add assertions for TyS and TypeVariants sizes | John Kåre Alsaker | -0/+6 |
| 2018-05-27 | Make &Slice a thin pointer | John Kåre Alsaker | -48/+134 |
| 2018-05-27 | Address comments in pull request #51084. | Simon Martin | -1/+10 |
| 2018-05-27 | Auto merge of #51105 - uuttff8:master, r=GuillaumeGomez | bors | -2/+2 |
| 2018-05-27 | Stabilize Formatter alignment | Guillaume Gomez | -17/+18 |
| 2018-05-27 | Auto merge of #51101 - 11Takanori:fix-typo, r=frewsxcv | bors | -1/+1 |
| 2018-05-27 | Auto merge of #51084 - simartin:issue_51022, r=estebank | bors | -4/+24 |
| 2018-05-27 | lib.rs don't beautiful | uuttff8 | -2/+2 |
| 2018-05-27 | Ensure every unstable feature has a tracking issue. | kennytm | -42/+67 |
| 2018-05-27 | Auto merge of #51075 - estebank:and_the_case_of_the_confusable_float_exponent... | bors | -8/+45 |
| 2018-05-27 | Auto merge of #51066 - est31:master, r=sfackler | bors | -5/+5 |
| 2018-05-27 | innacurate -> inaccurate | Takanori Ishibashi | -1/+1 |
| 2018-05-27 | Issue #51022: Improve E0131 message when lifetimes are involved. | Simon Martin | -4/+24 |
| 2018-05-27 | Update cargo | Mateusz Mikuła | -9/+6 |
| 2018-05-26 | Auto merge of #51094 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -366/+817 |
| 2018-05-26 | Fix test | Esteban Küber | -11/+15 |
| 2018-05-26 | Point to the current box syntax tracking issue | est31 | -5/+5 |
| 2018-05-26 | Rollup merge of #51057 - pnkfelix:issue-51025-make-ui-tests-robust-wrt-nll, r... | Mark Simulacrum | -362/+725 |
| 2018-05-26 | Rollup merge of #51049 - varkor:break-while-condition, r=nikomatsakis | Mark Simulacrum | -4/+92 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -186/+208 |
| 2018-05-26 | Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkov | bors | -6/+98 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -46/+50 |
| 2018-05-26 | Auto merge of #51082 - kennytm:rollup, r=kennytm | bors | -295/+512 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -149/+167 |
| 2018-05-26 | Rollup merge of #51073 - dtolnay:empty, r=alexcrichton | kennytm | -7/+7 |
| 2018-05-26 | Rollup merge of #51070 - est31:fix_break_const_ice, r=estebank | kennytm | -2/+66 |
| 2018-05-26 | Rollup merge of #51067 - mcarton:patch-1, r=steveklabnik | kennytm | -2/+4 |
| 2018-05-26 | Rollup merge of #51065 - mbrubeck:docs, r=rkruppe | kennytm | -1/+1 |
| 2018-05-26 | Rollup merge of #51059 - oberien:patch-1, r=nikomatsakis | kennytm | -0/+7 |
| 2018-05-26 | Rollup merge of #51056 - tbu-:pr_once_new, r=dtolnay | kennytm | -11/+12 |
| 2018-05-26 | Rollup merge of #51048 - GuillaumeGomez:formatter-examples, r=QuietMisdreavus | kennytm | -3/+78 |
| 2018-05-26 | Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakis | kennytm | -26/+82 |
| 2018-05-26 | Rollup merge of #51034 - oli-obk:lowering, r=pnkfelix | kennytm | -215/+184 |
| 2018-05-26 | Rollup merge of #51014 - GuillaumeGomez:env_docs, r=QuietMisdreavus | kennytm | -2/+15 |
| 2018-05-26 | Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencov | kennytm | -26/+56 |
| 2018-05-26 | Auto merge of #51041 - alexcrichton:better-unwind, r=nikomatsakis | bors | -16/+46 |
| 2018-05-26 | Auto merge of #50364 - LukasKalbertodt:improve-duration-debug-impl, r=KodrAus | bors | -1/+246 |
| 2018-05-25 | in which we check for confusable Unicodepoints in float literal exponent | Zack M. Davis | -5/+38 |
| 2018-05-26 | Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddyb | bors | -1/+21 |