| Age | Commit message (Expand) | Author | Lines |
| 2022-09-15 | enclose else block in terminating scope | Ding Xiang Fei | -2/+1 |
| 2022-09-15 | add test for #99975 | Ding Xiang Fei | -0/+20 |
| 2022-09-15 | reorder nesting scopes and declare bindings without drop schedule | Ding Xiang Fei | -1/+3 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -10/+144 |
| 2022-09-14 | Rollup merge of #101779 - eholk:drop-tracking-test-output, r=jyn514 | Dylan DPC | -72/+372 |
| 2022-09-14 | Rollup merge of #101773 - notriddle:notriddle/content-table, r=GuillaumeGomez | Dylan DPC | -9/+1 |
| 2022-09-14 | Rollup merge of #101769 - notriddle:notriddle/out-of-band-span-since, r=Guill... | Dylan DPC | -1/+0 |
| 2022-09-14 | Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile... | Dylan DPC | -0/+200 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -11/+11 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+133 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -0/+67 |
| 2022-09-13 | Auto merge of #101776 - weihanglo:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-09-13 | Update parsing test | Eric Holk | -3/+3 |
| 2022-09-13 | Update must_not_suspend/ref.rs | Eric Holk | -10/+37 |
| 2022-09-13 | Update partial-drop-partial-reinit.rs | Eric Holk | -7/+45 |
| 2022-09-13 | Update issue-65436-raw-ptr-not-send.rs | Eric Holk | -6/+10 |
| 2022-09-13 | Update issue-70935-complex-spans.rs | Eric Holk | -10/+11 |
| 2022-09-13 | Address code review comments | Eric Holk | -199/+134 |
| 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 | -153/+559 |
| 2022-09-13 | Rollup merge of #101770 - aDotInTheVoid:rdj-index-clone, r=GuillaumeGomez | Matthias Krüger | -4/+27 |
| 2022-09-13 | Rollup merge of #101759 - lnicola:rust-analyzer-2022-09-13, r=lnicola | Matthias Krüger | -143/+529 |
| 2022-09-13 | Rollup merge of #101737 - notriddle:notriddle/search-results-result-name-span... | Matthias Krüger | -6/+3 |
| 2022-09-13 | Update cargo | Weihang Lo | -0/+0 |
| 2022-09-13 | rustdoc: remove outdated CSS `.content table` etc | Michael Howell | -9/+1 |
| 2022-09-13 | Auto merge of #101086 - cjgillot:thir-param, r=oli-obk | bors | -488/+290 |
| 2022-09-13 | Rustdoc-Json: Don't loose subitems of foreign traits. | Nixon Enraght-Moony | -4/+27 |
| 2022-09-13 | rustdoc: remove redundant CSS `.out-of-band > span.since { position }` | Michael Howell | -1/+0 |
| 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 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -10/+5 |
| 2022-09-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -143/+529 |
| 2022-09-13 | Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPC | bors | -205/+137 |
| 2022-09-13 | Rollup merge of #101748 - notriddle:notriddle/source-sidebar-sidebar-toggle, ... | Dylan DPC | -1/+0 |
| 2022-09-13 | Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwco | Dylan DPC | -201/+134 |
| 2022-09-13 | Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -779/+308 |
| 2022-09-13 | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | -28/+60 |
| 2022-09-12 | rustdoc: remove redundant CSS `#source-sidebar, #sidebar-toggle` | Michael Howell | -1/+0 |
| 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 |