| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Use move instead of ref in select-macro | Tim Chevalier | -1/+1 | |
| 2012-10-11 | Use match move in select-macro, get rid of a FIXME | Tim Chevalier | -3/+2 | |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -1/+1 | |
| Everything should now call ptr::addr_of instead of ptr::p2::addr_of. Only the pipes macro code when compiled by stage0 will call ptr::p2::addr_of. Needs a snapshot to get rid of that. | ||||
| 2012-08-26 | Camel case the option type | Brian Anderson | -1/+1 | |
| 2012-08-23 | Update invocation syntax for `macro_rules!` | Paul Stansifer | -4/+4 | |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -4/+4 | |
| 2012-08-17 | Move select macro into another file, so it can be including in multiple tests. | Eric Holk | -0/+63 | |
| Fixing long lines. | ||||
