| Age | Commit message (Expand) | Author | Lines |
| 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 | -0/+8 |
| 2024-08-31 | Rollup merge of #126183 - Folyd:search-core, r=GuillaumeGomez,notriddle | Matthias Krüger | -2277/+2316 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustdoc. | Nicholas Nethercote | -0/+8 |
| 2024-08-29 | Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddle | Guillaume Gomez | -10/+9 |
| 2024-08-29 | Fix clippy lints | Guillaume Gomez | -10/+9 |
| 2024-08-29 | Separate core search logic with search ui | Folyd | -2277/+2316 |
| 2024-08-26 | rustdoc: fix missing resource suffix on `crates.js` | Michael Howell | -9/+15 |
| 2024-08-27 | Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri... | Matthias Krüger | -0/+2 |
| 2024-08-26 | Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu... | Matthias Krüger | -40/+74 |
| 2024-08-25 | Generate missing source link on impl associated types | Guillaume Gomez | -0/+2 |
| 2024-08-24 | Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddle | Trevor Gross | -0/+8 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -40/+74 |
| 2024-08-23 | rustdoc: show exact case-sensitive matches first | binarycat | -0/+8 |
| 2024-08-22 | rustdoc-search: use tighter json for names and parents | Michael Howell | -13/+40 |
| 2024-08-21 | Rollup merge of #129284 - notriddle:notriddle/animate-target=light, r=Guillau... | Matthias Krüger | -0/+13 |
| 2024-08-21 | Auto merge of #129331 - matthiaskrgr:rollup-rxv463w, r=matthiaskrgr | bors | -24/+20 |
| 2024-08-20 | Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddle | bors | -683/+1551 |
| 2024-08-20 | Remove unneeded conversion to `DefId` for `ExtraInfo` | Guillaume Gomez | -24/+20 |
| 2024-08-19 | rustdoc: animate the `:target` highlight | Michael Howell | -0/+13 |
| 2024-08-13 | Unify naming of `DocTest` | Guillaume Gomez | -2/+2 |
| 2024-08-13 | Improve code readability | Guillaume Gomez | -1/+1 |
| 2024-08-13 | Rename `DocTest` into `DocTestBuilder` | Guillaume Gomez | -1/+1 |
| 2024-08-13 | Correctly handle doctests with invalid AST | Guillaume Gomez | -1/+1 |
| 2024-08-13 | Add new doc codeblock `standalone` attribute | Guillaume Gomez | -0/+6 |
| 2024-08-13 | Split standalone and mergeable doctests | Guillaume Gomez | -2/+2 |
| 2024-08-13 | Split doctests between standalone and mergeable ones | Guillaume Gomez | -2/+2 |
| 2024-08-13 | Add `DocTest` type | Guillaume Gomez | -2/+3 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -44/+29 |
| 2024-08-10 | Rollup merge of #128923 - GuillaumeGomez:negative-impls-items, r=fmease | Guillaume Gomez | -19/+23 |
| 2024-08-10 | Stop showing impl items for negative impls | Guillaume Gomez | -19/+23 |
| 2024-08-08 | rustdoc: do not run doctests with invalid langstrings | Michael Howell | -7/+19 |
| 2024-08-08 | fix typos, more Self | EtomicBomb | -17/+13 |
| 2024-08-07 | rename sortedjson -> orderedjson | EtomicBomb | -192/+227 |
| 2024-08-07 | added unit tests for write_shared | EtomicBomb | -51/+257 |
| 2024-08-07 | move sorted_template and sorted_json tests | EtomicBomb | -271/+270 |
| 2024-08-07 | add blank line, remove extraneous comment | EtomicBomb | -1/+0 |
| 2024-08-07 | initial implementation of mergable rustdoc cci | EtomicBomb | -682/+1315 |
| 2024-08-06 | rustdoc-search: account for numeric disambiguators on impls | Michael Howell | -6/+12 |
| 2024-08-05 | Prevent clicking on a link or on a button to toggle the code example buttons ... | Guillaume Gomez | -2/+6 |
| 2024-08-05 | Unify run button display with "copy code" button and with mdbook buttons | Guillaume Gomez | -42/+23 |
| 2024-08-04 | rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`) | Noah Lev | -23/+15 |
| 2024-08-04 | Use `match` instead of sequence of `if let`s | Noah Lev | -234/+243 |
| 2024-08-04 | rustdoc: Stop treating `Self` as a generic in search index | Noah Lev | -6/+1 |
| 2024-08-04 | rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)` | Noah Lev | -3/+13 |
| 2024-08-04 | rustdoc: Rename `SelfTy` to `ReceiverTy` | Noah Lev | -8/+8 |
| 2024-08-04 | Rollup merge of #128615 - notriddle:notriddle/anchor-a11y, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2024-08-03 | rustdoc: make the hover trail for doc anchors a bit bigger | Michael Howell | -1/+1 |