summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-3/+3
2014-06-19rustdoc: add the ability to run tests with --test.Huon Wilson-13/+20
2014-06-19rustdoc: refactor code block language info into a struct.Huon Wilson-42/+68
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-2/+6
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-6/+29
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+2
2014-06-02docs: Stop using `notrust`Florian Gilcher-1/+2
2014-06-02rustdoc: make langstring parsing more robustFlorian Gilcher-4/+49
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-25rustdoc: Prevent a segfault when using markdownAlex Crichton-0/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+4
2014-05-15Updates with core::fmt changesAlex Crichton-4/+3
2014-05-13Touch up and rebase previous commitsAlex Crichton-0/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-10/+11
2014-05-07std: Modernize the local_data apiAlex Crichton-13/+10
2014-05-03rustdoc: Enable the footnote markdown extensionAlex Crichton-8/+10
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-109/+119
2014-04-26rustdoc: refactor and unstyle inline section headersAdrien Tétar-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-3/+3
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-04-03rustdoc: Fix reporting of ignored testsIvan Petkov-6/+7
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-2/+2
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