about summary refs log tree commit diff
path: root/src/librustc_mir/util/mod.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-17/+0
2020-05-07Remove old `util/liveness.rs` moduleDylan MacKenzie-1/+0
2020-04-09Add utility to find locals that don't use `Storage*` annotationsDylan MacKenzie-0/+1
2019-12-22Format the worldMark Rousskov-5/+5
2019-07-14Move suggest_ref_mut into rustc_mir::borrow_checkMatthew Jasper-17/+0
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-4/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-06Don't run MIR passes on constructor shimsMatthew Jasper-0/+2
2019-04-28Fix lint findings in librustc_mirflip1995-2/+2
2019-03-17Use a valid name for graphviz graphsMatthew Jasper-1/+1
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