| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-16 | rustdoc: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -2/+2 | |
| Some rustdoc tests are `no_core` and need to have `MetaSized` and `PointeeSized` added to them. | ||||
| 2025-02-04 | Add missing lang items in no_core tests in rustdoc | Michael Goulet | -2/+2 | |
| 2024-12-13 | Account for `///` when rendering multiline spans | Esteban Küber | -0/+6 | |
| Don't consider `///` and `//!` docstrings to be empty for the purposes of multiline span rendering. | ||||
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline ↵ | Esteban Küber | -2/+0 | |
| span rendering | ||||
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -6/+0 | |
| Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments. | ||||
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -3/+3 | |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+2 | |
| 2023-09-15 | Implement new eBNF for codeblock attributes | Guillaume Gomez | -2/+2 | |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -0/+33 | |
