| Age | Commit message (Expand) | Author | Lines |
| 2021-10-23 | Rollup merge of #90117 - calebsander:fix/rsplit-clone, r=yaahc | Matthias Krüger | -0/+11 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -0/+37 |
| 2021-10-23 | Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726 | Matthias Krüger | -0/+38 |
| 2021-10-23 | Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726 | Matthias Krüger | -0/+9 |
| 2021-10-22 | nice_region_error: Include lifetime placeholders in error output | Michael Howell | -28/+28 |
| 2021-10-22 | add feature flag for `type_changing_struct_update` | Charles Lew | -0/+38 |
| 2021-10-22 | Rollup merge of #90115 - samlich:test-issue-78561, r=oli-obk | Yuki Okushi | -0/+23 |
| 2021-10-22 | Rollup merge of #90114 - BoxyUwU:cg_defaults_tests, r=lcnr | Yuki Okushi | -2/+294 |
| 2021-10-22 | Rollup merge of #90078 - JohnTitor:test-83479, r=Mark-Simulacrum | Yuki Okushi | -0/+60 |
| 2021-10-22 | Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obk | Yuki Okushi | -0/+9 |
| 2021-10-22 | Rollup merge of #90028 - tmiasko:structural-match-closure, r=spastorino | Yuki Okushi | -0/+36 |
| 2021-10-22 | Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726 | Yuki Okushi | -17/+32 |
| 2021-10-22 | Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebank | Yuki Okushi | -0/+52 |
| 2021-10-21 | Make RSplit<T, P>: Clone not require T: Clone | Caleb Sander | -0/+11 |
| 2021-10-21 | add tests for -Zlocation-detail | Hudson Ayers | -0/+37 |
| 2021-10-21 | Add test for issue #78561 | samlich | -0/+23 |
| 2021-10-21 | Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-Simulacrum | Yuki Okushi | -4/+1 |
| 2021-10-21 | *dust dust* | Ellen | -2/+2 |
| 2021-10-20 | Ordering | Ellen | -1/+10 |
| 2021-10-20 | add fixme | Ellen | -1/+1 |
| 2021-10-20 | Inference | Ellen | -0/+26 |
| 2021-10-20 | Wfness | Ellen | -0/+59 |
| 2021-10-20 | Return pos impl trait | Ellen | -0/+94 |
| 2021-10-20 | Trait objects | Ellen | -0/+104 |
| 2021-10-20 | Add a regression test for issue-83479 | Yuki Okushi | -0/+60 |
| 2021-10-20 | Rollup merge of #90025 - JohnTitor:revert-86011, r=estebank | Yuki Okushi | -67/+75 |
| 2021-10-19 | Reject closures in patterns | Tomasz Miąsko | -0/+36 |
| 2021-10-19 | Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obk | bors | -0/+21 |
| 2021-10-19 | Fix issue 90038 | Gary Guo | -0/+21 |
| 2021-10-19 | Rollup merge of #89997 - cameron1024:const-str-as-bytes-ice, r=JohnTitor | Matthias Krüger | -0/+28 |
| 2021-10-19 | Rollup merge of #89988 - tmiasko:unpromote-const-drop, r=oli-obk | Matthias Krüger | -0/+39 |
| 2021-10-19 | Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es... | Matthias Krüger | -2/+19 |
| 2021-10-19 | Fix const qualification when executed after promotion | Tomasz Miąsko | -0/+9 |
| 2021-10-18 | Remove comment saying that we don't build debug rustc in CI, since we do | Tyson Nottingham | -4/+1 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -299/+228 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -0/+39 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -14/+2 |
| 2021-10-19 | Add a regression test for #89935 | Yuki Okushi | -0/+18 |
| 2021-10-19 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -67/+57 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -320/+76 |
| 2021-10-18 | add test for issue 84957 | cameron | -0/+28 |
| 2021-10-18 | Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomez | Matthias Krüger | -0/+15 |
| 2021-10-18 | Rollup merge of #89974 - est31:let_else_if_error, r=nagisa | Matthias Krüger | -0/+28 |
| 2021-10-18 | Rollup merge of #89965 - JohnTitor:fix-let-else-ice-with-ref-mut, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2021-10-17 | Check implementing type for `#[doc(hidden)]` | pierwill | -0/+15 |
| 2021-10-17 | Nicer error message if the user attempts to do let...else if | est31 | -0/+28 |
| 2021-10-17 | Rollup merge of #89975 - JohnTitor:gats-tests-85921, r=jackh726 | Matthias Krüger | -0/+19 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -73/+73 |
| 2021-10-17 | Rollup merge of #89946 - JohnTitor:fix-89686, r=petrochenkov | Matthias Krüger | -0/+58 |
| 2021-10-17 | Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisa | Matthias Krüger | -0/+66 |