| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -2/+2 | |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 | |
| 2013-09-11 | Flag the dynamic_lib tests as ignored | Alex Crichton | -1/+3 | |
| The library isn't thread-safe, cc #9137 | ||||
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+1 | |
| 2013-08-26 | std: Add Win64 support | klutzy | -0/+12 | |
| Some extern blobs are duplicated without "stdcall" abi, since Win64 does not use any calling convention. (Giving any abi to them causes llvm producing wrong bytecode.) | ||||
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+14 | |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -2/+2 | |
| .with_c_str() is a replacement for the old .as_c_str(), to avoid unnecessary boilerplate. Replace all usages of .to_c_str().with_ref() with .with_c_str(). | ||||
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+4 | |
| 2013-08-01 | Fix calling destructor on uninitialized dynamic library crash. | Steven Stewart-Gallus | -36/+70 | |
| 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. | ||||
| 2013-07-31 | Move atomically to unstable::sync, and document what it actually does. Close ↵ | Ben Blum | -4/+4 | |
| #7872. | ||||
| 2013-06-26 | auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr | bors | -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-25 | Change finalize -> drop. | Luqman Aden | -1/+1 | |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -2/+1 | |
| 2013-06-21 | libstd: cleanup warnings | James Miller | -1/+0 | |
| 2013-06-15 | std::dynamic_lib: start fixing windows implementation | Philipp 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-12 | Prototyped a dynamic library facility interface | Steven Stewart-Gallus | -0/+199 | |
