rust/src/libstd/unstable
bors 800dbffa69 auto merge of #8219 : sstewartgallus/rust/fix_dynamic_lib, r=graydon
A test case was also created for this situation to prevent the problem
occuring again.

A similar problem was also fixed for the symbol method.

There was some minor code cleanup.

I am unsatisfied with using /dev/null as an invalid dynamic library. It is not cross platform.
2013-08-03 10:04:58 -07:00
..
atomics.rs Revert atomicrmw {max, min, umax, umin} 2013-07-31 19:44:20 +09:00
dynamic_lib.rs Fix calling destructor on uninitialized dynamic library crash. 2013-08-01 23:41:33 -07:00
extfmt.rs std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
finally.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
intrinsics.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
lang.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
mod.rs Move atomically to unstable::sync, and document what it actually does. Close #7872. 2013-07-31 14:37:22 -04:00
raw.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
sync.rs auto merge of #8195 : bblum/rust/task-cleanup, r=brson 2013-08-02 07:31:52 -07:00