about summary refs log tree commit diff
path: root/src/librustdoc/markdown.rs
AgeCommit message (Expand)AuthorLines
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-1/+1
2020-03-26Create output dir in rustdoc markdown renderTimothée Gerber-1/+6
2020-02-27use char instead of &str for single char patternsMatthias Krüger-1/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-1/+0
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-3/+2
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-17/+22
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-1/+1
2019-09-11Rollup merge of #64072 - limira:patch-1, r=ollie27Mazdak Farrokhzad-1/+1
2019-09-04address rebase changesDario Gonzalez-1/+2
2019-09-03added feature gate enable-per-target-ignoresDario Gonzalez-1/+1
2019-09-02Replace file_stem by file_name in rustdoc markdownlimira-1/+1
2019-08-29Run doctests via out-of-process rustcAndreas Jonson-5/+2
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-1/+1
2019-08-11Drop RefCell from IdMap in markdown renderingMark Rousskov-3/+2
2019-08-11Remove thread-local for playground configMark Rousskov-5/+6
2019-07-11libtest: add --show-output optionPaul Emmerich-1/+1
2019-07-01Remove needless lifetimesJeremy Stucki-1/+1
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-3/+9
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-4/+3
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-2/+2
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