| Age | Commit message (Expand) | Author | Lines |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -3/+6 |
| 2022-09-28 | Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelid | Yuki Okushi | -3/+0 |
| 2022-09-28 | Address review comments. | Nicholas Nethercote | -1/+1 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -2/+2 |
| 2022-09-27 | rustdoc: remove redundant mobile `.source > .sidebar` CSS | Michael Howell | -3/+0 |
| 2022-09-27 | Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddle | Matthias Krüger | -1/+3 |
| 2022-09-27 | Rollup merge of #102367 - notriddle:notriddle/help-text-align, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 2022-09-27 | Rollup merge of #102330 - notriddle:notriddle/srclink, r=GuillaumeGomez | Matthias Krüger | -7/+0 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -32/+21 |
| 2022-09-27 | Fix regression for results colors | Guillaume Gomez | -1/+3 |
| 2022-09-27 | rustdoc: remove redundant `#help-button` CSS | Michael Howell | -5/+0 |
| 2022-09-27 | rustdoc: use CSS containment to speed up render | Jacob Hoffman-Andrews | -13/+29 |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -1/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -5/+5 |
| 2022-09-26 | Rollup merge of #102325 - notriddle:notriddle/line-number, r=GuillaumeGomez | Michael Howell | -28/+28 |
| 2022-09-26 | Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomez | Michael Howell | -3/+11 |
| 2022-09-26 | Rollup merge of #102319 - notriddle:notriddle/td-th, r=GuillaumeGomez | Michael Howell | -9/+1 |
| 2022-09-26 | rustdoc: remove no-op CSS `.srclink { font-weight; font-size }` | Michael Howell | -7/+0 |
| 2022-09-26 | rustdoc: simplify example-line-numbers CSS selector | Michael Howell | -4/+4 |
| 2022-09-26 | rustdoc: give `.line-number` / `.line-numbers` meaningful names | Michael Howell | -28/+28 |
| 2022-09-26 | Rustdoc-Json: List impls for primitives | Nixon Enraght-Moony | -3/+11 |
| 2022-09-26 | rustdoc: merge `table { border-collapse } into `.docblock table` | Michael Howell | -4/+1 |
| 2022-09-26 | rustdoc: remove unneeded CSS `td, th { padding 0 }` | Michael Howell | -5/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -3/+0 |
| 2022-09-26 | Add `rustc_lexer::TokenKind::Eof`. | Nicholas Nethercote | -1/+5 |
| 2022-09-26 | Make `rustc_lexer::cursor::Cursor` public. | Nicholas Nethercote | -5/+4 |
| 2022-09-25 | rustdoc: clean up `.out-of-band`/`.in-band` CSS | Michael Howell | -14/+8 |
| 2022-09-25 | Rollup merge of #102242 - notriddle:notriddle/summary, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-09-25 | Rollup merge of #102240 - notriddle:notriddle/main-line-numbers, r=GuillaumeG... | Matthias Krüger | -4/+0 |
| 2022-09-25 | Rollup merge of #102216 - ehuss:rustdoc-diagnostic-width, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -11/+10 |
| 2022-09-24 | rustdoc: remove unused CSS `.summary` | Michael Howell | -4/+0 |
| 2022-09-24 | rustdoc: remove unused CSS `#main-content > .line-numbers` | Michael Howell | -4/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -11/+10 |
| 2022-09-24 | Rollup merge of #102203 - notriddle:notriddle/source-sidebar, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 2022-09-24 | Rollup merge of #102146 - notriddle:notriddle/sidebar-jank, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-09-23 | rustdoc: Stabilize --diagnostic-width | Eric Huss | -1/+1 |
| 2022-09-23 | rustdoc: remove no-op CSS rule `#source-sidebar { z-index: 1 }` | Michael Howell | -1/+0 |
| 2022-09-23 | rustdoc: remove no-op mobile CSS `#source-sidebar { z-index: 11 }` | Michael Howell | -4/+0 |
| 2022-09-23 | Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr | bors | -30/+17 |
| 2022-09-23 | rustdoc: CSS prevent sidebar width change jank | Michael Howell | -1/+1 |
| 2022-09-23 | Rollup merge of #102158 - notriddle:notriddle/stab-p, r=GuillaumeGomez | Matthias Krüger | -30/+17 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -2/+1 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -1/+0 |
| 2022-09-23 | Rollup merge of #102066 - notriddle:notriddle/headers-max-width, r=GuillaumeG... | Matthias Krüger | -1/+0 |
| 2022-09-22 | rustdoc: fix unit tests | Michael Howell | -6/+5 |
| 2022-09-22 | rustdoc: clean up CSS/DOM for deprecation warnings | Michael Howell | -24/+12 |
| 2022-09-22 | Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=Guillau... | Matthias Krüger | -4/+0 |
| 2022-09-22 | Rollup merge of #102135 - GuillaumeGomez:rename-alltypes-fields, r=notriddle | Matthias Krüger | -10/+12 |