summary refs log tree commit diff
path: root/src/rt/sundown/html/html.c
AgeCommit message (Collapse)AuthorLines
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/+635
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.