| 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 | -3/+58 |
| 2022-09-15 | Auto merge of #101858 - oli-obk:lift_derive, r=lcnr | bors | -887/+90 |
| 2022-09-15 | Merge all `TypeVisitable for &List<T>` impls into one generic one | Oli Scherer | -41/+13 |
| 2022-09-15 | Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726 | bors | -65/+221 |
| 2022-09-15 | Replace more manual TypeFoldable and TypeVisitable impls with derives | Oli Scherer | -109/+15 |
| 2022-09-15 | derive TypeVisitable and TypeFoldable for mir types | Oli Scherer | -312/+25 |
| 2022-09-15 | Derive TypeFoldable and TypeVisitable for mir::PlaceElement | Oli Scherer | -32/+1 |
| 2022-09-15 | Resolve a FIXME | Oli Scherer | -8/+4 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -385/+32 |
| 2022-09-15 | Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot | bors | -52/+40 |
| 2022-09-15 | Auto merge of #101811 - flip1995:clippyup, r=flip1995 | bors | -3/+2 |
| 2022-09-15 | Auto merge of #101838 - matthiaskrgr:rollup-d1nm6b3, r=matthiaskrgr | bors | -80/+184 |
| 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 #101810 - raldone01:feat/const_partial_eq_ordering, r=fee1-dead | Matthias Krüger | -1/+14 |
| 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 #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandry | Matthias Krüger | -17/+16 |
| 2022-09-15 | Rollup merge of #100415 - WorksButNotTested:be8, r=wesleywiser | Matthias Krüger | -0/+96 |
| 2022-09-15 | Auto merge of #101830 - nnethercote:streamline-register_res, r=jyn514 | bors | -21/+5 |
| 2022-09-15 | add diagram to explain the MIR structure | Ding Xiang Fei | -0/+53 |
| 2022-09-15 | add explanatory note | Ding Xiang Fei | -0/+15 |
| 2022-09-15 | enclose else block in terminating scope | Ding Xiang Fei | -2/+2 |
| 2022-09-15 | supplement for the missing or incomplete comments | Ding Xiang Fei | -2/+13 |
| 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 | -65/+122 |
| 2022-09-15 | Normalize struct types in confirm_builtin_unsize_candidate | Michael Goulet | -3/+58 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -488/+670 |
| 2022-09-14 | Adding backtrace off option for fuchsia targets | Andrew Pollack | -17/+16 |
| 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 | Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot | bors | -27/+111 |
| 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 | -104/+617 |
| 2022-09-14 | Changes to rename target and update docs | Your Name | -14/+15 |
| 2022-09-14 | Update compiler/rustc_macros/src/query.rs | Camille Gillot | -1/+1 |
| 2022-09-14 | Correct Key impl for HirId. | Camille GILLOT | -2/+2 |
| 2022-09-14 | Add FIXME. | Camille GILLOT | -0/+2 |
| 2022-09-14 | Comment LintLevelSets. | Camille GILLOT | -1/+12 |
| 2022-09-14 | Bless ui test. | Camille GILLOT | -11/+66 |
| 2022-09-14 | Remove unused tool_name. | Camille GILLOT | -6/+0 |
| 2022-09-14 | Move some code and add comments. | Camille GILLOT | -252/+192 |
| 2022-09-14 | Allow query system to recover a HirId. | Camille GILLOT | -7/+37 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -332/+482 |
| 2022-09-14 | rustdoc: clean up CSS `#titles` using flexbox | Michael Howell | -23/+6 |