summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-09-20Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnrRalf Jung-3/+2
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-3/+2
2020-09-15don't convert types to the same type with try_into (clippy::useless_conversion)Matthias Krüger-1/+1
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-1/+4
2020-09-04Change ty.kind to a methodLeSeulArtichaut-14/+14
2020-08-30mv compiler to compiler/mark-0/+8108