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
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
2015-12-03
Move ID generator to a more suited location
mitaa
-2
/
+3
2015-07-30
fix rustdoc metadata parsing
Alexis Beingessner
-3
/
+4
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-07
book: Emit links to play.rust-lang.org to run examples
Alex Crichton
-1
/
+1
2015-04-07
rustdoc: Allowing specifying attrs for doctests
Alex Crichton
-3
/
+7
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
rustdoc: Add #[doc(test(no_inject_crate))] attribute
Brian Anderson
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-5
/
+5
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-3
/
+6
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-13
Make the Rust Book more mobile friendly
Seth Faxon
-0
/
+1
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-2
/
+2
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-1
/
+1
2014-09-07
Changed addl_lib_search_paths from HashSet to Vec
inrustwetrust
-2
/
+1
2014-08-02
rustdoc: Add rustdoc class to <body> tag
Tom Jakubowski
-1
/
+1
[next]