| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -7/+7 |
| 2021-05-19 | Disallow shadowing const parameters | Fabian Wolff | -0/+77 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -13/+11 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+210 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+210 |
| 2021-04-17 | Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkov | bors | -0/+39 |
| 2021-04-11 | detect when suggested paths enter extern crates more rigorously | SNCPlay42 | -0/+39 |
| 2021-04-07 | Added additional comments and minor edits | K | -2/+2 |
| 2021-04-01 | Fixed diagnostic and added test for issue 81508 | Kevin Jiang | -0/+43 |
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -13/+11 |
| 2021-03-30 | Add a regression test for issue-82865 | JohnTitor | -0/+34 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+83 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -3/+3 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+22 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -1/+2 |
| 2021-02-18 | Fix popping singleton paths in when generating E0433 | Ömer Sinan Ağacan | -0/+12 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+21 |
| 2021-01-18 | Add tests for resolution changes | Ryan Levick | -0/+30 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -0/+6 |
| 2021-01-11 | Move some tests to more reasonable directories | Caio | -0/+21 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -0/+6 |
| 2020-12-26 | update tests | Bastian Kauschke | -1/+0 |
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -0/+104 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -0/+7 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -10/+6 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -11/+3 |
| 2020-11-22 | Add test for an unmotivated "cannot determine resolution" error | Vadim Petrochenkov | -0/+15 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -21/+68 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -3/+3 |
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -21/+68 |
| 2020-10-20 | review comments | Esteban Küber | -1/+1 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -3/+4 |
| 2020-10-17 | Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obk | Yuki Okushi | -0/+1 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+1 |
| 2020-10-15 | resolve: suggest variants with placeholders | David Wood | -10/+102 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -35/+8 |
| 2020-10-02 | Fix span for incorrect pattern field and add label | Esteban Küber | -2/+4 |
| 2020-09-29 | resolve: improve "try using the enum's variant" | David Wood | -35/+8 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -3/+3 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -16/+16 |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -3/+3 |
| 2020-08-13 | Suggest adding `&self` when accessing `self` in static assoc `fn` | Esteban Küber | -14/+13 |
| 2020-08-10 | Add missing primary label | Esteban Küber | -1/+1 |
| 2020-08-10 | Point at item definition in foreign crates | Esteban Küber | -0/+5 |
| 2020-08-10 | Do not suggest similarly named enclosing item | Esteban Küber | -7/+0 |
| 2020-08-10 | Tweak ordering of suggestions | Esteban Küber | -20/+20 |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -2/+4 |