| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
