| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -152/+0 | |
| This primary fix brought on by this upgrade is the proper matching of the ``` and ~~~ doc blocks. This also moves hoedown to a git submodule rather than a bundled repository. Additionally, hoedown is stricter about code blocks, so this ended up fixing a lot of invalid code blocks (ending with " ```" instead of "```", or ending with "~~~~" instead of "~~~"). Closes #12776 | ||||
| 2013-09-25 | rustdoc: Add sundown to src/rt/ | Alex Crichton | -0/+152 | |
| This also starts compiling it in the same manner as linenoise, it's just bundled with librustrt directly, and we export just a few symbols out of it. | ||||
