about summary refs log tree commit diff
path: root/src/libstd/unstable/dynamic_lib.rs
AgeCommit message (Expand)AuthorLines
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+14
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-2/+2
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-2/+4
2013-08-01Fix calling destructor on uninitialized dynamic library crash.Steven Stewart-Gallus-36/+70
2013-07-31Move atomically to unstable::sync, and document what it actually does. Close ...Ben Blum-4/+4
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-2/+1
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
2013-06-12Prototyped a dynamic library facility interfaceSteven Stewart-Gallus-0/+199