| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-09 | rustdoc: Simplify attribute parsing | Brian Anderson | -22/+2 | |
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -18/+0 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-08 | rustdoc: Rename desc_pass to text_pass | Brian Anderson | -1/+1 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -10/+10 | |
| 2012-02-27 | rustdoc: Clean up pass names | Brian Anderson | -1/+1 | |
| 2012-02-27 | rustdoc: Time passes | Brian Anderson | -2/+2 | |
| 2012-02-23 | Finish cleanup of core::str | Marijn Haverbeke | -1/+1 | |
| Closes #1849 | ||||
| 2012-02-21 | rustdoc: Convert the astsrv constructor to a higher order fn | Brian Anderson | -4/+5 | |
| This will allow it to manage the destruction of the astsrv after I convert it to a task | ||||
| 2012-02-21 | rustdoc: Rename mk_srv_from_str/file to just from_str/file | Brian Anderson | -1/+1 | |
| 2012-02-17 | rustdoc: Extract common item fields into itemdoc | Brian Anderson | -6/+6 | |
| 2012-01-31 | rustdoc: Refactor tests | Brian Anderson | -36/+22 | |
| 2012-01-30 | rustdoc: Apply generic string ops to ifaces | Brian Anderson | -1/+1 | |
| 2012-01-29 | rustdoc: Move mod docs into the item tag | Brian Anderson | -2/+2 | |
| 2012-01-29 | rustdoc: Move fn docs into the item tag | Brian Anderson | -5/+5 | |
| 2012-01-29 | rustdoc: Move const docs into the item tag | Brian Anderson | -2/+2 | |
| 2012-01-24 | rustdoc: Extract a general apply-function-to-strings pass from trim_pass | Brian Anderson | -65/+7 | |
| 2012-01-24 | rustdoc: Trim whitespace from failure conditions | Brian Anderson | -1/+12 | |
| 2012-01-24 | rustdoc: Add a pass to trim whitespace from docs | Brian Anderson | -0/+130 | |
