| Age | Commit message (Expand) | Author | Lines |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -4/+15 |
| 2017-08-26 | Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichton | Corey Farwell | -0/+32 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -8/+114 |
| 2017-08-25 | Auto merge of #43786 - scalexm:issue-43784, r=nikomatsakis | bors | -0/+43 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -2/+27 |
| 2017-08-22 | fn_must_use soft feature-gate warning on methods too, not only functions | Zack M. Davis | -0/+7 |
| 2017-08-22 | "soft" (warn instead of error) feature-gate for #[must_use] on functions | Zack M. Davis | -3/+13 |
| 2017-08-22 | hard feature-gate for #[must_use] on functions | Zack M. Davis | -0/+15 |
| 2017-08-22 | Ensure that generic arguments don't end up in attribute paths. | Jeffrey Seyfried | -0/+22 |
| 2017-08-22 | Auto merge of #44033 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -6/+6 |
| 2017-08-22 | Rollup merge of #43993 - tamird:better-wording-error, r=arielb1 | Guillaume Gomez | -6/+6 |
| 2017-08-22 | Auto merge of #44008 - RalfJung:staged1, r=alexcrichton | bors | -0/+16 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -13/+51 |
| 2017-08-21 | Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakis | bors | -13/+51 |
| 2017-08-20 | borrowck: name the correct type in error message | Tamir Duberstein | -6/+6 |
| 2017-08-20 | Test staging attributes when -Zforce-unstable-if-unmarked is set | Ralf Jung | -0/+16 |
| 2017-08-19 | Desugar parenthesized generic arguments in HIR | Vadim Petrochenkov | -2/+27 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -30/+36 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -30/+36 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+16 |
| 2017-08-16 | Auto merge of #43651 - petrochenkov:foreign-life, r=eddyb | bors | -0/+16 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+205 |
| 2017-08-13 | ast_validation: forbid "nonstandard" literal patterns | Ariel Ben-Yehuda | -0/+23 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+12 |
| 2017-08-12 | Check #[thread_local] statics correctly in the compiler. | Eduard-Mihai Burtescu | -0/+143 |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -0/+27 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+17 |
| 2017-08-11 | Auto merge of #43745 - kennytm:fix-43162, r=aturon | bors | -0/+17 |
| 2017-08-11 | Issue warnings for unnecessary path disambiguators | Vadim Petrochenkov | -2/+13 |
| 2017-08-11 | syntax: Relax path grammar | Vadim Petrochenkov | -12/+39 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -149/+214 |
| 2017-08-10 | Add tests | scalexm | -0/+43 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -142/+175 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -0/+20 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+12 |
| 2017-08-10 | Auto merge of #43735 - est31:master, r=alexcrichton | bors | -0/+14 |
| 2017-08-10 | Add a feature gate | est31 | -0/+14 |
| 2017-08-09 | Initial pass review comments | Alex Crichton | -120/+0 |
| 2017-08-09 | Auto merge of #43484 - estebank:point-to-return, r=arielb1 | bors | -7/+5 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -119/+182 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -142/+175 |
| 2017-08-09 | Type-check `break value;` even outside of `loop {}`. | kennytm | -0/+17 |
| 2017-08-06 | Add missing error code for private method | Guillaume Gomez | -0/+22 |
| 2017-08-06 | Added closure test case. | Isaac van Bakel | -0/+6 |
| 2017-08-05 | Use usual lifetime elision rules for foreign functions | Vadim Petrochenkov | -0/+16 |
| 2017-08-04 | Auto merge of #43442 - zackmdavis:note_available_field_names_if_levenshtein_f... | bors | -4/+11 |
| 2017-08-04 | Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiyn | bors | -0/+6 |
| 2017-08-03 | Recognize SPARC in more tests where architecture matters. | Danek Duvall | -0/+6 |
| 2017-08-03 | Auto merge of #43609 - dsprenkels:issue-40510, r=Mark-Simulacrum | bors | -0/+96 |
| 2017-08-03 | Add more regression tests for #40510 | Daan Sprenkels | -0/+73 |