| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -231/+0 | |
| Removes old rustdoc, moves rustdoc_ng into its place instead (plus drops the _ng suffix). Also shreds all reference to rustdoc_ng from the Makefile rules. | ||||
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -73/+101 | |
| This large commit implements and `html` output option for rustdoc_ng. The executable has been altered to be invoked as "rustdoc_ng html <crate>" and it will dump everything into the local "doc" directory. JSON can still be generated by changing 'html' to 'json'. This also fixes a number of bugs in rustdoc_ng relating to comment stripping, along with some other various issues that I found along the way. The `make doc` command has been altered to generate the new documentation into the `doc/ng/$(CRATE)` directories. | ||||
| 2013-09-16 | rustdoc_ng: add licenses and issue numbers to appease tidy | Corey Richardson | -0/+10 | |
| 2013-09-16 | Update rustdoc_ng to syntax and metadata changes | Corey Richardson | -2/+2 | |
| 2013-09-16 | Add rustdoc_ng | Corey Richardson | -0/+193 | |
