| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -28/+0 | |
| 2022-04-10 | Fix test case for windows | Michael Howell | -0/+3 | |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -0/+1 | |
| 2020-09-07 | Make rustdoc output deterministic for UI tests | Joshua Nelson | -1/+1 | |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -0/+1 | |
| Fixes #58700 Fixes #58696 Fixes #49553 Fixes #52210 This commit removes the special rustdoc handling for proc macros, as we can now retrieve their span and attributes just like any other item. A new command-line option is added to rustdoc: `--crate-type`. This takes the same options as rustc's `--crate-type` option. However, all values other than `proc-macro` are treated the same. This allows Rustdoc to enable 'proc macro mode' when handling a proc macro crate. In compiletest, a new 'rustdoc-flags' option is added. This allows us to pass in the '--proc-macro-crate' flag in the absence of Cargo. I've opened [an additional PR to Cargo](https://github.com/rust-lang/cargo/pull/7159) to support passing in this flag. These two PRS can be merged in any order - the Cargo changes will not take effect until the 'cargo' submodule is updated in this repository. | ||||
| 2019-05-22 | do not print panic message on doctest failures | Andy Russell | -1/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-23 | Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rs | Josh Stone | -0/+1 | |
| This UI test is sensitive to backtrace output, so it should make sure that backtraces are not enabled by the environment. | ||||
| 2018-07-20 | add failure-status to rustdoc doctest ui test | QuietMisdreavus | -0/+1 | |
| 2018-07-20 | normalize test output so it can be run from repo root | QuietMisdreavus | -1/+5 | |
| 2018-07-20 | report doctest compile failures correctly | QuietMisdreavus | -0/+5 | |
| 2018-07-20 | add ui test for failing doctest | QuietMisdreavus | -0/+19 | |
