summary refs log tree commit diff
path: root/src/libstd/gc.rs
AgeCommit message (Collapse)AuthorLines
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-1/+14
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-10/+5
Towards #4812. Also includes some minor cleanups.
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+371
This only changes the directory names; it does not change the "real" metadata names.