about summary refs log tree commit diff
path: root/src/rt/sundown
AgeCommit message (Collapse)AuthorLines
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-5448/+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
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-08Fix spelling errors in comments.Joseph Crail-1/+1
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+0
Closes #9621
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-0/+5448
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.