| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -5/+5 | |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -1/+3 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -1/+1 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -3/+0 | |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -7/+7 | |
| 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 | -0/+26 | |
