about summary refs log tree commit diff
path: root/src/librustc/ty/steal.rs
AgeCommit message (Expand)AuthorLines
2019-12-22Format the worldMark Rousskov-6/+4
2019-05-29rustc: rename Mir to mir::Body in comments and to MIR in error strings.Eduard-Mihai Burtescu-3/+3
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-29Use opt.take() instead of mem::replace(opt, None)ljedrz-2/+1
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-1/+1
2018-09-04Breaking change upgradesMark Rousskov-2/+2
2018-03-28Make Steal thread-safeJohn Kåre Alsaker-6/+6
2017-05-02add FIXME to `Steal`Niko Matsakis-0/+2
2017-05-02pacify the mercilous tidyNiko Matsakis-0/+10
2017-05-02add comments to `Steal` and use `bug!`Niko Matsakis-1/+19
2017-05-02introduce idea of "stealable" MIRNiko Matsakis-0/+27