| Age | Commit message (Expand) | Author | Lines |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -9/+16 |
| 2018-12-23 | Rollup merge of #57020 - estebank:return-span, r=zackmdavis | Mazdak Farrokhzad | -1/+3 |
| 2018-12-20 | Point to return span when writing `return;` on non-() fn | Esteban Küber | -1/+3 |
| 2018-12-14 | Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebank | bors | -1/+8 |
| 2018-12-13 | debug logging, added conditional error message, tests updated | Kevyn Grasso | -1/+8 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-12-08 | fix span for invalid number of parameters in trait method | Guillaume Gomez | -4/+4 |
| 2018-12-04 | Update tests | Oliver Scherer | -12/+22 |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -1/+1 |
| 2018-11-29 | Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis | Guillaume Gomez | -2/+2 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -8/+34 |
| 2018-11-22 | Reword and fix test | Esteban Küber | -2/+2 |
| 2018-11-22 | Suggest correct syntax when writing type arg instead of assoc type | Esteban Küber | -35/+0 |
| 2018-11-22 | Point at the associated type's def span | Esteban Küber | -0/+12 |
| 2018-11-22 | Join multiple E0191 errors in the same location under a single diagnostic | Esteban Küber | -9/+6 |
| 2018-11-22 | Point at every unexpected lifetime and type argument in E0107 | Esteban Küber | -3/+38 |
| 2018-11-21 | Enclose type in backticks for "reached the recursion limit while auto-derefer... | varkor | -1/+1 |
| 2018-11-20 | Enclose type in backticks for "non-exhaustive patterns" error | varkor | -1/+1 |
| 2018-11-19 | Update nll stderr files | Oliver Scherer | -4/+16 |
| 2018-11-19 | Also catch static mutation at evaluation time | Oliver Scherer | -4/+18 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -2/+6 |
| 2018-11-18 | Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=... | Pietro Albini | -2/+6 |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -3/+3 |
| 2018-11-18 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -1/+1 |
| 2018-11-18 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -4/+5 |
| 2018-11-10 | in which the E0618 "expected function" diagnostic gets a makeover | Zack M. Davis | -2/+6 |
| 2018-11-07 | Only do check for trait objects, not trait or trait alias definitions. | Alexander Regueiro | -83/+24 |
| 2018-11-07 | Added error for duplicate bindings of associated type. | Alexander Regueiro | -6/+89 |
| 2018-11-07 | Added tests. | Alexander Regueiro | -2/+18 |
| 2018-11-03 | Make "all possible cases" help message uniform with existing help messages | varkor | -1/+1 |
| 2018-11-01 | Put backticks around field names, types and paths in error messages | Michael Hewson | -1/+1 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -18/+0 |
| 2018-10-28 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -2/+2 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -2/+26 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -30/+5 |
| 2018-10-23 | Auto merge of #55113 - mockersf:master, r=estebank | bors | -9/+10 |
| 2018-10-22 | optimize unsupported literal diag message | csmoe | -3/+3 |
| 2018-10-20 | update meta item checking test | csmoe | -0/+24 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -9/+9 |
| 2018-10-18 | Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis | bors | -1/+1 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -9/+9 |
| 2018-10-17 | fix other tests failing due to change in case or new suggestion for extern crate | François Mockers | -9/+10 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -11/+18 |
| 2018-10-13 | Auto merge of #54997 - davidtwco:issue-54896, r=nagisa | bors | -3/+29 |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -3/+1 |
| 2018-10-11 | Extend lang items to assert correct target. | David Wood | -3/+29 |
| 2018-10-10 | Custom E0277 diagnostic for `Path` | Esteban Küber | -1/+1 |
| 2018-10-05 | Updates to .stderr output in ui tests from earlier changes. | Felix S. Klock II | -1/+1 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -2/+2 |
| 2018-09-23 | Improve error message for E0424 | Julian Kulesh | -1/+1 |