| Age | Commit message (Expand) | Author | Lines |
| 2024-09-11 | Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez | bors | -202/+184 |
| 2024-09-10 | rustdoc: tweak spacing in toolbar | Michael Howell | -3/+9 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -37/+67 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -153/+311 |
| 2024-09-10 | Auto merge of #129337 - EtomicBomb:rfc, r=notriddle | bors | -169/+435 |
| 2024-09-09 | Auto merge of #129789 - notriddle:notriddle/inline-stmt-local, r=GuillaumeGomez | bors | -197/+215 |
| 2024-09-09 | Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT... | Jubilee | -54/+52 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -179/+195 |
| 2024-09-07 | rustdoc: use `LocalDefId` for inline stmt | Michael Howell | -20/+22 |
| 2024-09-07 | rfc#3662 changes under unstable flags | EtomicBomb | -135/+402 |
| 2024-09-07 | librustdoc::config: removed Input from Options | EtomicBomb | -35/+34 |
| 2024-09-07 | Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,... | Matthias Krüger | -5/+6 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -1/+3 |
| 2024-09-07 | Generate scraped examples buttons in JS | Guillaume Gomez | -38/+44 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -2/+2 |
| 2024-09-06 | Fix tools | Michael Goulet | -1/+3 |
| 2024-09-05 | rustdoc-search: allow trailing `Foo ->` arg search | Michael Howell | -5/+6 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -135/+172 |
| 2024-09-05 | Use a `Vec` in `rustc_interface::Config::locale_resources` | arnaudgolfouse | -2/+2 |
| 2024-09-05 | Update to new rustdoc internal API | Guillaume Gomez | -16/+13 |
| 2024-09-05 | Add missing sidebar associated items | Guillaume Gomez | -38/+56 |
| 2024-09-05 | Make impl associated constants sorted first | Guillaume Gomez | -13/+13 |
| 2024-09-05 | Sort impl associated items by kinds and then by appearance | Guillaume Gomez | -1/+52 |
| 2024-09-04 | rustdoc: unify the short-circuit on all lints | Michael Howell | -202/+184 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -145/+364 |
| 2024-09-03 | Fix square corners on line numbers when code is collapsed | Guillaume Gomez | -2/+4 |
| 2024-09-03 | Fix wrong padding for expanded scraped example | Guillaume Gomez | -0/+7 |
| 2024-09-02 | Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates | Bryanskiy | -2/+2 |
| 2024-09-02 | Simplify CSS but wrapping scraped example into a div and move the title out o... | Guillaume Gomez | -63/+46 |
| 2024-09-02 | Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc | Matthias Krüger | -4/+23 |
| 2024-09-02 | Fix scraped examples background gradient | Guillaume Gomez | -1/+11 |
| 2024-09-01 | Correctly handle code examples buttons position | Guillaume Gomez | -1/+5 |
| 2024-09-01 | rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint | schvv31n | -54/+52 |
| 2024-09-01 | Fix position of scraped examples title on mobile devices | Guillaume Gomez | -3/+14 |
| 2024-09-01 | Fix wrong rounded corners when line numbers are displayed on code examples | Guillaume Gomez | -1/+17 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -2/+8 |
| 2024-08-31 | Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri... | Matthias Krüger | -2/+8 |
| 2024-08-31 | Fix code examples buttons not appearing on click on mobile | Guillaume Gomez | -2/+8 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -2/+30 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -12/+2 |
| 2024-08-31 | Rollup merge of #126183 - Folyd:search-core, r=GuillaumeGomez,notriddle | Matthias Krüger | -2277/+2316 |
| 2024-08-31 | Unify scraped examples with other code examples | Guillaume Gomez | -130/+134 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustdoc. | Nicholas Nethercote | -2/+30 |
| 2024-08-29 | Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddle | Guillaume Gomez | -105/+94 |
| 2024-08-29 | Fix clippy lints | Guillaume Gomez | -105/+94 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -12/+2 |
| 2024-08-29 | Separate core search logic with search ui | Folyd | -2277/+2316 |
| 2024-08-28 | Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff... | Matthias Krüger | -9/+15 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -2/+5 |
| 2024-08-26 | rustdoc: fix missing resource suffix on `crates.js` | Michael Howell | -9/+15 |