summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-0/+1
2013-12-30rustdoc: Unify the handling of the hidden example lines.Huon Wilson-6/+15
2013-12-30rustdoc: only filter lines starting with '# ' from the shown code.Huon Wilson-2/+4
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-6/+84
2013-12-19std::str: replace .as_imm_buf with .as_ptr.Huon Wilson-3/+2
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3
2013-12-08Remove dead codesKiet Tran-3/+0
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+1
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-4/+4
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-2/+0
2013-11-01Statically link sundown to librustdocAlex Crichton-0/+1
2013-10-03rustdoc: Document what's going on throughoutAlex Crichton-1/+17
2013-09-25rustdoc: Enable various useful markdown extensionsAlex Crichton-1/+12
2013-09-25rustdoc: Use sundown for markdown highlightingAlex Crichton-33/+84
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+54