about summary refs log tree commit diff
path: root/src/librustc_mir/util
AgeCommit message (Expand)AuthorLines
2017-04-22avoid calling `mk_region` unnecessarilyAriel Ben-Yehuda-3/+2
2017-04-20rustc: combine type_needs_drop_given_env and may_drop into needs_drop.Eduard-Mihai Burtescu-2/+1
2017-04-11store Spans for all MIR localsAriel Ben-Yehuda-5/+6
2017-03-24Represent function pointers in mir-constants as a Value instead of ItemOliver Schneider-3/+3
2017-03-21Add warning about volatility of MIR outputJake Goulding-0/+3
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-83/+218
2017-03-18move the drop expansion code to rustc_mirAriel Ben-Yehuda-0/+1406