| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-13 | Run mergeable doctest as part of standalone doctests if there is only one | Guillaume Gomez | -37/+40 |
| 2024-08-13 | Add documentation on `DocTest` and `RunnableDoctest` structs | Guillaume Gomez | -0/+3 |
| 2024-08-13 | Improve code by removing unneeded function arguments | Guillaume Gomez | -24/+9 |
| 2024-08-13 | Correctly handle macros using `$crate` in merged doctests | Guillaume Gomez | -3/+14 |
| 2024-08-13 | Disable merged doctests by default | Guillaume Gomez | -1/+1 |
| 2024-08-13 | Only show rustdoc doctest compilation output if `nocapture` is used | Guillaume Gomez | -3/+5 |
| 2024-08-13 | If no argument is provided to merged doctests binary, they will be run in the... | Guillaume Gomez | -6/+4 |
| 2024-08-13 | Correctly handle `internal_features` attribute | Guillaume Gomez | -1/+13 |
| 2024-08-13 | Don't change indent in merged doctests | Guillaume Gomez | -1/+1 |
| 2024-08-13 | Make merged doctests run in their own process | Guillaume Gomez | -17/+87 |
| 2024-08-13 | Fix weird memory allocation failure in merged doctests by storing doctest lis... | Guillaume Gomez | -8/+8 |
| 2024-08-13 | Don't merge doctests with `#[global_allocator]` | Guillaume Gomez | -75/+70 |
| 2024-08-13 | Greatly improve handling of doctests attributes, making it possible to merge ... | Guillaume Gomez | -52/+116 |
| 2024-08-13 | Simplify `has_main_fn` to be a boolean instead of a `Option<Span>` | Guillaume Gomez | -31/+37 |