| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -226/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -2/+2 | |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -4/+4 | |
| fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself. | ||||
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -0/+226 | |
