about summary refs log tree commit diff
path: root/src/librustdoc/markdown.rs
AgeCommit message (Expand)AuthorLines
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-8/+6
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-01-17Persist doc test executables to given path.Wesley Norris-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-12Bump to 1.33.0Alex Crichton-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-27/+24
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-6/+5
2018-11-02parse command-line into a central Options structQuietMisdreavus-2/+2
2018-10-21Use markdown::render instead of using pulldown_cmark directlyGuillaume Gomez-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-07-31Remove global derive_id and reset_ids functionsMark Rousskov-6/+5
2018-07-31Further extract error code switchMark Rousskov-4/+7
2018-07-31Remove dependency on error handling from find_testable_codeMark Rousskov-1/+5
2018-07-31Provide warnings for invalid code blocks in markdown filesMark Rousskov-1/+1
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-05-14replace error/warning println with structured diagQuietMisdreavus-7/+8
2018-04-13add -C parameter to rustdocQuietMisdreavus-3/+4
2018-04-02suppress the default allow(unused) under --display-warningsQuietMisdreavus-0/+1
2018-03-28use --edition for doctests, rather than just the crateQuietMisdreavus-2/+3
2018-03-18Add warning for invalid start of code blocks in rustdocGuillaume Gomez-1/+1
2018-02-16Remove hoedown from rustdocGuillaume Gomez-51/+11
2018-01-22Add LinkReplacer pass for pulldownManish Goregaokar-1/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-8/+7
2017-12-07fix markdown file differencesGuillaume Gomez-12/+4
2017-12-07Generate difference warnings for markdown files as wellGuillaume Gomez-6/+47
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-2/+2
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-11/+3
2017-07-06rustdoc: Don't run Markdown tests twiceOliver Middleton-2/+6
2017-05-05Add Options type in libtest and remove argumentGuillaume Gomez-4/+2
2017-05-02Add option to display warnings in rustdocGuillaume Gomez-1/+4
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-5/+9
2017-04-17Hoedown big comeback!Guillaume Gomez-1/+2
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-2/+2
2017-03-29Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnikbors-2/+2
2017-03-28Add missing markdown tagsGuillaume Gomez-2/+2
2017-03-28End of pulldown switch and remove completely hoedownGuillaume Gomez-1/+1
2017-03-25rustdoc to accept `#` at the start of a markdown file #40560projektir-5/+7
2017-02-13Add filename when running rustdoc --test on a markdown fileGuillaume Gomez-1/+2
2017-02-06Display correct filename with --test optionGuillaume Gomez-3/+3
2017-02-03Switch logic to Span instead of HashMapGuillaume Gomez-2/+3
2017-02-03Add line number and filename in error messageGuillaume Gomez-1/+1
2016-12-24Teach `rustdoc --test` about `--sysroot`, pass it when testing rustAidan Hobson Sayers-2/+2
2016-12-12feat(rustdoc): harmonise error messagesMichael Zapata-4/+6
2016-11-30rustdoc: fix up --playground-urlLiigo Zhuang-1/+2
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-8/+2
2016-10-09Refactor away `load_or_return` macro.Corey Farwell-3/+11
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-2/+2
2016-03-27Don't initialize id-map when rendering md filesmitaa-1/+1
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-2/+2