| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -38/+0 | |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 | |
| 2021-04-09 | Add back missing trait test | Joshua Nelson | -7/+6 | |
| 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. | ||||
| 2020-04-19 | Moving all rustdoc-ui tests to check-pass | Val Markovic | -1/+1 | |
| These were all build-pass before and don't seem to need it. Helps with #62277 | ||||
| 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 | -1/+1 | |
| 2019-02-28 | update rustdoc coverage tests with new table layout | QuietMisdreavus | -1/+1 | |
| 2019-02-28 | add tests for doc coverage | QuietMisdreavus | -0/+37 | |
