index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-1
/
+1
2020-03-26
Create output dir in rustdoc markdown render
Timothée Gerber
-1
/
+6
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-1
/
+1
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-1
/
+0
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-3
/
+2
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-17
/
+22
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-1
/
+1
2019-09-11
Rollup merge of #64072 - limira:patch-1, r=ollie27
Mazdak Farrokhzad
-1
/
+1
2019-09-04
address rebase changes
Dario Gonzalez
-1
/
+2
2019-09-03
added feature gate enable-per-target-ignores
Dario Gonzalez
-1
/
+1
2019-09-02
Replace file_stem by file_name in rustdoc markdown
limira
-1
/
+1
2019-08-29
Run doctests via out-of-process rustc
Andreas Jonson
-5
/
+2
2019-08-27
Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg
Mazdak Farrokhzad
-1
/
+1
2019-08-11
Drop RefCell from IdMap in markdown rendering
Mark Rousskov
-3
/
+2
2019-08-11
Remove thread-local for playground config
Mark Rousskov
-5
/
+6
2019-07-11
libtest: add --show-output option
Paul Emmerich
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-05-06
set the default edition when pre-parsing a doctest
QuietMisdreavus
-3
/
+9
2019-04-22
upgrade rustdoc's pulldown-cmark to 0.4.1
Andy Russell
-4
/
+3
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-2
/
+2
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-8
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-01-17
Persist doc test executables to given path.
Wesley Norris
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Bump to 1.33.0
Alex Crichton
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-02
pass the Options struct instead of individual args
QuietMisdreavus
-27
/
+24
2018-11-02
swap uses of Matches with pre-parsed args
QuietMisdreavus
-6
/
+5
2018-11-02
parse command-line into a central Options struct
QuietMisdreavus
-2
/
+2
2018-10-21
Use markdown::render instead of using pulldown_cmark directly
Guillaume Gomez
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-07-31
Remove global derive_id and reset_ids functions
Mark Rousskov
-6
/
+5
2018-07-31
Further extract error code switch
Mark Rousskov
-4
/
+7
2018-07-31
Remove dependency on error handling from find_testable_code
Mark Rousskov
-1
/
+5
2018-07-31
Provide warnings for invalid code blocks in markdown files
Mark Rousskov
-1
/
+1
2018-07-27
Prefer to_string() to format!()
ljedrz
-2
/
+2
2018-05-14
replace error/warning println with structured diag
QuietMisdreavus
-7
/
+8
2018-04-13
add -C parameter to rustdoc
QuietMisdreavus
-3
/
+4
2018-04-02
suppress the default allow(unused) under --display-warnings
QuietMisdreavus
-0
/
+1
2018-03-28
use --edition for doctests, rather than just the crate
QuietMisdreavus
-2
/
+3
2018-03-18
Add warning for invalid start of code blocks in rustdoc
Guillaume Gomez
-1
/
+1
2018-02-16
Remove hoedown from rustdoc
Guillaume Gomez
-51
/
+11
2018-01-22
Add LinkReplacer pass for pulldown
Manish Goregaokar
-1
/
+1
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-8
/
+7
2017-12-07
fix markdown file differences
Guillaume Gomez
-12
/
+4
2017-12-07
Generate difference warnings for markdown files as well
Guillaume Gomez
-6
/
+47
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-2
/
+2
2017-09-28
Migrate to eprint/eprintln macros where appropriate.
Corey Farwell
-11
/
+3
[next]