| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -1/+4 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -1/+0 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -12/+18 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -1/+49 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -4/+9 |
| 2020-07-02 | Audit uses of `tool_only_span_suggestion` | Yuki Okushi | -1/+13 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -0/+36 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -5/+7 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -4/+1 |
| 2020-06-09 | Remove noisy suggestion of hash_map #72642 | Ayush Kumar Mishra | -9/+3 |
| 2020-06-07 | Free `default()` forwarding to `Default::default()` | Ilya Bobyr | -1/+10 |
| 2020-06-02 | Improve E0433, so that it suggests missing imports | Patryk Wychowaniec | -0/+49 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -12/+12 |
| 2020-05-09 | adjust tests | Ralf Jung | -2/+3 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -23/+23 |
| 2020-05-05 | Ignore SGX on a few ui tests | Mohsen Zohrevandi | -1/+3 |
| 2020-04-26 | Tweak some suggestions in `rustc_resolve` | Esteban Küber | -3/+15 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -14/+3 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-04-03 | def_collector, visit_fn: account for no body | Mazdak Farrokhzad | -0/+85 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -12/+8 |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -1/+4 |
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -2/+13 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -2/+13 |