| Age | Commit message (Expand) | Author | Lines |
| 2017-09-05 | Print more detailed trait-ref for intercrate ambiguity. | Masaki Hara | -1/+1 |
| 2017-09-05 | Fix a very subtle mistake in a ui test. | Masaki Hara | -0/+1 |
| 2017-09-05 | Add tests for intercrate ambiguity hints. | Masaki Hara | -0/+1 |
| 2017-09-03 | add error message for the other case too | Ariel Ben-Yehuda | -5/+7 |
| 2017-09-03 | on_unimplemented: add method-name checks and use them in Try | Ariel Ben-Yehuda | -6/+40 |
| 2017-09-03 | address review comments | Ariel Ben-Yehuda | -22/+9 |
| 2017-09-03 | enable desugaring-sensitive error messages and use them in Try | Ariel Ben-Yehuda | -6/+35 |
| 2017-09-03 | implement improved on_unimplemented directives | Ariel Ben-Yehuda | -3/+81 |
| 2017-09-03 | Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakis | bors | -8/+8 |
| 2017-09-02 | Auto merge of #44104 - llogiq:lowercase-lints, r=nikomatsakis | bors | -0/+41 |
| 2017-09-01 | rustc: take TyCtxt and RegionMaps in CodeMap::span. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-08-31 | add a lowercase suggestion to unknown_lints | Andre Bogus | -0/+41 |
| 2017-08-30 | rustc: Remove the `used_unsafe` field on TyCtxt | Alex Crichton | -8/+8 |
| 2017-08-30 | Auto merge of #43880 - arielb1:noninvasive-probe, r=nikomatsakis | bors | -1/+35 |
| 2017-08-29 | Check the substituted return type in return type suggestions. | Ariel Ben-Yehuda | -0/+30 |
| 2017-08-29 | remove the hacky selection impl in `method::probe` | Ariel Ben-Yehuda | -1/+5 |
| 2017-08-29 | Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakis | bors | -0/+73 |
| 2017-08-29 | Auto merge of #44059 - oli-obk:ok_suggestion, r=nikomatsakis | bors | -0/+64 |
| 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-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -59/+365 |
| 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 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -44/+77 |
| 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 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -19/+142 |
| 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 | Fix more UI tests | Alex Crichton | -1/+1 |
| 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 | Fix UI tests | Alex Crichton | -10/+2 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -38/+51 |
| 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 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+1 |
| 2017-08-16 | Auto merge of #43850 - GuillaumeGomez:unused-variable-lint, r=arielb1 | bors | -0/+1 |