| Age | Commit message (Expand) | Author | Lines |
| 2017-11-14 | Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -8/+8 |
| 2017-09-29 | Auto merge of #44847 - estebank:unused-signature, r=nikomatsakis | bors | -0/+76 |
| 2017-09-25 | Point at signature on unused lint | Esteban Küber | -0/+76 |
| 2017-09-21 | suggest an outer attribute when `#![derive(...)]` (predictably) fails | Zack M. Davis | -1/+1 |
| 2017-09-21 | only set non-ADT derive error once per attribute, not per trait | Zack M. Davis | -0/+24 |
| 2017-09-21 | Auto merge of #44215 - oli-obk:import_sugg, r=nrc | bors | -1/+1 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -3/+3 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -3/+3 |
| 2017-09-14 | "avoid" is a better word here than "disable" | est31 | -1/+1 |
| 2017-09-09 | Stabilize drop_types_in_const. | Eduard-Mihai Burtescu | -9/+4 |
| 2017-09-09 | Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis | bors | -5/+7 |
| 2017-09-02 | Allow Drop types in const's too, with #![feature(drop_types_in_const)]. | Eduard-Mihai Burtescu | -5/+7 |
| 2017-08-31 | WIP: don't suggest placing `use` statements into expanded code | Oliver Schneider | -1/+1 |
| 2017-08-30 | rustc: Remove the `used_unsafe` field on TyCtxt | Alex Crichton | -8/+8 |
| 2017-08-29 | Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakis | bors | -0/+73 |
| 2017-08-28 | Suggest `Ok(())` when encountering `Ok()` | Oliver Schneider | -0/+64 |
| 2017-08-28 | feature error span on attr. for fn_must_use, SIMD/align, macro reëxport | Zack M. Davis | -0/+73 |
| 2017-08-22 | Fix fallout in tests. | Jeffrey Seyfried | -44/+38 |
| 2017-08-21 | Auto merge of #43929 - oli-obk:use_placement, r=nrc | bors | -8/+8 |
| 2017-08-19 | Auto merge of #43933 - topecongiro:bad-span-for-attributes, r=petrochenkov | bors | -2/+2 |
| 2017-08-17 | Improve placement of `use` suggestions | Oliver Schneider | -8/+8 |
| 2017-08-17 | Update ui tests | Seiichi Uchida | -2/+2 |
| 2017-08-16 | Auto merge of #43864 - GuillaumeGomez:static-method-invalid-use, r=eddyb | bors | -0/+3 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -34/+42 |
| 2017-08-16 | Add a note to unused variables | Guillaume Gomez | -0/+1 |
| 2017-08-14 | Add help for static method invalid use | Guillaume Gomez | -0/+3 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -32/+52 |
| 2017-07-27 | Avoid duplicated errors for generic arguments in macro paths | Vadim Petrochenkov | -43/+1 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -0/+182 |
| 2017-07-26 | Rollup merge of #43447 - estebank:import-span, r=nikomatsakis | Mark Simulacrum | -0/+21 |
| 2017-07-25 | Point at path segment on module not found | Esteban Küber | -0/+21 |
| 2017-07-20 | Use the macro structure spans instead of the invocation | Esteban Küber | -0/+30 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -2/+2 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -10/+10 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -42/+40 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -1/+1 |
| 2017-07-06 | Add extra whitespace for suggestions | Esteban Küber | -0/+4 |
| 2017-07-06 | Make suggestion include the line number | Esteban Küber | -2/+2 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -42/+40 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -2/+2 |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -78/+78 |
| 2017-06-26 | make lint on-by-default/implied-by messages appear only once | Zack M. Davis | -4/+2 |
| 2017-06-12 | Add E0608 | Guillaume Gomez | -1/+1 |
| 2017-06-05 | Auto merge of #42383 - estebank:candidate-newline, r=arielb1 | bors | -6/+8 |
| 2017-06-04 | Separate suggestion in a `help` and a `note` | Esteban Küber | -2/+4 |
| 2017-06-02 | Use multiline note for trait suggestion | Esteban Küber | -4/+4 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -8/+3 |
| 2017-05-31 | Use callsite's span for macro calls on suggestion | Esteban Küber | -0/+19 |
| 2017-06-01 | tests: fix fallout from changing the span of binop errors. | Eduard-Mihai Burtescu | -8/+3 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -1/+1 |