| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | rustdoc: move cross-crate lifetime/outlives bounds on GAT params from where-c... | León Orell Valerian Liehr | -2/+15 |
| 2022-11-04 | rustdoc: render unnamed arguments as underscores in cross-crate functions & f... | León Orell Valerian Liehr | -16/+19 |
| 2022-11-04 | rustdoc: render late-bound lifetimes in generic parameter list of cross-crate... | León Orell Valerian Liehr | -8/+35 |
| 2022-11-04 | Rollup merge of #103950 - nbdd0121:master, r=tmiasko | Matthias Krüger | -0/+12 |
| 2022-11-04 | Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr... | Matthias Krüger | -153/+129 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -0/+63 |
| 2022-11-04 | Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgr | bors | -29/+86 |
| 2022-11-04 | Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-t... | Matthias Krüger | -1/+0 |
| 2022-11-04 | Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r... | Matthias Krüger | -2/+19 |
| 2022-11-04 | Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514 | Matthias Krüger | -8/+8 |
| 2022-11-04 | Rollup merge of #103912 - flba-eb:doc_adding_tier3_target, r=davidtwco | Matthias Krüger | -0/+25 |
| 2022-11-04 | Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=Gui... | Matthias Krüger | -1/+0 |
| 2022-11-04 | Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomez | Matthias Krüger | -17/+34 |
| 2022-11-04 | Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomez | bors | -65/+62 |
| 2022-11-04 | Fix ICE when negative impl is collected during eager mono | Gary Guo | -0/+12 |
| 2022-11-04 | Auto merge of #101834 - compiler-errors:super-deduce-closure-sig, r=lcnr | bors | -28/+30 |
| 2022-11-03 | rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }` | Michael Howell | -1/+0 |
| 2022-11-03 | rustdoc: clean up hardcoded CSS border color on search results | Michael Howell | -2/+19 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -153/+129 |
| 2022-11-03 | Move some tests from `src/test/ui` to more reasonable places | Deadbeef | -8/+8 |
| 2022-11-03 | Elaborate supertrait obligations when deducing closure signature | Michael Goulet | -28/+30 |
| 2022-11-03 | Revert "Update cargo" | Mark Rousskov | -0/+0 |
| 2022-11-03 | Add howto for adding new targets | Florian Bartels | -0/+25 |
| 2022-11-03 | Auto merge of #103904 - JakobDegen:mir-opt-dash, r=oli-obk | bors | -3262/+3299 |
| 2022-11-03 | Auto merge of #103860 - weihanglo:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-11-03 | Auto merge of #103903 - matthiaskrgr:rollup-r5xcvrp, r=matthiaskrgr | bors | -19/+161 |
| 2022-11-02 | rustdoc: add size tracking for `Generics` | Michael Howell | -0/+1 |
| 2022-11-02 | rustdoc: remove unneeded Box from ItemKind | Michael Howell | -4/+4 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -61/+57 |
| 2022-11-02 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -3262/+3299 |
| 2022-11-02 | rustdoc: remove redundant mobile CSS `.sidebar-elems { background }` | Michael Howell | -1/+0 |
| 2022-11-02 | Rollup merge of #103890 - notriddle:notriddle/mobile-rustdoc-padding-top, r=G... | Matthias Krüger | -1/+0 |
| 2022-11-02 | Rollup merge of #103886 - GuillaumeGomez:local-reexport-doc, r=notriddle | Matthias Krüger | -18/+53 |
| 2022-11-02 | Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-dead | Matthias Krüger | -0/+75 |
| 2022-11-02 | Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr... | Matthias Krüger | -0/+33 |
| 2022-11-02 | Auto merge of #103846 - Kobzol:revert-103295-ninja, r=cuviper | bors | -5/+4 |
| 2022-11-02 | Properly render asyncness for traits without default body | Michael Goulet | -17/+34 |
| 2022-11-02 | rustdoc: remove unused mobile CSS `.rustdoc { padding-top: 0 }` | Michael Howell | -1/+0 |
| 2022-11-02 | Rollup merge of #103855 - notriddle:notriddle/mobile-item-table, r=GuillaumeG... | Dylan DPC | -8/+1 |
| 2022-11-02 | Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk | Dylan DPC | -4/+1 |
| 2022-11-02 | Rollup merge of #103275 - Manishearth:tinystrup, r=pnkfelix | Dylan DPC | -0/+2 |
| 2022-11-02 | Add regression test for doc of reexport of local items | Guillaume Gomez | -0/+16 |
| 2022-11-02 | Fix merge of attributes for reexports of local items | Guillaume Gomez | -18/+37 |
| 2022-11-02 | Auto merge of #103690 - GuillaumeGomez:visibility-on-demand, r=notriddle | bors | -145/+144 |
| 2022-11-02 | Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomez | bors | -4/+12 |
| 2022-11-02 | return const_error when ty has errors | Takayuki Maeda | -0/+75 |
| 2022-11-01 | Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errors | Manish Goregaokar | -0/+6 |
| 2022-11-01 | Rollup merge of #103837 - GuillaumeGomez:migrate-sidebar-links-color-gui-test... | Manish Goregaokar | -225/+162 |
| 2022-11-01 | Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514 | Manish Goregaokar | -496/+158 |