rust/src/librustc_trans
bors f5212e3cd7 auto merge of #18856 : ruud-v-a/rust/fatptrs, r=cmr
This merges the `trt_field_*`, `fn_field_*` and `slice_elt_*` constants into two `fat_ptr_*` constants. This resolves the first part of #18590.
2014-11-23 07:51:51 +00:00
..
back unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue 2014-11-21 13:18:08 -08:00
driver Remove libnative 2014-11-20 17:19:13 -08:00
save Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an optional unboxed closure kind. 2014-11-19 13:35:20 -05:00
trans rustc: Change all ABI constants to all caps. 2014-11-21 17:49:11 +01:00
lib.rs removed usage of struct_variant feature as it is no longer gated 2014-11-20 00:21:32 +01: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
test.rs Refactored new CodeExtent type for improved abstraction. 2014-11-20 13:10:03 +01:00

See the README.txt in ../librustc.