about summary refs log tree commit diff
path: root/src/librustc_trans/trans/basic_block.rs
AgeCommit message (Expand)AuthorLines
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-52/+0
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-6/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+3
2014-12-19librustc_trans: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-13librustc_trans: fix falloutJorge Aparicio-3/+9
2014-12-13librustc_trans: fix falloutJorge Aparicio-2/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-11-25/** -> ///Steve Klabnik-3/+1
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+47