summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-13/+13
2019-02-10rustc: doc commentsAlexander Regueiro-5/+5
2019-01-14rustdoc: check code block syntax in early passAndy Russell-0/+109
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-13Split on words insteadGuillaume Gomez-2/+16
2018-12-11Remove unneeded extra chars to reduce search-index sizeGuillaume Gomez-1/+5
2018-11-10Remove short doc where it starts with a codeblockGuillaume Gomez-22/+28
2018-11-04add Debug impls for the Options structsQuietMisdreavus-1/+1
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-1/+1
2018-10-09Add lint for doc without codeblocksGuillaume Gomez-2/+4
2018-09-20Add a documentation banner for edition specific codePhilip Munksgaard-13/+44
2018-09-19Add support for running doc test in specific editionPhilip Munksgaard-18/+32
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-5/+6
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-1/+1
2018-07-31Cleanup highlighting codeMark Rousskov-1/+0
2018-07-31Remove global derive_id and reset_ids functionsMark Rousskov-49/+105
2018-07-31Format code for easier editingMark Rousskov-6/+5
2018-07-31Further extract error code switchMark Rousskov-27/+54
2018-07-31Remove dependency on error handling from find_testable_codeMark Rousskov-8/+13
2018-07-31Provide test configuration through structMark Rousskov-15/+10
2018-07-31Provide warnings for invalid code blocks in markdown filesMark Rousskov-5/+3
2018-07-31Pull out nightly checking to edgesMark Rousskov-8/+7
2018-07-27Prefer to_string() to format!()ljedrz-4/+4
2018-07-06Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie...bors-7/+36
2018-06-28Prevent some markdown transformation on short docblocksGuillaume Gomez-7/+36
2018-06-26rustdoc codeblock hash escapeLucas Morales-10/+10
2018-06-03Show which line the link is coming from.kennytm-3/+22
2018-03-22Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi...kennytm-2/+2
2018-03-19Fix automatic urls with backticksGuillaume Gomez-2/+2
2018-03-18Add warning for invalid start of code blocks in rustdocGuillaume Gomez-1/+6
2018-03-16fix doctestQuietMisdreavus-1/+1
2018-02-21Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebankGuillaume Gomez-12/+15
2018-02-20Fix rustdoc test ICEGuillaume Gomez-12/+15
2018-02-18Generate shortcut linksManish Goregaokar-2/+19
2018-02-18Include shortcut links in markdown_linksManish Goregaokar-7/+19
2018-02-17Remove useless commentGuillaume Gomez-1/+0
2018-02-16Remove hoedown from rustdocGuillaume Gomez-688/+60
2018-01-29rustdoc: Fix link title rendering with hoedownOliver Middleton-1/+1
2018-01-22don't process code blocks when scanning for linksQuietMisdreavus-2/+1
2018-01-22Temporary fix missing escape_href in hoedown_link by copying pulldown's codeManish Goregaokar-1/+53
2018-01-22Fix unit testsManish Goregaokar-3/+3
2018-01-22Don't return early and discard the link in hoedown modeManish Goregaokar-1/+1
2018-01-22add intra-links support to hoedownQuietMisdreavus-8/+66
2018-01-22cleanupQuietMisdreavus-2/+8
2018-01-22Add LinkReplacer pass for pulldownManish Goregaokar-7/+40
2018-01-22resolve paths when cleaning docsQuietMisdreavus-0/+3
2018-01-22new function to pull the links from a chunk of markdownQuietMisdreavus-167/+250
2018-01-10Use correct line offsets for doctests (fixes #45868)Manish Goregaokar-2/+2
2017-11-14Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomezGuillaume Gomez-4/+4
2017-11-06tweak notes on ignore/compile_fail examplesQuietMisdreavus-4/+4