| Age | Commit message (Expand) | Author | Lines |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -18/+122 |
| 2018-02-03 | Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakis | bors | -0/+33 |
| 2018-02-03 | Auto merge of #47962 - kennytm:rollup, r=kennytm | bors | -3/+76 |
| 2018-02-03 | Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis | bors | -86/+124 |
| 2018-02-02 | Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ... | kennytm | -2/+38 |
| 2018-02-02 | Rollup merge of #47914 - etaoins:improve-char-escape-in-lexer-msg, r=petroche... | kennytm | -1/+14 |
| 2018-02-02 | Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe... | kennytm | -0/+20 |
| 2018-02-02 | Rollup merge of #47829 - estebank:break-in-for, r=cramertj Suggest removing v... | kennytm | -0/+4 |
| 2018-02-02 | Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakis | bors | -29/+47 |
| 2018-02-02 | add ellided lifetime | dpc | -0/+33 |
| 2018-02-01 | Minimize weird spans involving macro context | Esteban Küber | -2/+38 |
| 2018-02-01 | Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1 | bors | -0/+162 |
| 2018-02-01 | Improve char escaping in lexer messages | Ryan Cumming | -1/+14 |
| 2018-02-01 | Rollup merge of #47895 - varkor:non-utf-stdin, r=estebank | kennytm | -0/+7 |
| 2018-01-31 | Use file containing non-UTF-8 character instead of echo -e | varkor | -1/+3 |
| 2018-01-31 | Add echo escape flag | varkor | -1/+1 |
| 2018-01-31 | Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakis | kennytm | -2/+20 |
| 2018-01-31 | Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichton | kennytm | -1/+1 |
| 2018-01-31 | Rollup merge of #47876 - GuillaumeGomez:associated-const-error, r=nikomatsakis | kennytm | -2/+5 |
| 2018-01-31 | Rollup merge of #47844 - CAD97:patch-1, r=estebank | kennytm | -0/+28 |
| 2018-01-31 | Rollup merge of #47838 - euclio:snakecase-suggestion, r=petrochenkov | kennytm | -12/+12 |
| 2018-01-30 | Fix ICE when assigning references to a static mut with NLL | Aaron Hill | -0/+20 |
| 2018-01-31 | Fix ICE when reading non-UTF-8 input from stdin | varkor | -0/+5 |
| 2018-01-31 | rustc_trans: keep LLVM types for trait objects anonymous. | Eduard-Mihai Burtescu | -2/+20 |
| 2018-01-30 | Ignore run-pass/sse2 when using system LLVM | Josh Stone | -1/+1 |
| 2018-01-30 | Update associated constants error message | Guillaume Gomez | -2/+5 |
| 2018-01-30 | Force locals to be live after they are borrowed for immovable generators. Fix... | John Kåre Alsaker | -0/+28 |
| 2018-01-30 | Auto merge of #47870 - kennytm:rollup, r=kennytm | bors | -6/+117 |
| 2018-01-30 | Allow access of the state field before the generator transform. Fixes #47482,... | John Kåre Alsaker | -18/+18 |
| 2018-01-30 | Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavus | kennytm | -0/+19 |
| 2018-01-30 | Rollup merge of #47853 - rust-lang:increase-nested-groups-test-coverage, r=ni... | kennytm | -0/+42 |
| 2018-01-30 | Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank | kennytm | -5/+52 |
| 2018-01-30 | Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakis | kennytm | -1/+4 |
| 2018-01-30 | Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakis | bors | -2/+129 |
| 2018-01-29 | Fix regression: account for trait methods in arg count mismatch error | Christopher Durham | -0/+28 |
| 2018-01-29 | Auto merge of #47837 - eddyb:going-places, r=nikomatsakis | bors | -14/+14 |
| 2018-01-29 | rustdoc: Fix link title rendering with hoedown | Oliver Middleton | -0/+19 |
| 2018-01-29 | move comment right onto the line in question | Niko Matsakis | -3/+3 |
| 2018-01-29 | Make run-pass/env-home-dir.rs test more robust | Marco A L Barbosa | -1/+4 |
| 2018-01-29 | Increase test coverage of use_nested_groups | Pietro Albini | -0/+42 |
| 2018-01-29 | tests: replace "lvalue" terminology with "place". | Eduard-Mihai Burtescu | -14/+14 |
| 2018-01-29 | Require yield types to be sized | John Kåre Alsaker | -0/+43 |
| 2018-01-29 | Make `yield_in_scope_for_expr` work with patterns. Fixes #47758 | John Kåre Alsaker | -0/+33 |
| 2018-01-28 | use correct casing for rename suggestions | Andy Russell | -12/+12 |
| 2018-01-28 | Point only at method signatures and point at trait | Esteban Küber | -71/+36 |
| 2018-01-28 | For named lifetimes point only at method signature | Esteban Küber | -24/+105 |
| 2018-01-28 | Suggest removing value from `break` when invalid | Esteban Küber | -0/+4 |
| 2018-01-28 | Auto merge of #47800 - Pulkit07:issue47755, r=sfackler | bors | -1/+1 |
| 2018-01-28 | Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddyb | bors | -0/+45 |
| 2018-01-28 | Auto merge of #47767 - estebank:as-suggestion, r=petrochenkov | bors | -0/+27 |