| Age | Commit message (Expand) | Author | Lines |
| 2024-08-13 | Correctly handle doctests with invalid AST | Guillaume Gomez | -9/+27 |
| 2024-08-13 | Correctly handle the case where there is no doctests to run | Guillaume Gomez | -1/+5 |
| 2024-08-13 | If there is any AST error with a doctest, we make it a standalone test | Guillaume Gomez | -88/+183 |
| 2024-08-13 | Prevent merged doctests to break stdin if the generated file is too big | Guillaume Gomez | -17/+50 |
| 2024-08-13 | Add new doc codeblock `standalone` attribute | Guillaume Gomez | -0/+7 |
| 2024-08-13 | Only merge doctests starting 2024 edition | Guillaume Gomez | -1/+5 |
| 2024-08-13 | Split doctests into two categories: mergeable ones and standalone ones | Guillaume Gomez | -62/+99 |
| 2024-08-13 | Split standalone and mergeable doctests | Guillaume Gomez | -154/+440 |
| 2024-08-13 | Split doctests between standalone and mergeable ones | Guillaume Gomez | -29/+61 |
| 2024-08-13 | Simplify doctest tests | Guillaume Gomez | -27/+24 |
| 2024-08-13 | Add `DocTest` type | Guillaume Gomez | -138/+190 |
| 2024-08-13 | Clean up rustdoc make_test function code | Guillaume Gomez | -21/+21 |
| 2024-08-13 | Emit a warning instead of an error if `--generate-link-to-definition` is used... | Guillaume Gomez | -3/+5 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -44/+29 |
| 2024-08-12 | Add possibility to generate rustdoc JSON output to stdout | Guillaume Gomez | -21/+41 |
| 2024-08-10 | Rollup merge of #128923 - GuillaumeGomez:negative-impls-items, r=fmease | Guillaume Gomez | -19/+27 |
| 2024-08-10 | Stop showing impl items for negative impls | Guillaume Gomez | -19/+27 |
| 2024-08-09 | Rollup merge of #128838 - notriddle:notriddle/invalid-tag-is-not-rust, r=Guil... | Matthias Krüger | -7/+19 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -2/+2 |
| 2024-08-09 | Rollup merge of #128834 - its-the-shrimp:fix_101105, r=aDotInTheVoid | Matthias Krüger | -1/+8 |
| 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-08 | rustdoc: fixed #101105 | schvv31n | -1/+8 |
| 2024-08-08 | review comments | Esteban Küber | -2/+2 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -7/+9 |
| 2024-08-07 | rename sortedjson -> orderedjson | EtomicBomb | -193/+228 |
| 2024-08-07 | added unit tests for write_shared | EtomicBomb | -51/+257 |
| 2024-08-07 | move sorted_template and sorted_json tests | EtomicBomb | -272/+271 |
| 2024-08-07 | add blank line, remove extraneous comment | EtomicBomb | -1/+1 |
| 2024-08-07 | initial implementation of mergable rustdoc cci | EtomicBomb | -685/+1317 |
| 2024-08-06 | Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddle | Matthias Krüger | -0/+2 |
| 2024-08-06 | Rollup merge of #128693 - notriddle:notriddle/impl-disambiguator-2024, r=Guil... | Matthias Krüger | -6/+12 |
| 2024-08-06 | Fix rustdoc missing handling of `remap-path-prefix` option | Guillaume Gomez | -0/+2 |
| 2024-08-06 | rustdoc-search: account for numeric disambiguators on impls | Michael Howell | -6/+12 |
| 2024-08-05 | Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid | Matthias Krüger | -29/+15 |
| 2024-08-05 | rustdoc-json: discard non-local inherent impls | schvv31n | -29/+15 |
| 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 | -45/+18 |
| 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 | -25/+35 |
| 2024-08-04 | rustdoc: Rename `SelfTy` to `ReceiverTy` | Noah Lev | -13/+13 |
| 2024-08-04 | Rollup merge of #128620 - GuillaumeGomez:update-rinja, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-08-04 | Rollup merge of #128615 - notriddle:notriddle/anchor-a11y, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2024-08-04 | Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddle | Matthias Krüger | -157/+167 |
| 2024-08-03 | rustdoc: Re-add missing `stripped_mod` check; explain orphan impls | Noah Lev | -5/+26 |
| 2024-08-04 | Update rinja version to 0.3.0 | Guillaume Gomez | -1/+1 |
| 2024-08-03 | rustdoc: make the hover trail for doc anchors a bit bigger | Michael Howell | -1/+1 |
| 2024-08-03 | Rollup merge of #128573 - GuillaumeGomez:simplify-body, r=notriddle | Matthias Krüger | -5/+3 |