about summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/move_paths/abs_domain.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-61/+0
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-01-27don't clone types that are copy, round two.Matthias Krüger-2/+2
2019-12-09Make const index and subslice array projections more usefulMatthew Jasper-2/+2
2019-09-04Rustfmt the files I touchedAlbin Stjerna-20/+20
2019-04-02Replace adt_def with name in mir::ProjectionElem::DowncastTyler Mandry-4/+3
2019-02-10rustc: doc commentsAlexander Regueiro-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-3/+3
2017-09-03rustc_mir: use Local in ProjectionElem::Index.Eduard-Mihai Burtescu-2/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-07-27erase types in the move-path abstract domainAriel Ben-Yehuda-2/+9
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-0/+62