| Age | Commit message (Expand) | Author | Lines |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -14/+14 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-31 | Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -14/+14 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+1 |
| 2021-10-30 | Rollup merge of #90399 - yuvaldolev:as-ref-overly-verbose-diagnostic, r=estebank | Guillaume Gomez | -0/+12 |
| 2021-10-30 | Rollup merge of #90375 - yanok:master, r=lcnr | Guillaume Gomez | -0/+41 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -8/+510 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -0/+47 |
| 2021-10-30 | Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obk | Matthias Krüger | -0/+20 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -2/+2 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -2/+2 |
| 2021-10-29 | Explicitly skipping suggestions for 'Pin' as it does not implement the 'AsRef... | Yuval Dolev | -17/+0 |
| 2021-10-29 | Skip suggestions for the AsRef trait | Yuval Dolev | -0/+29 |
| 2021-10-29 | Auto merge of #90373 - tmiasko:union-qualification, r=oli-obk | bors | -0/+89 |
| 2021-10-29 | ignore type flags insertion in default_anon_const_substs if error occurred | b-naber | -0/+47 |
| 2021-10-29 | add test | b-naber | -0/+20 |
| 2021-10-29 | Auto merge of #90214 - tmiasko:indirect-mutation-qualif, r=ecstatic-morse,oli... | bors | -0/+93 |
| 2021-10-28 | Add comments to hygiene tests | Matthew Jasper | -4/+37 |
| 2021-10-28 | Auto merge of #90218 - JakobDegen:adt_significant_drop_fix, r=nikomatsakis | bors | -0/+37 |
| 2021-10-28 | Add test cases | Ilya Yanok | -0/+41 |
| 2021-10-28 | Use type based qualification for unions | Tomasz Miąsko | -0/+89 |
| 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 | Consider indirect mutation during const qualification dataflow | Tomasz Miąsko | -0/+93 |
| 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 |