| Age | Commit message (Expand) | Author | Lines |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -21/+49 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -35/+0 |
| 2021-09-15 | Disable RemoveZsts in generators to avoid query cycles | Tomasz Miąsko | -0/+16 |
| 2021-09-15 | Move tests to library/core/tests | Albin Hedman | -20/+0 |
| 2021-09-15 | Add test for try operator with Option | Albin Hedman | -2/+9 |
| 2021-09-15 | Add test for try operator on Result | Albin Hedman | -0/+16 |
| 2021-09-15 | Add tests for feature(const_identity_convert) | Albin Hedman | -0/+20 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -40/+40 |
| 2021-09-15 | Check for shadowing issues involving block labels | Tomasz Miąsko | -20/+56 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -0/+31 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -0/+274 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -211/+495 |
| 2021-09-14 | Fix ICE when `start` lang item has wrong generics | asquared31415 | -10/+29 |
| 2021-09-14 | Add reachable_patterns lint to rfc-2008-non_exhaustive | Devin Ragotzy | -5/+340 |
| 2021-09-14 | Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomez | bors | -4/+47 |
| 2021-09-13 | Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisa | bors | -0/+14 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -0/+14 |
| 2021-09-13 | Rollup merge of #88894 - FabianWolff:issue-88818, r=estebank | Guillaume Gomez | -0/+38 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -4/+9 |
| 2021-09-13 | Improve error message for type mismatch in generator arguments | Fabian Wolff | -0/+31 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -842/+1046 |
| 2021-09-13 | Add negative test in macro-braces-dot-question.rs. | Mara Bos | -0/+2 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -26/+39 |
| 2021-09-13 | Highlight the const function if error happened because of a bound on the impl... | Waffle | -4/+23 |
| 2021-09-13 | Suggest replacing an inexisting field for an unmentioned field | Hirochika Matsumoto | -2/+8 |
| 2021-09-12 | chore: convert to a multi-part suggestion | Michael Howell | -4/+7 |
| 2021-09-12 | Do not issue E0071 if a type error has already been reported | Fabian Wolff | -0/+26 |
| 2021-09-12 | Improve error message for missing trait in trait impl | Fabian Wolff | -0/+38 |
| 2021-09-12 | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis | bors | -0/+35 |
| 2021-09-12 | Use boxed slice instead of BTreeSet. | Camille GILLOT | -11/+11 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -22/+77 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -17/+33 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -0/+60 |
| 2021-09-11 | array comment + test for references | Gus Wynn | -0/+71 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -9/+27 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+249 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -82/+499 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -2/+34 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+25 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -25/+49 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+31 |
| 2021-09-11 | Allow simd_shuffle to accept vectors of any length | Caleb Zulawski | -18/+95 |
| 2021-09-11 | Fix duplicate bounds for const_trait_impl | Deadbeef | -4/+9 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -0/+65 |
| 2021-09-11 | In suggest_missing_return_type, erase late bound regions after normalizing | jackh726 | -0/+39 |
| 2021-09-10 | Add the corrections stuff to the 88803 test case | Michael Howell | -1/+12 |
| 2021-09-10 | feat(rustc_typeck): suggest removing bad parens in `(recv.method)()` | Michael Howell | -0/+19 |
| 2021-09-10 | Fix error recovery in format macro parsing | Fabian Wolff | -0/+77 |
| 2021-09-10 | Add a range pattern inference failing test | Gary Guo | -0/+49 |
| 2021-09-10 | Add ui test for issue 88074 | Gary Guo | -0/+16 |