about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-3/+3
2020-09-19Rollup merge of #76757 - matthiaskrgr:clippy_try_into, r=lcnrRalf Jung-1/+1
2020-09-15don't convert types to the same type with try_into (clippy::useless_conversion)Matthias Krüger-1/+1
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-7/+22
2020-09-10Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obkbors-3/+21
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-3/+21
2020-09-07Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morseDylan DPC-3/+4
2020-09-04Change ty.kind to a methodLeSeulArtichaut-92/+86
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-3/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+3
2020-08-30mv compiler to compiler/mark-0/+15309