summary refs log tree commit diff
path: root/src/librustc_mir/util/mod.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-15Suggest match ergonomics, not `ref`/`ref mut`ashtneoi-4/+4
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-0/+20
2018-03-10minor refactorings to fix trait import issuegaurikholkar-0/+1
2017-12-04MIR dump: restructure pretty to be more extensible by other codeNiko Matsakis-1/+1
2017-11-26fix codegen of drops of fields of packed structsAriel Ben-Yehuda-0/+2
2017-10-04Expand mir dump in order to handle NLL passChristopher Vittal-1/+1
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+1
2017-08-16Move borrowck error msg construction to module in `rustc_mir` (for later reus...Felix S. Klock II-0/+1
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+1
2017-05-02retool MIR passes completelyNiko Matsakis-1/+1
2017-03-18move the drop expansion code to rustc_mirAriel Ben-Yehuda-0/+20