| Age | Commit message (Expand) | Author | Lines |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -36/+4 |
| 2019-01-03 | use structured suggestion for method calls | Andy Russell | -3/+1 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -1/+1 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -1/+1 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -1/+1 |
| 2018-12-31 | Auto merge of #56878 - petrochenkov:privdyn, r=arielb1 | bors | -5/+2 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -5/+2 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -1/+1 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -1/+1 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -3/+3 |
| 2018-12-29 | Fixed stderr files for ui tests. | Alexander Regueiro | -10/+1 |
| 2018-12-28 | Clarify wording of E0512 | varkor | -3/+3 |
| 2018-12-26 | Added regression test for using generic parameters on modules. | Alexander Regueiro | -4/+12 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2784/+372 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -9/+16 |
| 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 |