rust/src/test
Tyler Mandry ba6e2b3a31
Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry
Add -Zgraphviz_dark_mode and monospace font fix

Many developers use a dark theme with editors and IDEs, but this
typically doesn't extend to graphviz output.

When I bring up a MIR graphviz document, the white background is
strikingly bright. This new option changes the colors used for graphviz
output to work better in dark-themed UIs.

<img width="1305" alt="Screen Shot 2020-09-09 at 3 00 31 PM" src="https://user-images.githubusercontent.com/3827298/92659478-4b9bff00-f2ad-11ea-8894-b40d3a873cb9.png">

Also fixed the monospace font for common graphviz renders (e.g., VS Code extensions), as described in https://github.com/rust-lang/rust/pull/76500#issuecomment-689837948

**Before:**
<img width="943" alt="Screen Shot 2020-09-09 at 2 48 44 PM" src="https://user-images.githubusercontent.com/3827298/92658939-47231680-f2ac-11ea-97ac-96727e4dd622.png">

**Now with fix:**
<img width="943" alt="Screen Shot 2020-09-09 at 2 49 02 PM" src="https://user-images.githubusercontent.com/3827298/92658959-51451500-f2ac-11ea-9aae-de982d466d6a.png">
2020-09-09 21:02:35 -07:00
..
assembly Fix test 2020-08-28 18:53:09 +01:00
auxiliary
codegen Add codegen tests 2020-08-31 08:19:15 +02:00
codegen-units ty: remove obsolete printer 2020-08-30 18:59:07 +01:00
compile-fail pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
debuginfo debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 2020-09-05 14:47:16 -07:00
incremental pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mir-opt Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry 2020-09-09 21:02:35 -07:00
pretty pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
run-make proc_macro: Add API for tracked access to environment variables 2020-07-26 13:37:37 +03:00
run-make-fulldeps Improved the MIR spanview output 2020-09-06 19:04:08 -07:00
run-pass-valgrind
rustdoc Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez 2020-09-05 16:28:28 +02:00
rustdoc-js Allow #[doc(alias)] on impl const items 2020-08-12 11:09:24 +02:00
rustdoc-js-std
rustdoc-ui Make rustdoc output deterministic for UI tests 2020-09-07 20:32:09 -04:00
rustfix
ui Rollup merge of #76504 - Flying-Toast:master, r=lcnr 2020-09-09 15:06:00 -07:00
ui-fulldeps Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk 2020-09-08 00:58:43 +00:00
COMPILER_TESTS.md