summary refs log tree commit diff
path: root/src/libstd/cleanup.rs
AgeCommit message (Collapse)AuthorLines
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-2/+16
To remove the environment pointer, support for function pointers without an environment argument is needed (i.e. a fixed version of #6661).
2013-06-23Remove rust_call_tydesc_gluePhilipp Brüschweiler-15/+3
Towards #4812. Also includes some minor cleanups.
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-11/+17
To achieve this, the following changes were made: * Move TyDesc, TyVisitor and Opaque to std::unstable::intrinsics * Convert TyDesc, TyVisitor and Opaque to lang items instead of specially handling the intrinsics module * Removed TypeDesc, FreeGlue and get_type_desc() from sys Fixes #3475.
2013-05-24make arm register definition consistent with rtJyun-Yan You-1/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+253
This only changes the directory names; it does not change the "real" metadata names.