rust/src/librustc_trans
2014-12-14 04:21:56 -05:00
..
back librustc_trans: use unboxed closures 2014-12-13 17:03:48 -05:00
save librustc_trans: use unboxed closures 2014-12-13 17:03:48 -05:00
trans Purge the hack that allows FnOnce to be used with a by-value self method. Besides being yucky, it will cause problems if we try to make all traits implement themselves, which would make a lot of things in life easier. Also, it was inextricably linked to Box, which was not the intention. We can work around its absence, so better to reimplement it later in a more thorough fashion. 2014-12-14 04:21:56 -05: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.