| Age | Commit message (Expand) | Author | Lines |
| 2022-09-17 | bless tests again | Deadbeef | -104/+64 |
| 2022-09-16 | Bless ui tests after typeck code change | Deadbeef | -123/+101 |
| 2022-09-16 | do const trait method bounds check later in rustc_const_eval | Deadbeef | -63/+89 |
| 2022-09-16 | bless tests | Deadbeef | -163/+228 |
| 2022-09-16 | Add test | Deadbeef | -0/+23 |
| 2022-09-16 | Rollup merge of #101864 - notriddle:notriddle/h1-h2-h3-h4, r=GuillaumeGomez | Dylan DPC | -1/+0 |
| 2022-09-16 | Rollup merge of #101809 - aDotInTheVoid:jsondoclint, r=GuillaumeGomez | Dylan DPC | -206/+797 |
| 2022-09-16 | Rollup merge of #101753 - oli-obk:tait_closure_args, r=compiler-errors | Dylan DPC | -9/+48 |
| 2022-09-16 | Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkov | Dylan DPC | -0/+137 |
| 2022-09-16 | Rollup merge of #101722 - aDotInTheVoid:rdy-ty-prim-docs, r=CraftSpider | Dylan DPC | -2/+2 |
| 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 | rustdoc: remove no-op CSS `h1-4 { color: --main-color }` | Michael Howell | -1/+0 |
| 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 | jsondoclint: Fix TODO's | Nixon Enraght-Moony | -6/+20 |
| 2022-09-14 | jsondoclint: More precise `Path` checks | Nixon Enraght-Moony | -14/+29 |
| 2022-09-14 | Rustdoc-Json: Add test for extern_types | Nixon Enraght-Moony | -2/+19 |
| 2022-09-14 | Remove check_missing_items.py | Nixon Enraght-Moony | -211/+0 |
| 2022-09-14 | jsondoclint: Document validator | Nixon Enraght-Moony | -22/+29 |
| 2022-09-14 | Primitives can appear in modules. | Nixon Enraght-Moony | -1/+1 |
| 2022-09-14 | jsondocck: Find path to Id's not in index | Nixon Enraght-Moony | -3/+99 |
| 2022-09-14 | jsondocck: Better errors | Nixon Enraght-Moony | -45/+70 |
| 2022-09-14 | jsondoclint: Add `Kind` abstraction | Nixon Enraght-Moony | -66/+213 |
| 2022-09-14 | jsondoclint: Tree Walk Validator | Nixon Enraght-Moony | -1/+457 |
| 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 |