summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-23iter: remove `to_owned_vec`Daniel Micay-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-7/+7
2014-03-12rustdoc: whitelist the headers that get a ยง on hover.Huon Wilson-1/+1
2014-03-09rustdoc: hardcode each header as a link.Huon Wilson-1/+2
2014-03-09rustdoc: add table-of-contents recording & rendering, use it with plainHuon Wilson-10/+40
2014-03-09rustdoc: run on plain Markdown files.Huon Wilson-3/+15
2014-03-08Add an option to not run rustdoc blocksSteven Fackler-5/+6
2014-03-06rustdoc: Don't escape contents of headersAlex Crichton-2/+1
2014-03-05rustdoc: Add anchors to section headersAlex Crichton-6/+69
2014-03-02rustdoc: syntax highlight macro definitions, colour $... substitutions.Huon Wilson-1/+1
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-2/+26
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-2/+26
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+2
2014-02-14Update rustdoc testing to test all code blocksAlex Crichton-7/+9
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-2/+3
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-2/+2
2014-02-03rustdoc: Remove io_error usageAlex Crichton-6/+7
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-3/+3
2014-01-26Move extra::flate to libflateAlex Crichton-1/+3
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-3/+3
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