| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -1/+1 | |
| 2020-11-26 | Update coverage output now that primitives have proper spans | Joshua Nelson | -2/+1 | |
| 2020-10-12 | Extend test to ensure that items inherit lint level from the parent | Guillaume Gomez | -0/+2 | |
| 2020-10-12 | Apply same treatment to MISSING_DOC_CODE_EXAMPLES | Guillaume Gomez | -0/+20 | |
| 2020-10-12 | Inherit lint level from parents | Guillaume Gomez | -2/+10 | |
| 2020-10-12 | rustdoc: skip allow missing doc in cover. report | Roman | -0/+38 | |
| During the document coverage reporting with ```bash rustdoc something.rs -Z unstable-options --show-coverage ``` the coverage report also includes parts of the code that are marked with `#[allow(missing_docs)]`, which outputs lower numbers in the coverage report even though these parts should be ignored for the calculation. Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-09-12 | Add test for ignored private doc test | Guillaume Gomez | -2/+2 | |
| 2020-08-20 | Update how doc examples are counted | Guillaume Gomez | -8/+31 | |
| 2020-08-20 | Remove "total" columns in --show-coverage output | Guillaume Gomez | -58/+49 | |
| 2020-08-20 | Update rustdoc coverage UI test | Guillaume Gomez | -2/+40 | |
| 2020-08-18 | Update rustdoc-ui tests | Guillaume Gomez | -51/+85 | |
| 2020-04-19 | Moving all rustdoc-ui tests to check-pass | Val Markovic | -8/+8 | |
| These were all build-pass before and don't seem to need it. Helps with #62277 | ||||
| 2020-03-02 | remove output-format test | Guillaume Gomez | -10/+0 | |
| 2020-03-02 | Replace ToJson with serde | Guillaume Gomez | -8/+18 | |
| 2020-03-02 | add tests for rustdoc output-format json | Guillaume Gomez | -0/+34 | |
| 2019-08-02 | Replace `abstract type` with type alias `impl Trait` | varkor | -1/+1 | |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -3/+4 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -7/+7 | |
| 2019-02-28 | update rustdoc coverage tests with new table layout | QuietMisdreavus | -80/+51 | |
| 2019-02-28 | add tests for doc coverage | QuietMisdreavus | -0/+251 | |
