| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -479/+0 | |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -2/+1 | |
| 2021-09-10 | Add test for enum tuple variants and tuple struct doc count | Guillaume Gomez | -2/+71 | |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 | |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+1 | |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -2/+2 | |
| Add support for tuple struct field documentation Fixes #42615. This is #80320 updated to new codebase and with added tests. Part of https://github.com/rust-lang/rust/issues/83255. cc ```@camelid``` (since you were involved on the original PR). r? ```@jyn514``` | ||||
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 | |
| 2021-07-26 | Add test for enum item tuple fields documentation | Guillaume Gomez | -2/+2 | |
| 2021-04-09 | Add back missing trait test | Joshua Nelson | -9/+8 | |
| Rustdoc has been able to deal with `impl trait` for almost a year now. | ||||
| 2021-04-09 | rustdoc: Don't generate blanket impls when running --show-coverage | Joshua Nelson | -0/+1 | |
| get_blanket_impls is the slowest part of rustdoc, and the coverage pass completely ignores blanket impls. This stops running it at all, and also removes some unnecessary checks in `calculate_doc_coverage` that ignored the impl anyway. We don't currently measure --show-coverage in perf.rlo, but I tested this locally on cargo and it brought the time down from 2.9 to 1.6 seconds. | ||||
| 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 | |
