| Age | Commit message (Expand) | Author | Lines |
| 2022-12-10 | Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-Simulacrum | Matthias Krüger | -96/+138 |
| 2022-12-10 | Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiser | Matthias Krüger | -0/+83 |
| 2022-12-09 | Rollup merge of #105506 - estebank:rustc_must_implement_one_of, r=compiler-er... | Matthias Krüger | -28/+28 |
| 2022-12-09 | Rollup merge of #105504 - notriddle:notriddle/stab-css, r=GuillaumeGomez | Matthias Krüger | -27/+54 |
| 2022-12-09 | Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r... | Matthias Krüger | -1/+0 |
| 2022-12-09 | Rollup merge of #105385 - uweigand:s390x-test-lld, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-12-09 | Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebank | Matthias Krüger | -0/+48 |
| 2022-12-09 | Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiser | Matthias Krüger | -0/+35 |
| 2022-12-09 | Tweak `rustc_must_implement_one_of` diagnostic output | Esteban Küber | -28/+28 |
| 2022-12-09 | rustdoc: make stability badge CSS more consistent | Michael Howell | -27/+54 |
| 2022-12-09 | bump version to 1.68 | Pietro Albini | -1/+1 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -47/+236 |
| 2022-12-09 | Rollup merge of #105470 - flip1995:clippy_backport, r=Manishearth | Matthias Krüger | -4/+2 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -0/+52 |
| 2022-12-09 | Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=Guillaume... | Matthias Krüger | -10/+57 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -3/+13 |
| 2022-12-09 | Rollup merge of #105389 - ogarokpeter:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not... | Matthias Krüger | -25/+111 |
| 2022-12-09 | Rollup merge of #105216 - GuillaumeGomez:rm-unused-gui-test, r=notriddle | Matthias Krüger | -4/+0 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -793/+2109 |
| 2022-12-09 | Auto merge of #105456 - matthiaskrgr:rollup-yennygf, r=matthiaskrgr | bors | -222/+444 |
| 2022-12-08 | rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }` | Michael Howell | -1/+0 |
| 2022-12-08 | Add `rustc_on_unimplemented` to `Sum` and `Product` trait. | Nixon Enraght-Moony | -0/+48 |
| 2022-12-09 | Ignore errors when including clear_expected_if_blessed | Tomasz Miąsko | -1/+1 |
| 2022-12-08 | Fix #10021 | Samuel Moelius | -4/+2 |
| 2022-12-08 | rustdoc: add GUI test case for docblock table colors | Michael Howell | -1/+51 |
| 2022-12-08 | Update rustdoc test to check its error output | Guillaume Gomez | -1/+11 |
| 2022-12-08 | Rollup merge of #105433 - ComputerDruid:docker_continuation_fix, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-12-08 | Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -208/+239 |
| 2022-12-08 | Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -11/+179 |
| 2022-12-08 | add regression test for #105009 | lcnr | -0/+52 |
| 2022-12-08 | Auto merge of #105415 - nikic:update-llvm-10, r=cuviper | bors | -0/+0 |
| 2022-12-07 | rustdoc: clean up docblock table CSS | Michael Howell | -10/+7 |
| 2022-12-07 | CI: add missing line continuation marker | Dan Johnson | -2/+2 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-07 | Improve calculation of scraped example minimized height | Will Crichton | -5/+15 |
| 2022-12-07 | Properly print generator interior type sizes | Michael Goulet | -11/+28 |
| 2022-12-07 | Revert crate_types change, add new bin_crate field | Will Crichton | -18/+22 |
| 2022-12-07 | Fix rustdoc error with no providec crate-type, fix scrape examples button col... | Will Crichton | -3/+9 |
| 2022-12-07 | Fix es-check | Will Crichton | -1/+1 |
| 2022-12-07 | Update scrape-examples help, fix documentation typos | Will Crichton | -9/+11 |
| 2022-12-07 | Factor scrape-examples toggle test into a new file | Will Crichton | -38/+14 |
| 2022-12-07 | Include additional documentation for scrape-examples changes | Will Crichton | -2/+8 |
| 2022-12-07 | Only put title over example on large screens | Will Crichton | -10/+13 |
| 2022-12-07 | Add explanations to scrape-examples integration test | Will Crichton | -0/+6 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -33/+106 |
| 2022-12-07 | Don't silently ignore errors that happen during rendering | Guillaume Gomez | -2/+2 |