rust/src/librustc_trans
Björn Steinbrink bda083fa70 Avoid unnecessary temporaries when ref'ing a DST value
A DST value and a fat pointer to it have the same representation, all we
have to do is to adjust the type of the datum holding the pointer.
2015-10-01 15:24:23 +02:00
..
back rustc: Swap link order of native libs/rust deps 2015-09-30 20:17:54 -07:00
save Fill in some missing parts in the default AST visitor 2015-09-28 23:06:43 +03:00
trans Avoid unnecessary temporaries when ref'ing a DST value 2015-10-01 15:24:23 +02:00
diagnostics.rs Add librustc_trans error codes 2015-09-19 17:04:27 +02:00
lib.rs Add librustc_trans error codes 2015-09-19 17:04:27 +02:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.