summary refs log tree commit diff
path: root/src/librustdoc/markdown.rs
AgeCommit message (Expand)AuthorLines
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
2015-12-03Move ID generator to a more suited locationmitaa-2/+3
2015-07-30fix rustdoc metadata parsingAlexis Beingessner-3/+4
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-07book: Emit links to play.rust-lang.org to run examplesAlex Crichton-1/+1
2015-04-07rustdoc: Allowing specifying attrs for doctestsAlex Crichton-3/+7
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Add #[doc(test(no_inject_crate))] attributeBrian Anderson-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-5/+5
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-3/+6
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-5/+5
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-13Make the Rust Book more mobile friendlySeth Faxon-0/+1
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-2/+2
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-1/+1
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-2/+1
2014-08-02rustdoc: Add rustdoc class to <body> tagTom Jakubowski-1/+1