| Age | Commit message (Expand) | Author | Lines |
| 2021-10-29 | ignore type flags insertion in default_anon_const_substs if error occurred | b-naber | -0/+47 |
| 2021-10-27 | Rollup merge of #90304 - vandenheuvel:test_issue_75961, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2021-10-27 | Rollup merge of #90288 - JakobDegen:import_diagnostics, r=davidtwco | Matthias Krüger | -0/+108 |
| 2021-10-27 | Rollup merge of #90267 - EliseZeroTwo:elisezerotwo/fix_invalid_attrs_ice, r=A... | Matthias Krüger | -0/+46 |
| 2021-10-27 | test: add test for inner attribute followed by outer attribute causing ICE | EliseZeroTwo | -0/+46 |
| 2021-10-27 | Add regression test for #75961 | Bram van den Heuvel | -0/+7 |
| 2021-10-27 | Auto merge of #89937 - JohnTitor:fix-89875, r=Amanieu | bors | -0/+14 |
| 2021-10-26 | Reverting switching test to no_std and adjust output after rebase. | Jakob Degen | -30/+41 |
| 2021-10-26 | Fix line numbers in test | Jakob Degen | -4/+4 |
| 2021-10-26 | Make `ui/suggestions/suggest-tryinto-edition-change.rs` no_std to avoid getti... | Jakob Degen | -41/+30 |
| 2021-10-26 | Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i... | Jakob Degen | -8/+83 |
| 2021-10-26 | Add test checking that Edition 2021 is suggested for .try_into() and fix othe... | Jakob Degen | -0/+33 |
| 2021-10-26 | Rollup merge of #90305 - vandenheuvel:test_issue_87258, r=Mark-Simulacrum | Matthias Krüger | -0/+72 |
| 2021-10-26 | Rollup merge of #90303 - WaffleLapkin:regression_test_90164, r=JohnTitor | Matthias Krüger | -0/+31 |
| 2021-10-26 | Add regression test for #87258 | Bram van den Heuvel | -0/+72 |
| 2021-10-26 | Add regression test for issue 90164 | Maybe Waffle | -0/+31 |
| 2021-10-26 | Auto merge of #90075 - pierwill:fix-79717, r=petrochenkov | bors | -76/+150 |
| 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-26 | Add a regression test for issue-89875 | Yuki Okushi | -0/+14 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -76/+150 |
| 2021-10-25 | make thiscall on unsupported platforms an error | DrMeepster | -40/+28 |
| 2021-10-25 | Rollup merge of #90266 - b-naber:uneval_substs, r=lcnr | Matthias Krüger | -0/+25 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -74/+161 |
| 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 | 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 | -69/+440 |
| 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 | -22/+22 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -49/+420 |
| 2021-10-24 | Fix ICE when forgetting to `Box` a parameter to a `Self::func` call | Jakob Degen | -0/+30 |
| 2021-10-23 | Auto merge of #90175 - cuviper:min-llvm-12, r=nagisa | bors | -57/+48 |
| 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 | -111/+136 |
| 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 | 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 | 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 | Hide negative coherence checks under negative_impls feature flag | Santiago Pastorino | -0/+32 |
| 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 | -3/+1 |