rust/compiler/rustc_mir/src/util
Tyler Mandry 3bf66ae25f
Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse
Make graphviz font configurable

Alternative to PR #76776.

To change the graphviz output to use an alternative `fontname` value,
add a command line option like: `rustc --graphviz-font=monospace`.

r? @ecstatic-morse
2020-09-16 12:24:30 -07:00
..
aggregate.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
alignment.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
borrowck_errors.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
collect_writes.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
def_use.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
elaborate_drops.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
find_self_call.rs Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
graphviz.rs Make graphviz font configurable 2020-09-16 08:10:06 -07:00
mod.rs Add CONST_ITEM_MUTATION lint 2020-09-07 08:44:35 -04:00
patch.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
pretty.rs use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
spanview.rs Improved the MIR spanview output 2020-09-06 19:04:08 -07:00
storage.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00