about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2017-08-13Rollup merge of #43782 - nrc:include, r=GuillaumeGomezGuillaume Gomez-4/+4
2017-08-10doc tests: use the filename from the source file for doc test programs, rathe...Nick Cameron-4/+4
2017-08-08Remove all usage of hoedown_buffer_putsGuillaume Gomez-2/+1
2017-08-07Remove \0 printingGuillaume Gomez-5/+5
2017-08-06Fix hoedown error in rustdocGuillaume Gomez-8/+7
2017-06-24Shorten some lines so this can pass the tidy checksPaul Woolcock-15/+19
2017-06-24add `allow_fail` test attributePaul Woolcock-18/+23
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-27/+48
2017-04-22Fix line displayGuillaume Gomez-8/+4
2017-04-22Fix testsGuillaume Gomez-4/+5
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-41/+294
2017-04-20Fix line display for hoedownGuillaume Gomez-3/+7
2017-04-17Hoedown big comeback!Guillaume Gomez-0/+191
2017-04-11Remove strings fulfilled with whitespaces in code block headersGuillaume Gomez-6/+7
2017-04-09Fix block code headers parsingGuillaume Gomez-8/+15
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-461/+267
2017-04-04Handle ordered lists as wellGuillaume Gomez-4/+12
2017-04-01Force footnote references to be sorted by idGuillaume Gomez-4/+6
2017-03-31Fix hard break issueGuillaume Gomez-2/+34
2017-03-30Fix multiple footnotes and improve testingGuillaume Gomez-21/+33
2017-03-29Add support for image, rules and footnotesGuillaume Gomez-28/+111
2017-03-28Improve function namingGuillaume Gomez-23/+22
2017-03-28Fix id generationGuillaume Gomez-47/+51
2017-03-28Fix plain_summary_line functionGuillaume Gomez-33/+51
2017-03-28Handle html in markdown as wellGuillaume Gomez-0/+3
2017-03-28Remove unneeded commentGuillaume Gomez-6/+0
2017-03-28Add a macro to improve codeGuillaume Gomez-117/+39
2017-03-28Add missing markdown tagsGuillaume Gomez-142/+239
2017-03-28End of pulldown switch and remove completely hoedownGuillaume Gomez-450/+211
2017-03-28Remains to fix tablesGuillaume Gomez-20/+74
2017-03-28Replace hoedown with pull in rustdocGuillaume Gomez-107/+308
2017-02-08Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric...Corey Farwell-3/+5
2017-02-06Display correct filename with --test optionGuillaume Gomez-3/+5
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-5/+0
2017-02-03Switch logic to Span instead of HashMapGuillaume Gomez-3/+5
2017-02-03Move to my own hoedown repositoryGuillaume Gomez-17/+28
2017-02-03Add information in case of markdown block code test failureggomez-1/+6
2017-01-29Remove no longer necessary ctor checks in rustc_privacyVadim Petrochenkov-2/+0
2017-01-27Don't generate doc if doc comments only filled with 'white' charactersGuillaume Gomez-1/+2
2016-12-25Add unittestEsteban Küber-1/+12
2016-12-14Add `MarkdownHmtl` escape structEsteban Küber-4/+20
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-6/+37
2016-09-26deduplicate inline is_nightly_build implementationsTim Neumann-7/+4
2016-09-26refactor away get_unstable_features_settingTim Neumann-2/+1
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-3/+5
2016-06-20Add error code flagGuillaume Gomez-12/+15
2016-06-12Add error codes block code flagGuillaume Gomez-6/+22
2016-04-04rustdoc: factor out function for getting inner html of highlighted sourceNick Cameron-3/+3