| Age | Commit message (Expand) | Author | Lines |
| 2022-09-13 | Address code review comments | Eric Holk | -2/+7 |
| 2022-09-13 | Update issue-68114.rs | Eric Holk | -16/+103 |
| 2022-09-13 | Update issue-64130-4-async-move.rs | Eric Holk | -6/+36 |
| 2022-09-13 | Update async-await-let-else for drop tracking | Eric Holk | -17/+130 |
| 2022-09-13 | Auto merge of #101777 - matthiaskrgr:rollup-x2dyaa2, r=matthiaskrgr | bors | -0/+10 |
| 2022-09-13 | Rollup merge of #101770 - aDotInTheVoid:rdj-index-clone, r=GuillaumeGomez | Matthias Krüger | -0/+7 |
| 2022-09-13 | Rollup merge of #101737 - notriddle:notriddle/search-results-result-name-span... | Matthias Krüger | -0/+3 |
| 2022-09-13 | Auto merge of #101086 - cjgillot:thir-param, r=oli-obk | bors | -488/+290 |
| 2022-09-13 | Emit an error instead of reconstructing token stream. | Camille GILLOT | -1/+8 |
| 2022-09-13 | Manually cleanup token stream when macro expansion aborts. | Camille GILLOT | -0/+41 |
| 2022-09-13 | Rustdoc-Json: Don't loose subitems of foreign traits. | Nixon Enraght-Moony | -0/+7 |
| 2022-09-13 | Rebase fallout. | Camille GILLOT | -12/+8 |
| 2022-09-13 | Bless coverage report. | Camille GILLOT | -14/+14 |
| 2022-09-13 | Bless codegen. | Camille GILLOT | -2/+2 |
| 2022-09-13 | Use def_span for external requirements. | Camille GILLOT | -419/+134 |
| 2022-09-13 | Bless codegen test. | Camille GILLOT | -2/+2 |
| 2022-09-13 | Compute explicit MIR params on THIR. | Camille GILLOT | -0/+1 |
| 2022-09-13 | Simplify MIR building entry. | Camille GILLOT | -0/+10 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -252/+332 |
| 2022-09-13 | rebase | b-naber | -42/+22 |
| 2022-09-13 | bless tests | b-naber | -8/+389 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -10/+5 |
| 2022-09-13 | Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPC | bors | -201/+134 |
| 2022-09-13 | Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwco | Dylan DPC | -201/+134 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -766/+307 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -0/+110 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+594 |
| 2022-09-12 | Move dyn* tests to their own directory | Eric Holk | -1/+1 |
| 2022-09-12 | Update feature flags on dyn-star tests | Eric Holk | -4/+4 |
| 2022-09-12 | Construct dyn* during const interp | Michael Goulet | -1/+1 |
| 2022-09-12 | Add test to make sure we run custom destructors | Eric Holk | -0/+23 |
| 2022-09-12 | Add test case for calling methods on dyn* object | Eric Holk | -0/+25 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -1/+1 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -7/+19 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -2/+36 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -0/+32 |
| 2022-09-12 | Adding ignore-fuchsia arg to non-applicable compiler ui tests | Andrew Pollack | -0/+6 |
| 2022-09-12 | Don't trim substitution if it's only whitespace | Michael Goulet | -14/+14 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -187/+120 |
| 2022-09-12 | rustdoc: remove no-op CSS `.search-results .result-name > span` | Michael Howell | -0/+3 |
| 2022-09-12 | Fix raw-dylib with link_name | Daniel Paoliello | -0/+137 |
| 2022-09-12 | Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill... | Guillaume Gomez | -1/+14 |
| 2022-09-12 | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | -34/+82 |
| 2022-09-12 | Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui... | Guillaume Gomez | -10/+250 |
| 2022-09-12 | Rollup merge of #101723 - lukas-code:await-diag, r=compiler-errors | Guillaume Gomez | -12/+41 |
| 2022-09-12 | Rollup merge of #101677 - winxpqq955:issue-101211, r=fee1-dead | Guillaume Gomez | -0/+29 |
| 2022-09-12 | Rollup merge of #100185 - compiler-errors:issue-100183, r=wesleywiser | Guillaume Gomez | -0/+20 |
| 2022-09-12 | rustdoc: fix treatment of backslash-escaped HTML | Michael Howell | -1/+14 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -34/+82 |
| 2022-09-12 | rustdoc: improve rustdoc HTML suggestions handling of nested generics | Michael Howell | -10/+250 |