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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-07-06
rustdoc: Don't run Markdown tests twice
Oliver Middleton
-2
/
+6
2017-05-05
Add Options type in libtest and remove argument
Guillaume Gomez
-4
/
+2
2017-05-02
Add option to display warnings in rustdoc
Guillaume Gomez
-1
/
+4
2017-04-22
Re-enable hoedown by default
Guillaume Gomez
-5
/
+9
2017-04-17
Hoedown big comeback!
Guillaume Gomez
-1
/
+2
2017-04-06
rustdoc: Use pulldown-cmark for Markdown HTML rendering
Oliver Middleton
-2
/
+2
2017-03-29
Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnik
bors
-2
/
+2
2017-03-28
Add missing markdown tags
Guillaume Gomez
-2
/
+2
2017-03-28
End of pulldown switch and remove completely hoedown
Guillaume Gomez
-1
/
+1
2017-03-25
rustdoc to accept `#` at the start of a markdown file #40560
projektir
-5
/
+7
2017-02-13
Add filename when running rustdoc --test on a markdown file
Guillaume Gomez
-1
/
+2
2017-02-06
Display correct filename with --test option
Guillaume Gomez
-3
/
+3
2017-02-03
Switch logic to Span instead of HashMap
Guillaume Gomez
-2
/
+3
2017-02-03
Add line number and filename in error message
Guillaume Gomez
-1
/
+1
2016-12-24
Teach `rustdoc --test` about `--sysroot`, pass it when testing rust
Aidan Hobson Sayers
-2
/
+2
2016-12-12
feat(rustdoc): harmonise error messages
Michael Zapata
-4
/
+6
2016-11-30
rustdoc: fix up --playground-url
Liigo Zhuang
-1
/
+2
2016-10-15
rustdoc: Improve playground run buttons
Oliver Middleton
-8
/
+2
2016-10-09
Refactor away `load_or_return` macro.
Corey Farwell
-3
/
+11
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-2
/
+2
2016-03-27
Don't initialize id-map when rendering md files
mitaa
-1
/
+1
2015-12-15
Use --cfg when running doctests
Seo Sanghyeon
-2
/
+2
[next]