summary refs log tree commit diff
path: root/compiler/rustc_mir/src/util
AgeCommit message (Expand)AuthorLines
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-5/+2
2020-09-16Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morseTyler Mandry-3/+3
2020-09-16Make graphviz font configurableRich Kadel-3/+3
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-6/+7
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-1/+1
2020-09-10Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obkbors-0/+37
2020-09-09Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandryTyler Mandry-7/+22
2020-09-09Also fixed monospace font for d3-graphviz engineRich Kadel-1/+1
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-7/+22
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-0/+37
2020-09-06Improved the MIR spanview outputRich Kadel-84/+295
2020-09-04Change ty.kind to a methodLeSeulArtichaut-5/+5
2020-08-31Add new `-Z dump-mir-spanview` optionRich Kadel-0/+473
2020-08-30mv compiler to compiler/mark-0/+3270