| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -1/+1 | |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -4/+3 | |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 | |
| 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 | rustpkg: Use the new `for` protocol | Alex Crichton | -2/+3 | |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -0/+34 | |
| Mostly just tests (that are ignored); install command is still stubbed out. | ||||
