| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-30 | cfail: Remove usage of fmt! | Alex Crichton | -8/+0 | |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 | |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -2/+1 | |
| 2013-04-25 | Made fail! and assert! accept both &'static str and ~str, as well as a fmt! ↵ | Marvin Löbel | -0/+7 | |
| like format list. Unwinding through macros now happens as a call to the trait function `FailWithCause::fail_with()`, which consumes self, allowing to use a more generic failure object in the future. | ||||
