| Age | Commit message (Expand) | Author | Lines |
| 2017-12-31 | Reword trying to operate in immutable fields | Esteban Küber | -2/+2 |
| 2017-12-21 | Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkov | Guillaume Gomez | -14/+10 |
| 2017-12-19 | Use def span for associated function suggestions | Esteban Küber | -14/+10 |
| 2017-12-19 | Point at def span in "missing in impl" error | Esteban Küber | -52/+21 |
| 2017-12-18 | Tweak "unecessary unsafe block" error spans | Esteban Küber | -65/+22 |
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -38/+39 |
| 2017-12-14 | Point at var in short lived borrows | Esteban Küber | -359/+404 |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -206/+118 |
| 2017-12-14 | Auto merge of #46633 - estebank:arg-mismatch, r=arielb1 | bors | -15/+15 |
| 2017-12-10 | Point at whole method call instead of args | Esteban Küber | -15/+15 |
| 2017-12-10 | Update ui tests' line numbers. | Tommy Ip | -9/+9 |
| 2017-12-10 | Add must-compile-successfully comment to appropriate ui tests. | Tommy Ip | -0/+4 |
| 2017-12-01 | Use suggestions instead of notes ref mismatches | Esteban Küber | -5/+9 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -3/+3 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -3/+3 |
| 2017-11-26 | mention nightly in -Z external-macro-backtrace note | Alex Burka | -4/+4 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -297/+314 |
| 2017-11-23 | Auto merge of #46024 - estebank:no-variant, r=petrochenkov | bors | -0/+3 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -3/+0 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -24/+0 |
| 2017-11-20 | address review comments | Alex Burka | -4/+4 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -4/+4 |
| 2017-11-19 | update UI tests | Alex Burka | -4/+4 |
| 2017-11-18 | give better error messages when a cycle arises | Niko Matsakis | -3/+0 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -24/+0 |
| 2017-11-16 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -6/+0 |
| 2017-11-15 | Point to ADT definition when not finding variant, method, assoc type | Esteban Küber | -0/+3 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -4/+4 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -8/+8 |
| 2017-11-09 | Don't emit the feature error if it's an invalid self type | Michael Hewson | -10/+1 |
| 2017-11-08 | update ui test to new error message | Michael Hewson | -5/+14 |
| 2017-11-07 | Update invalid inline arg test. | Michael Woerister | -1/+3 |
| 2017-11-06 | collect unused unsafe code | Ariel Ben-Yehuda | -8/+8 |
| 2017-10-31 | rustc_typeck: use subtyping on the LHS of binops. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-10-25 | Update ui tests for error message deduplication. | Michael Woerister | -6/+0 |
| 2017-10-13 | Pass the full span for method calls | Geoffry Song | -13/+49 |
| 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 |