| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -377/+0 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -27/+27 | |
| 2012-02-27 | rustdoc: Time passes | Brian Anderson | -2/+5 | |
| 2012-02-24 | rustdoc: Remove a pointer that's no longer needed | Brian Anderson | -2/+2 | |
| 2012-02-21 | rustdoc: Make it easy to switch between parallel and sequential folds | Brian Anderson | -2/+2 | |
| 2012-02-21 | rustdoc: Convert most passes to parallel folds | Brian Anderson | -2/+2 | |
| 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 | -16/+16 | |
| 2012-02-01 | rustdoc: Add support for type items | Brian Anderson | -1/+28 | |
| 2012-01-31 | rustdoc: Split the pruning of undocumented branches into two passes | Brian Anderson | -0/+346 | |
| prune_undoc_details_pass strips arguments and return values that are undocumented. prune_undoc_items_pass prunes entire items. | ||||
