| Age | Commit message (Expand) | Author | Lines |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -62/+28 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -3/+3 |
| 2018-02-04 | Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary... | kennytm | -0/+55 |
| 2018-02-04 | Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis | kennytm | -0/+23 |
| 2018-02-04 | Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddyb | kennytm | -0/+22 |
| 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 | Fix const evaluation ICE in rustdoc | Guillaume Gomez | -0/+22 |
| 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-01-31 | Enable stack-probe tests with system LLVM >= 5.0 | Josh Stone | -3/+3 |
| 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-30 | wherein the parens lint keeps its own counsel re args in nested macros | Zack M. Davis | -0/+55 |
| 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 | stabilize match_beginning_vert | Jonathan Goodman | -62/+28 |
| 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 | Do not ignore lifetime bounds in Copy impls | Santiago Pastorino | -0/+23 |
| 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 |