| Age | Commit message (Expand) | Author | Lines |
| 2021-10-25 | Rollup merge of #90143 - camelid:tidy-2021-followup, r=Mark-Simulacrum | Matthias Krüger | -9/+1 |
| 2021-10-25 | Rollup merge of #90127 - JohnTitor:fix-90113, r=estebank | Matthias Krüger | -0/+35 |
| 2021-10-25 | Rollup merge of #89889 - estebank:unmet-send-bound-on-foreign-future, r=tmandry | Matthias Krüger | -14/+3 |
| 2021-10-24 | Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726 | bors | -79/+450 |
| 2021-10-24 | tidy: Remove submodules from edition exception list | Noah Lev | -9/+1 |
| 2021-10-24 | Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crate | Esteban Kuber | -14/+3 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -32/+32 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -49/+420 |
| 2021-10-24 | Auto merge of #90235 - matthiaskrgr:rollup-7pqtevk, r=matthiaskrgr | bors | -21/+161 |
| 2021-10-24 | Rollup merge of #90221 - JakobDegen:issue-90213, r=cjgillot | Matthias Krüger | -0/+30 |
| 2021-10-24 | Rollup merge of #90155 - jsha:outdent-methods, r=GuillaumeGomez,camelid | Matthias Krüger | -18/+21 |
| 2021-10-24 | Rollup merge of #90100 - Mark-Simulacrum:speed-macos-ci, r=pietroalbini | Matthias Krüger | -3/+15 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+95 |
| 2021-10-24 | Auto merge of #85254 - cjgillot:reveal-mir, r=lcnr | bors | -4/+146 |
| 2021-10-24 | Fix ICE when forgetting to `Box` a parameter to a `Self::func` call | Jakob Degen | -0/+30 |
| 2021-10-24 | Auto merge of #89776 - rusticstuff:ci-overflow-checks, r=Mark-Simulacrum | bors | -0/+11 |
| 2021-10-23 | Auto merge of #90175 - cuviper:min-llvm-12, r=nagisa | bors | -112/+58 |
| 2021-10-23 | Outdent method headings so they stand out | Jacob Hoffman-Andrews | -18/+21 |
| 2021-10-23 | bless the line changes in ui/asm/aarch64/srcloc.rs | Josh Stone | -23/+23 |
| 2021-10-23 | Auto merge of #90203 - matthiaskrgr:rollup-v215wew, r=matthiaskrgr | bors | -141/+1240 |
| 2021-10-23 | Rollup merge of #90168 - tmiasko:const-qualif-storage, r=matthewjasper | Matthias Krüger | -0/+20 |
| 2021-10-23 | Rollup merge of #89829 - voidc:assoc-const-variance, r=lcnr | Matthias Krüger | -25/+32 |
| 2021-10-23 | Rollup merge of #88041 - Aaron1011:deny-proc-macro-hack, r=wesleywiser | Matthias Krüger | -86/+84 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -30/+1104 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -22/+149 |
| 2021-10-23 | Reset qualifs when a storage of a local ends | Tomasz Miąsko | -0/+20 |
| 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 | Hide negative coherence checks under negative_impls feature flag | Santiago Pastorino | -0/+32 |
| 2021-10-22 | Move def_id logic into render_call_locations | Will Crichton | -4/+3 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -20/+25 |
| 2021-10-22 | Be sure that we do not allow too much | Santiago Pastorino | -0/+36 |
| 2021-10-22 | Add rustc_strict_coherence attribute and use it to check overlap | Santiago Pastorino | -0/+49 |
| 2021-10-22 | Update the minimum external LLVM to 12 | Josh Stone | -39/+9 |
| 2021-10-22 | llvm-dwp-11 fails on absolute paths | Josh Stone | -0/+10 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -71/+37 |
| 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 |