| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -2/+5 |
| 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 | Rollup merge of #129511 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-08-25 | Generate missing source link on impl associated types | Guillaume Gomez | -0/+2 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -1/+1 |
| 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-24 | Update minifier to 0.3.1 | Guillaume Gomez | -1/+1 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-23 | rustdoc: show exact case-sensitive matches first | binarycat | -0/+8 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -13/+40 |
| 2024-08-23 | Rollup merge of #129414 - GuillaumeGomez:fix-doc-hidden-crates, r=notriddle | Matthias Krüger | -3/+4 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-22 | rustdoc-search: use tighter json for names and parents | Michael Howell | -13/+40 |
| 2024-08-22 | Fix extern crates not being hidden with `doc(hidden)` | Guillaume Gomez | -3/+4 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -1/+1 |
| 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 | -28/+31 |
| 2024-08-20 | rustdoc: add test case for modnav position when TOC is off | Michael Howell | -11/+7 |
| 2024-08-20 | rustdoc: consistentify `#TOC` and `#ModNav` to lowercase | Michael Howell | -8/+9 |
| 2024-08-20 | rustdoc: show code spans as `<code>` in TOC | Michael Howell | -11/+69 |
| 2024-08-20 | rustdoc: add separate section for module items | Michael Howell | -3/+14 |
| 2024-08-20 | rustdoc: add separate section for module items | Michael Howell | -11/+35 |
| 2024-08-20 | Add configuration options to hide TOC or module navigation | Michael Howell | -20/+74 |
| 2024-08-20 | Add Top TOC support to rustdoc | Michael Howell | -127/+202 |
| 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 | -28/+31 |
| 2024-08-19 | rustdoc: animate the `:target` highlight | Michael Howell | -0/+13 |
| 2024-08-17 | Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorino | bors | -10/+4 |
| 2024-08-17 | Rollup merge of #129192 - GuillaumeGomez:rm-useless-merged-doctest-attrs, r=n... | Matthias Krüger | -4/+0 |
| 2024-08-17 | Remove useless attributes in merged doctest generated code | Guillaume Gomez | -4/+0 |
| 2024-08-17 | rustdoc-json: Clean up serialization and printing. | Alona Enraght-Moony | -19/+23 |