| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-27 | testsuite: more `pub fn main` | Tim Chevalier | -1/+11 | |
| 2013-03-07 | Make debug!, etc. macros not require a format string | Brian Anderson | -0/+10 | |
| The one thing `log` can still do is polymorphically log anything, but debug!, etc. require a format string. With this patch you can equivalently write `debug!(foo)` or `debug!("%?", foo)` | ||||
