| Age | Commit message (Expand) | Author | Lines |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -37/+83 |
| 2021-09-17 | Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasper | Guillaume Gomez | -0/+26 |
| 2021-09-17 | Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebank | Guillaume Gomez | -0/+42 |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -211/+495 |
| 2021-09-17 | Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebank | Guillaume Gomez | -7/+10 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -4/+6 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -0/+31 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -35/+0 |
| 2021-09-17 | Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakis | Yuki Okushi | -0/+28 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -0/+40 |
| 2021-09-17 | Use `multipart_suggestion` | Yuki Okushi | -3/+7 |
| 2021-09-17 | Emit clearer diagnostics for parens around `for` loop heads | Yuki Okushi | -5/+4 |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -2/+25 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -335/+690 |
| 2021-09-16 | Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearth | bors | -64/+82 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -40/+40 |
| 2021-09-16 | Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obk | Manish Goregaokar | -24/+42 |
| 2021-09-16 | Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk | bors | -0/+16 |
| 2021-09-16 | fix rebase | Esteban Kuber | -0/+18 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -46/+10 |
| 2021-09-16 | Fix rebase | Esteban Kuber | -3/+12 |
| 2021-09-16 | Remove unnecessary label | Esteban Kuber | -28/+7 |
| 2021-09-16 | fix rebase | Esteban Kuber | -1/+3 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -249/+657 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -3/+3 |
| 2021-09-16 | Point at argument instead of call for their obligations | Esteban Kuber | -47/+22 |
| 2021-09-16 | Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrieril | bors | -5/+340 |
| 2021-09-15 | Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_... | Manish Goregaokar | -4/+23 |
| 2021-09-15 | Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebank | Manish Goregaokar | -0/+33 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -365/+15 |
| 2021-09-15 | Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa | Manish Goregaokar | -0/+11 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -37/+83 |
| 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 object safety suggestions to the end of the error | Esteban Kuber | -40/+40 |
| 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 | 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 | Highlight the const function if error happened because of a bound on the impl... | Waffle | -4/+23 |
| 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 |