| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -262/+0 | |
| This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576 | ||||
| 2013-12-03 | Register new snapshots | Alex Crichton | -1/+1 | |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -1/+1 | |
| as per https://github.com/mozilla/rust/pull/9606#discussion_r6930872 | ||||
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -2/+1 | |
| They've been replaced by putting the name on the extern block. #[abi = "foo"] goes to extern "foo" { } Closes #9483. | ||||
| 2013-08-03 | Fix building problems in extra::unicode. | OGINO Masanori | -18/+33 | |
| Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | ||||
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -8/+7 | |
| 2013-07-31 | FALSE is not 1u8 but 0u8, of cource. | OGINO Masanori | -1/+1 | |
| Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | ||||
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -9/+9 | |
| Place `pub` or `priv` on individual items instead. | ||||
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+1 | |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+248 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
