| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Merge remote-tracking branch 'origin/beta' into beta-next | Alex Crichton | -13/+33 |
| 2017-10-06 | Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint" | Niko Matsakis | -0/+2 |
| 2017-09-29 | WIP: don't suggest placing `use` statements into expanded code | Oliver Schneider | -5/+5 |
| 2017-09-29 | Add test for broken suggestion | Oliver Schneider | -9/+29 |
| 2017-08-26 | Auto merge of #44098 - frewsxcv:rollup, r=frewsxcv | bors | -6/+7 |
| 2017-08-26 | Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichton | Corey Farwell | -6/+7 |
| 2017-08-26 | Auto merge of #44081 - est31:master, r=eddyb | bors | -0/+52 |
| 2017-08-25 | Fix a byte/char confusion issue in the error emitter | est31 | -0/+52 |
| 2017-08-25 | Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakis | bors | -53/+306 |
| 2017-08-23 | minor fix | gaurikholkar | -1/+1 |
| 2017-08-23 | code review fixes | gaurikholkar | -66/+6 |
| 2017-08-22 | hard feature-gate for #[must_use] on functions | Zack M. Davis | -6/+7 |
| 2017-08-22 | Fix fallout in tests. | Jeffrey Seyfried | -44/+38 |
| 2017-08-22 | Auto merge of #43854 - estebank:missing-cond, r=nikomatsakis | bors | -0/+39 |
| 2017-08-21 | Auto merge of #43929 - oli-obk:use_placement, r=nrc | bors | -17/+82 |
| 2017-08-19 | Auto merge of #43933 - topecongiro:bad-span-for-attributes, r=petrochenkov | bors | -2/+2 |
| 2017-08-18 | Auto merge of #43901 - GuillaumeGomez:unsized-union-field, r=petrochenkov | bors | -0/+58 |
| 2017-08-18 | Handle structs, unions and enums unsized field/variant separately | Guillaume Gomez | -2/+31 |
| 2017-08-17 | Verify that an `if` condition block returns a value | Esteban Küber | -4/+19 |
| 2017-08-17 | Check for `else` keyword on missing `if` condition | Esteban Küber | -13/+1 |
| 2017-08-17 | Point out missing if conditional | Esteban Küber | -0/+36 |
| 2017-08-17 | Improve placement of `use` suggestions | Oliver Schneider | -17/+82 |
| 2017-08-17 | Update ui tests | Seiichi Uchida | -2/+2 |
| 2017-08-17 | Adding E0623 for structs | gaurikholkar | -53/+366 |
| 2017-08-16 | Auto merge of #43864 - GuillaumeGomez:static-method-invalid-use, r=eddyb | bors | -0/+4 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -38/+47 |
| 2017-08-16 | Auto merge of #43850 - GuillaumeGomez:unused-variable-lint, r=arielb1 | bors | -0/+1 |
| 2017-08-16 | Add a note to unused variables | Guillaume Gomez | -0/+1 |
| 2017-08-16 | udpdate error message for unsized union field | Guillaume Gomez | -0/+29 |
| 2017-08-14 | Add help for static method invalid use | Guillaume Gomez | -0/+4 |
| 2017-08-11 | Don't trigger unused_result on functions returning empty enums | Owen Sanchez | -0/+7 |
| 2017-08-11 | Fix unused_result lint triggering when a function returns `()` or `!` | Owen Sanchez | -0/+26 |
| 2017-08-10 | Auto merge of #43720 - pornel:staticconst, r=petrochenkov | bors | -0/+27 |
| 2017-08-10 | Reword error hint | Kornel | -1/+1 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -72/+127 |
| 2017-08-10 | Auto merge of #43737 - GuillaumeGomez:duplicate-method, r=eddyb | bors | -0/+42 |
| 2017-08-10 | Better diagnostics and recovery for `const` in extern blocks | Vadim Petrochenkov | -0/+27 |
| 2017-08-09 | Auto merge of #43484 - estebank:point-to-return, r=arielb1 | bors | -0/+23 |
| 2017-08-09 | Readd backticks around () | Esteban Küber | -4/+4 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -72/+127 |
| 2017-08-08 | Only refer to return type when it matches | Esteban Küber | -7/+4 |
| 2017-08-08 | Improve error message when duplicate names for type and trait method | Guillaume Gomez | -0/+42 |
| 2017-08-08 | #[must_use] for functions (RFC 1940) | Zack M. Davis | -0/+47 |
| 2017-08-06 | Handle type aliases as well | Guillaume Gomez | -1/+16 |
| 2017-08-06 | Fix union unused fields check | Guillaume Gomez | -5/+17 |
| 2017-08-06 | Improve union unused field detection | Guillaume Gomez | -12/+16 |
| 2017-08-05 | Don't warn on unused field on union | Guillaume Gomez | -0/+43 |
| 2017-08-04 | Auto merge of #43600 - scalexm:issue-35976, r=nikomatsakis | bors | -0/+42 |
| 2017-08-04 | Auto merge of #43442 - zackmdavis:note_available_field_names_if_levenshtein_f... | bors | -0/+75 |
| 2017-08-03 | Tweak error message | scalexm | -0/+42 |