| Age | Commit message (Expand) | Author | Lines |
| 2017-08-11 | Please tidy | John Kåre Alsaker | -3/+11 |
| 2017-08-11 | Implement a cache for looking up yields | John Kåre Alsaker | -20/+53 |
| 2017-08-11 | Remove allocations | John Kåre Alsaker | -6/+4 |
| 2017-08-11 | Store generator interior in MIR literals | John Kåre Alsaker | -29/+41 |
| 2017-08-11 | Typo | John Kåre Alsaker | -1/+1 |
| 2017-08-11 | Some tweaks and comments | John Kåre Alsaker | -51/+102 |
| 2017-08-11 | Remove code related to the dropping of generator arguments | John Kåre Alsaker | -45/+5 |
| 2017-08-11 | Fix merge of scope.rs | John Kåre Alsaker | -8/+11 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1439/+2630 |
| 2017-08-10 | Auto merge of #43720 - pornel:staticconst, r=petrochenkov | bors | -10/+40 |
| 2017-08-10 | Reword error hint | Kornel | -2/+3 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -1064/+1342 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -69/+109 |
| 2017-08-10 | Auto merge of #43737 - GuillaumeGomez:duplicate-method, r=eddyb | bors | -14/+69 |
| 2017-08-10 | Auto merge of #43735 - est31:master, r=alexcrichton | bors | -4/+74 |
| 2017-08-10 | Auto merge of #43730 - nrc:driver-shim, r=eddyb | bors | -26/+45 |
| 2017-08-10 | Updated cargo submodule to fix compile error | Isaac van Bakel | -0/+0 |
| 2017-08-10 | Add a feature gate | est31 | -1/+25 |
| 2017-08-10 | Better diagnostics and recovery for `const` in extern blocks | Vadim Petrochenkov | -12/+39 |
| 2017-08-09 | Add a failing xcrate generator test | Alex Crichton | -5/+18 |
| 2017-08-09 | Add UI test outputs | Alex Crichton | -0/+89 |
| 2017-08-09 | Auto merge of #43627 - Aaronepower:master, r=alexcrichton | bors | -1/+185 |
| 2017-08-10 | driver: factor out `continue_parse_after_error` so it can be controlled via d... | Nick Cameron | -11/+25 |
| 2017-08-09 | Fix iterator over indexed sets | Alex Crichton | -3/+3 |
| 2017-08-09 | Initial pass review comments | Alex Crichton | -205/+251 |
| 2017-08-09 | Auto merge of #43484 - estebank:point-to-return, r=arielb1 | bors | -26/+71 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -2232/+17748 |
| 2017-08-09 | Readd backticks around () | Esteban Küber | -19/+8 |
| 2017-08-09 | Auto merge of #43732 - kennytm:pass-wrapper-warning, r=arielb1 | bors | -2/+4 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -1064/+1342 |
| 2017-08-09 | Update RELEASES.md | Aaron Power | -3/+3 |
| 2017-08-09 | Auto merge of #43726 - zackmdavis:extended_information_summer_block_party, r=... | bors | -5/+92 |
| 2017-08-09 | Auto merge of #43588 - dns2utf8:wrapping_add, r=sfackler | bors | -1/+1 |
| 2017-08-09 | Fix errors on Windows | Ariel Ben-Yehuda | -2/+2 |
| 2017-08-09 | extended information for E0557 feature has been removed | Zack M. Davis | -1/+12 |
| 2017-08-09 | extended information for E0552 unrecognized representation hint | Zack M. Davis | -1/+30 |
| 2017-08-09 | extended information for E0554 feature attributes only work on nightlies | Zack M. Davis | -2/+16 |
| 2017-08-09 | extended information for E0571 break with value in non-`loop` loop | Zack M. Davis | -1/+34 |
| 2017-08-08 | Only refer to return type when it matches | Esteban Küber | -13/+27 |
| 2017-08-09 | Auto merge of #43728 - zackmdavis:fnused, r=eddyb | bors | -9/+79 |
| 2017-08-09 | Auto merge of #43595 - oyvindln:master, r=aturon | bors | -3/+10 |
| 2017-08-08 | Auto merge of #43691 - GuillaumeGomez:fix-rustdoc, r=QuietMisdreavus | bors | -9/+25 |
| 2017-08-08 | Use explicit wrapping_add to prevent potential unexpected behavior on debug b... | Stefan Schindler | -1/+1 |
| 2017-08-08 | Auto merge of #43711 - lu-zero:master, r=nagisa | bors | -1/+198 |
| 2017-08-08 | Remove all usage of hoedown_buffer_puts | Guillaume Gomez | -2/+1 |
| 2017-08-08 | Improve error message when duplicate names for type and trait method | Guillaume Gomez | -14/+69 |
| 2017-08-08 | mark comparison trait methods as #[must_use] | Zack M. Davis | -0/+7 |
| 2017-08-08 | #[must_use] for functions (RFC 1940) | Zack M. Davis | -9/+72 |
| 2017-08-08 | Auto merge of #43698 - MaloJaffre:confusables, r=eddyb | bors | -19/+125 |
| 2017-08-08 | Auto merge of #43723 - arielb1:nonincremental-fast-reject, r=eddyb | bors | -138/+77 |