| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -5/+5 | |
| 2020-06-21 | Update UI tests | Guillaume Gomez | -1/+2 | |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -4/+4 | |
| Currently rustdoc does not forward `-Z` options to rustc when building test executables. This makes impossible to use rustdoc to run test samples when crate under test is instrumented with one of sanitizers `-Zsanitizer=...`, since the final linking step will not include sanitizer runtime library. Forward `-Z` options to rustc to solve the issue. Helps with #43031. | ||||
| 2019-05-22 | do not print panic message on doctest failures | Andy Russell | -3/+1 | |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -1/+1 | |
| 2019-04-24 | report fatal errors during doctest parsing | Andy Russell | -0/+24 | |
