| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2012-01-16 | rustdoc: Remove non-attribute related stuff from attr_parser | Brian Anderson | -76/+60 |
| 2012-01-16 | rustdoc: Remove attribute parsing from extract module | Brian Anderson | -19/+6 |
| 2012-01-16 | rustdoc: Convert fn return type to retdoc record | Brian Anderson | -2/+5 |
| 2012-01-16 | rustdoc: Change fndoc's arg list to a vec from map | Brian Anderson | -12/+10 |
| 2012-01-16 | rustdoc: Push imports down into submodules | Brian Anderson | -0/+3 |
| 2012-01-16 | rustdoc: Attach the AST node id to fndocs | Brian Anderson | -10/+21 |
| 2012-01-16 | rustdoc: Add regression tests for existing attr parsing behavior | Brian Anderson | -6/+87 |
| 2012-01-16 | rustdoc: Change parse_fn to take a vector of attributes | Brian Anderson | -1/+39 |
| 2012-01-16 | rustdoc: Rename parse_compound_fndoc to parse_fn | Brian Anderson | -2/+2 |
| 2012-01-16 | rustdoc: Move parse_compound_fndoc into mod attr_parser | Brian Anderson | -0/+67 |
