| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | rustdoc: simplify popover CSS | Michael Howell | -6/+3 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -5/+6 |
| 2022-12-13 | rustdoc: apply `pre-wrap` CSS to code-wrapped links | Michael Howell | -2/+2 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -3/+3 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -4/+4 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |
| 2022-12-13 | Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez | bors | -101/+162 |
| 2022-12-13 | Improve rustdoc markdown variable naming | Guillaume Gomez | -5/+5 |
| 2022-12-13 | Rollup merge of #105639 - notriddle:notriddle/text-css, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 2022-12-13 | Rollup merge of #105629 - notriddle:notriddle/method-toggle-trait, r=Guillaum... | Matthias Krüger | -3/+6 |
| 2022-12-12 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -3/+2 |
| 2022-12-12 | rustdoc: stop treating everything in a trait item as a method | Michael Howell | -3/+6 |
| 2022-12-12 | rustdoc: remove no-op CSS `.source pre { overflow: auto }` | Michael Howell | -1/+0 |
| 2022-12-12 | Avoid trying to normalize unnormalizable types | Oli Scherer | -2/+6 |
| 2022-12-12 | Round 3: require binders for substs | Oli Scherer | -28/+49 |
| 2022-12-12 | Round 2: make clean_middle_ty take a binder | Oli Scherer | -56/+92 |
| 2022-12-12 | Round 1: add some binders (fails due to losing bound vars and then rebinding ... | Oli Scherer | -26/+26 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -14/+20 |
| 2022-12-11 | Extend rustdoc hashtag prepended line test | Guillaume Gomez | -0/+8 |
| 2022-12-11 | Auto merge of #105554 - matthiaskrgr:rollup-ir60gc7, r=matthiaskrgr | bors | -3/+41 |
| 2022-12-11 | Rollup merge of #105539 - GuillaumeGomez:hashtag-prepended-lines-non-rust, r=... | Matthias Krüger | -3/+41 |
| 2022-12-11 | Auto merge of #105457 - GuillaumeGomez:prevent-auto-blanket-impl-retrieval, r... | bors | -0/+6 |
| 2022-12-10 | Add test for non-rust code block hashtag prepended lines | Guillaume Gomez | -0/+37 |
| 2022-12-10 | Don't take into account hashtag prepended lines if not in rust code block | Guillaume Gomez | -3/+4 |
| 2022-12-10 | Clean up lifetimes in rustdoc syntax highlighting | Nilstrieb | -24/+24 |
| 2022-12-09 | Rollup merge of #105504 - notriddle:notriddle/stab-css, r=GuillaumeGomez | Matthias Krüger | -27/+13 |
| 2022-12-09 | Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r... | Matthias Krüger | -1/+0 |
| 2022-12-09 | rustdoc: make stability badge CSS more consistent | Michael Howell | -27/+13 |
| 2022-12-09 | Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=Guillaume... | Matthias Krüger | -10/+7 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -2/+2 |
| 2022-12-09 | Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not... | Matthias Krüger | -25/+95 |
| 2022-12-08 | rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }` | Michael Howell | -1/+0 |
| 2022-12-08 | rustdoc: add GUI test case for docblock table colors | Michael Howell | -1/+1 |
| 2022-12-08 | Prevent to try to retrieve auto and blanket implementations if there were err... | Guillaume Gomez | -0/+6 |
| 2022-12-07 | rustdoc: clean up docblock table CSS | Michael Howell | -10/+7 |
| 2022-12-07 | Improve code | Guillaume Gomez | -93/+90 |
| 2022-12-07 | Speed up execution a bit by removing some walks | Guillaume Gomez | -2/+21 |
| 2022-12-07 | Improve code readability | Guillaume Gomez | -15/+23 |
| 2022-12-07 | Fix missing const expression items visit | Guillaume Gomez | -115/+158 |
| 2022-12-07 | Improve calculation of scraped example minimized height | Will Crichton | -5/+15 |
| 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 | 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 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -33/+72 |
| 2022-12-07 | Don't silently ignore errors that happen during rendering | Guillaume Gomez | -2/+2 |
| 2022-12-07 | Rollup merge of #105403 - notriddle:notriddle/item-stab-css, r=GuillaumeGomez | Matthias Krüger | -4/+2 |
| 2022-12-06 | rustdoc: simplify CSS selectors for item table `.stab` | Michael Howell | -4/+2 |