| Age | Commit message (Expand) | Author | Lines |
| 2022-09-16 | bump version to 1.66.0 | Pietro Albini | -1/+1 |
| 2022-09-16 | Auto merge of #101711 - chenyukang:fix-101691, r=jyn514 | bors | -0/+37 |
| 2022-09-15 | Auto merge of #101831 - compiler-errors:issue-75899, r=jackh726 | bors | -0/+39 |
| 2022-09-15 | Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726 | bors | -1/+22 |
| 2022-09-15 | Auto merge of #101811 - flip1995:clippyup, r=flip1995 | bors | -3/+2 |
| 2022-09-15 | Rollup merge of #101828 - aDotInTheVoid:test-101743, r=jsha | Matthias Krüger | -0/+19 |
| 2022-09-15 | Rollup merge of #101820 - notriddle:notriddle/a, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-09-15 | Rollup merge of #101812 - notriddle:notriddle/titles-button, r=GuillaumeGomez | Matthias Krüger | -23/+6 |
| 2022-09-15 | Rollup merge of #101786 - chenyukang:fix-tidy-for-bootstrap, r=jyn514 | Matthias Krüger | -0/+1 |
| 2022-09-15 | Rollup merge of #101778 - notriddle:notriddle/docblock-short-p, r=GuillaumeGomez | Matthias Krüger | -38/+26 |
| 2022-09-15 | Rollup merge of #101740 - andrewpollack:add-ignore-fuchsia-ui-tests, r=tmandry | Matthias Krüger | -0/+6 |
| 2022-09-15 | Rollup merge of #100415 - WorksButNotTested:be8, r=wesleywiser | Matthias Krüger | -0/+76 |
| 2022-09-15 | Auto merge of #101830 - nnethercote:streamline-register_res, r=jyn514 | bors | -21/+5 |
| 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-15 | Normalize struct types in confirm_builtin_unsize_candidate | Michael Goulet | -0/+39 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -19/+74 |
| 2022-09-15 | Streamline `register_res`. | Nicholas Nethercote | -21/+5 |
| 2022-09-14 | Add test for #101743 | Nixon Enraght-Moony | -0/+19 |
| 2022-09-14 | rustdoc: remove no-op rule `a { background: transparent }` | Michael Howell | -1/+0 |
| 2022-09-14 | Temporarily move clippy::unused_peekable to nursery | Philipp Krones | -3/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -10/+144 |
| 2022-09-14 | Changes to rename target and update docs | Your Name | -13/+14 |
| 2022-09-14 | Bless ui test. | Camille GILLOT | -11/+66 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -8/+8 |
| 2022-09-14 | rustdoc: clean up CSS `#titles` using flexbox | Michael Howell | -23/+6 |
| 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 | tidy will not check coding style in bootstrap/target | yukang | -0/+1 |
| 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 | rustdoc: clean up DOM by removing `.dockblock-short p` | Michael Howell | -38/+26 |
| 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 |