]> git.lizzy.rs Git - rust.git/history - src/librustc_borrowck/borrowck/mir/gather_moves.rs
Update borrowck to use `repr::*` instead of a mix
[rust.git] / src / librustc_borrowck / borrowck / mir / gather_moves.rs
2016-03-23 Niko MatsakisUpdate borrowck to use `repr::*` instead of a mix
2016-03-23 Niko Matsakisextend Terminator into a struct so it can have addition...
2016-03-23 borsAuto merge of #32390 - japaric:untry, r=pnkfelix
2016-03-23 borsAuto merge of #32410 - Ticki:master, r=eddyb
2016-03-23 borsAuto merge of #32348 - brson:cargotest, r=alexcrichton
2016-03-23 borsAuto merge of #32058 - pczarn:hashmap-initial-refactori...
2016-03-23 Jorge Apariciotry! -> ?
2016-03-22 borsAuto merge of #32204 - alexcrichton:redesign-char-encod...
2016-03-22 borsAuto merge of #32156 - pnkfelix:borrowck-on-mir-move...
2016-03-21 Felix S. Klock IIassigning a (MIR) box into an lvalue allocates heap...
2016-03-21 Felix S. Klock IIremove uses of `RefCell` from move data builder.
2016-03-21 Felix S. Klock IIMake `fn move_path_for` take `&mut self` instead of...
2016-03-21 Felix S. Klock IIdont create MovePathIndex's for individual statics.
2016-03-21 Felix S. Klock IISwitch newtype Index wrappers to use NonZero instead...
2016-03-21 Felix S. Klock IIfactor the wrapped Index newtype definitions into a...
2016-03-21 Felix S. Klock IIscaffolding for borrowck on MIR.