| Age | Commit message (Expand) | Author | Lines |
| 2021-10-26 | Auto merge of #90075 - pierwill:fix-79717, r=petrochenkov | bors | -76/+150 |
| 2021-10-26 | Rollup merge of #90295 - ehuss:update-cargo, r=ehuss | Matthias Krüger | -0/+0 |
| 2021-10-26 | Rollup merge of #90294 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2021-10-26 | Rollup merge of #90241 - DrMeepster:thiscall_lint_upgrade, r=petrochenkov | Matthias Krüger | -40/+28 |
| 2021-10-26 | Rollup merge of #90181 - notriddle:notriddle/error-pointer, r=estebank | Matthias Krüger | -74/+161 |
| 2021-10-25 | Update cargo | Eric Huss | -0/+0 |
| 2021-10-25 | Update books | Eric Huss | -0/+0 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -76/+150 |
| 2021-10-26 | Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillot | bors | -3/+2 |
| 2021-10-25 | make thiscall on unsupported platforms an error | DrMeepster | -40/+28 |
| 2021-10-25 | Auto merge of #90282 - matthiaskrgr:rollup-c6trbff, r=matthiaskrgr | bors | -16/+50 |
| 2021-10-25 | Rollup merge of #90266 - b-naber:uneval_substs, r=lcnr | Matthias Krüger | -0/+25 |
| 2021-10-25 | Rollup merge of #90255 - lnicola:rust-analyzer-2021-10-25, r=lnicola | Matthias Krüger | -16/+16 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -74/+161 |
| 2021-10-25 | Auto merge of #89430 - GuillaumeGomez:rustdoc-clippy-lints, r=jyn514,camelid,... | bors | -221/+194 |
| 2021-10-25 | Auto merge of #90265 - GuillaumeGomez:rollup-gx3ficp, r=GuillaumeGomez | bors | -12/+40 |
| 2021-10-25 | Rollup merge of #90261 - Mark-Simulacrum:fix-try, r=pietroalbini | Guillaume Gomez | -11/+3 |
| 2021-10-25 | Rollup merge of #90233 - GuillaumeGomez:tooltip-overflow, r=camelid | Guillaume Gomez | -1/+9 |
| 2021-10-25 | Rollup merge of #90017 - jackh726:issue-tests, r=nikomatsakis | Guillaume Gomez | -0/+28 |
| 2021-10-25 | add tests | b-naber | -0/+25 |
| 2021-10-25 | Move back to linux builder on try builds | Mark Rousskov | -11/+3 |
| 2021-10-25 | Fix test | bjorn3 | -3/+2 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -340/+337 |
| 2021-10-25 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2021-10-25 | Fix scrollbars appearing on information tooltip on mac when they shouldn't | Guillaume Gomez | -1/+9 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -221/+194 |
| 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-23 | remove "field is never read" warning | Pietro Albini | -4/+1 |
| 2021-10-23 | bump boostrap compiler | Pietro Albini | -336/+336 |
| 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 |