summary refs log tree commit diff
path: root/src/libstd/unstable/dynamic_lib.rs
AgeCommit message (Collapse)AuthorLines
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-2/+1
Reopening of #7031, Closes #6963 I imagine though that this will bounce in bors once or twice... Because attributes can't be cfg(stage0)'d off, there's temporarily a lot of new stage0/stage1+ code.
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-2/+1
2013-06-21libstd: cleanup warningsJames Miller-1/+0
2013-06-15std::dynamic_lib: start fixing windows implementationPhilipp Brueschweiler-16/+33
The code compiles and runs under windows now, but I couldn't look up any symbol from the current executable (dlopen(NULL)), and calling looked up external function handles doesn't seem to work correctly under windows.
2013-06-12Prototyped a dynamic library facility interfaceSteven Stewart-Gallus-0/+199