rust/src/librustc_trans
Alex Crichton a02885e167 rollup merge of #19918: pnkfelix/ast-refactor-make-place-in-exprbox-an-option
This is to allow us to migrate away from UnUniq in a followup commit,
and thus unify the code paths related to all forms of `box`.
2014-12-17 11:50:30 -08:00
..
back rollup merge of #19787: akiss77/fix-i8-c_char 2014-12-15 06:45:35 -08:00
save Path types to associated types with form T::A 2014-12-16 13:50:24 +13:00
trans rollup merge of #19918: pnkfelix/ast-refactor-make-place-in-exprbox-an-option 2014-12-17 11:50:30 -08:00
lib.rs librustc_trans: fix fallout 2014-12-13 17:03:44 -05:00
README.txt Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation. 2014-11-18 07:32:43 -05:00

See the README.txt in ../librustc.