| Age | Commit message (Expand) | Author | Lines |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -17/+17 |
| 2021-08-30 | Update test output for stable Rust 2021. | Mara Bos | -17/+17 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -44/+73 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -34/+34 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -3/+18 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -4/+4 |
| 2021-08-02 | Better message for invalid keyword placement in fn | Alexis Bourget | -3/+18 |
| 2021-07-31 | Tweak opaque type mismatch error | Esteban Küber | -33/+42 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -7/+5 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -15/+1 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -3/+1 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -12/+0 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -5/+45 |
| 2021-07-24 | Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank | Yuki Okushi | -0/+48 |
| 2021-07-22 | Squash all commits. | chaz-kiker | -0/+48 |
| 2021-07-22 | bless nll tests | Oli Scherer | -10/+6 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -0/+2 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -0/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -10/+50 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -5/+45 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+35 |
| 2021-07-03 | add test case | Niko Matsakis | -0/+10 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -38/+38 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -38/+38 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -6/+6 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -1/+2 |
| 2021-05-26 | bless compare-mode=nll output | Niko Matsakis | -1/+1 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -70/+4 |
| 2021-05-22 | Remove some errors in UI tests | LeSeulArtichaut | -19/+3 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -19/+19 |
| 2021-05-16 | Suppress spurious errors inside `async fn` | Aaron Hill | -0/+25 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -4/+41 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2021-05-11 | Test `-Zthir-unsafeck` for unsafe function calls | LeSeulArtichaut | -4/+41 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -6/+6 |
| 2021-05-06 | Better rustc_on_unimplemented, and UI test fixes | Scott McMurray | -19/+19 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -3/+3 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -12/+2 |
| 2021-04-20 | Limit test to 64 bit systems to keep the sizes in the diagnostics stable | Oli Scherer | -4/+5 |
| 2021-04-20 | Tidy | Oli Scherer | -1/+1 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -4/+6 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -0/+59 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -1/+21 |
| 2021-04-15 | Add test. | Camille GILLOT | -1/+21 |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -1/+1 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -1/+70 |