about summary refs log tree commit diff
path: root/src/librustc_trans/trans/value.rs
AgeCommit message (Expand)AuthorLines
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-178/+0
2016-03-17trans: Use fmt::Debug for debugging instead of ad-hoc methods.Eduard Burtescu-1/+12
2015-04-01Fallout out rustcNiko Matsakis-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03rustc_trans: fix falloutJorge Aparicio-1/+3
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-5/+5
2014-12-19librustc_trans: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-09Rollback accidental documentation changesTobias Bucher-3/+0
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+9
2014-11-25/** -> ///Steve Klabnik-6/+2
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-0/+167