| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -0/+37 | |
| Currently any line starting with `#` is filtered from the output, including line like `#[deriving]`; this patch makes it so lines are only filtered when followed by a space similar to the current behaviour of the tutorial/manual tester. | ||||
