| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -4352/+0 |
| 2022-11-11 | Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank | Manish Goregaokar | -0/+4 |
| 2022-10-26 | suggest calling the method of the same name when method not found | yukang | -0/+4 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -2/+2 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -2/+2 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -2/+2 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -2/+2 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -2/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1270/+128 |
| 2022-05-29 | Handle anonymous lifetimes properly in diagnostics. | Camille GILLOT | -2/+2 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -1/+342 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -0/+155 |
| 2022-04-18 | Rollup merge of #96148 - marmeladema:nll-revisions-self, r=jackh726 | Dylan DPC | -192/+360 |
| 2022-04-17 | Use revisions instead of nll compare mode for `/self/` ui tests | marmeladema | -192/+360 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -1/+9 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -4/+4 |
| 2022-03-01 | update (bless) test results | Fausto | -31/+31 |
| 2022-02-28 | Suggest adding a new lifetime parameter when two elided lifetimes should matc... | Fausto | -0/+186 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -66/+125 |
| 2022-02-12 | Bless nll tests. | Camille GILLOT | -3/+2 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -122/+64 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -4/+4 |
| 2022-02-02 | Register member constraints on the final merged hidden type | Oli Scherer | -6/+7 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -8/+7 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -4/+4 |
| 2022-01-19 | Simplify error reporting code, remove await point wording | Tyler Mandry | -128/+96 |
| 2022-01-19 | NiceRegionError: Use written return type for async fn | Tyler Mandry | -128/+128 |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -4/+4 |
| 2021-12-17 | Fix typo in "new region bound" suggestion | Esteban Kuber | -2/+2 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+59 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+53 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -52/+7 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -30/+40 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -3/+4 |
| 2021-09-26 | Improve diagnostics for inaccessible items | Fabian Wolff | -2/+5 |
| 2021-09-26 | Do not suggest importing inaccessible items | Fabian Wolff | -4/+2 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -25/+15 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -23/+0 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -8/+8 |
| 2021-07-22 | bless nll tests | Oli Scherer | -2/+2 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -2/+2 |
| 2021-07-14 | Warn about useless assignments of variables/fields to themselves | Fabian Wolff | -0/+1 |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -4/+4 |
| 2021-03-29 | Suggest box/pin/arc ing receiver on method calls | Esteban Küber | -0/+10 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -96/+128 |
| 2020-10-20 | review comments | Esteban Küber | -3/+3 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -18/+25 |
| 2020-10-17 | Make it more clear when complaining about async fn's return types | Gus Wynn | -96/+128 |
| 2020-10-16 | stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' | Ralf Jung | -3/+0 |