| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
