| Age | Commit message (Expand) | Author | Lines |
| 2021-10-23 | Auto merge of #90188 - matthiaskrgr:rollup-74cwv5c, r=matthiaskrgr | bors | -949/+3089 |
| 2021-10-23 | Rollup merge of #90122 - rusticstuff:ci_curl_max_time, r=Mark-Simulacrum | Matthias Krüger | -2/+7 |
| 2021-10-23 | Rollup merge of #90117 - calebsander:fix/rsplit-clone, r=yaahc | Matthias Krüger | -0/+11 |
| 2021-10-23 | Rollup merge of #90087 - calebcartwright:rustfmt-subtree, r=calebcartwright | Matthias Krüger | -918/+2904 |
| 2021-10-23 | Rollup merge of #90070 - llogiq:compiletest-config-edition, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -0/+80 |
| 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-23 | Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simul... | bors | -3/+21 |
| 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 | -1/+61 |
| 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 #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -11/+5 |
| 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 | Auto merge of #90126 - flip1995:clippyup, r=Manishearth | bors | -628/+4334 |
| 2021-10-21 | fix doc issue in rustfmt | Caleb Cartwright | -1/+1 |
| 2021-10-21 | Time out docker load after 10 minutes, kill after 12 due to CI hangs. | Hans Kratz | -1/+4 |
| 2021-10-21 | add tests for -Zlocation-detail | Hudson Ayers | -0/+37 |
| 2021-10-21 | document the unstable location-detail flag | Hudson Ayers | -0/+43 |
| 2021-10-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -628/+4334 |
| 2021-10-21 | Add test for issue #78561 | samlich | -0/+23 |
| 2021-10-21 | Debug output before loading docker images as that might hang. | Hans Kratz | -0/+1 |
| 2021-10-21 | CI: make cache download attempt time out after 10 minutes | Hans Kratz | -1/+2 |
| 2021-10-21 | Rollup merge of #90098 - GuillaumeGomez:add-test-foreign-impl-missing-doc-cod... | Yuki Okushi | -1/+10 |
| 2021-10-21 | Rollup merge of #90097 - GuillaumeGomez:duplicated-sidebar-entry-reexported-m... | Yuki Okushi | -6/+19 |
| 2021-10-21 | Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jsha | Yuki Okushi | -1/+24 |
| 2021-10-21 | Rollup merge of #90031 - durin42:allow-llvm-tests, r=Mark-Simulacrum | Yuki Okushi | -1/+7 |
| 2021-10-21 | Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-Simulacrum | Yuki Okushi | -4/+25 |
| 2021-10-21 | Auto merge of #89998 - camelid:box-default, r=jyn514 | bors | -13/+17 |
| 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 edition configuration to compiletest | Andre Bogus | -1/+12 |
| 2021-10-20 | ensure cargo-fmt tests are excluded from root workspace | Caleb Cartwright | -0/+2 |
| 2021-10-20 | Add test to ensure that the missing_doc_code_examples is not triggered on for... | Guillaume Gomez | -1/+10 |
| 2021-10-20 | Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=... | bors | -0/+10 |
| 2021-10-20 | Add test for duplicated sidebar entries for reexported macro | Guillaume Gomez | -6/+19 |
| 2021-10-20 | Add test for line-number setting | Guillaume Gomez | -0/+23 |
| 2021-10-20 | Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree | Caleb Cartwright | -918/+2902 |
| 2021-10-19 | Merge branch 'master' into 1.4.38-subtree | Caleb Cartwright | -518/+848 |