| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-16 | Simplify cleaning foreign fns in rustdoc | Michael Goulet | -10/+4 |
| 2024-08-15 | rustdoc-json: Use FxHashMap from rustdoc_json_types | Alona Enraght-Moony | -5/+5 |
| 2024-08-15 | Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid | Matthias Krüger | -21/+41 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -3/+5 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -2/+2 |
| 2024-08-13 | Rollup merge of #129050 - GuillaumeGomez:generate-link-to-definition-warning,... | Matthias Krüger | -3/+5 |
| 2024-08-13 | Fix intra-doc link | Guillaume Gomez | -3/+2 |
| 2024-08-13 | Run fmt | Guillaume Gomez | -6/+7 |
| 2024-08-13 | Improve documentation for internal doctest API | Guillaume Gomez | -0/+13 |
| 2024-08-13 | Move `is_multiple_tests` argument into `RunnableDocTest` | Guillaume Gomez | -20/+12 |
| 2024-08-13 | Unify naming of `DocTest` | Guillaume Gomez | -42/+46 |
| 2024-08-13 | Don't special-case if there is only one merged doctest | Guillaume Gomez | -28/+24 |
| 2024-08-13 | Remove need for `unsafe` code in merged doctests | Guillaume Gomez | -5/+10 |
| 2024-08-13 | Improve code readability | Guillaume Gomez | -5/+19 |
| 2024-08-13 | If there are crate attributes, we prevent doctest to be merged with others | Guillaume Gomez | -27/+4 |
| 2024-08-13 | Rename `DocTest` into `DocTestBuilder` | Guillaume Gomez | -17/+22 |
| 2024-08-13 | Reduce merged doctest source code size | Guillaume Gomez | -25/+7 |