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
/
html
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-13
Move Toc printing from fmt::Display
Mark Rousskov
-1
/
+1
2019-09-10
Auto merge of #60387 - Goirad:test-expansion, r=ollie27
bors
-11
/
+32
2019-09-07
rustdoc: fix diagnostic with mixed code block styles
Eric Huss
-1
/
+4
2019-09-03
added rustdoc book documentation, improved behavior when unstable flag not pr...
Dario Gonzalez
-10
/
+4
2019-09-03
added feature gate enable-per-target-ignores
Dario Gonzalez
-6
/
+11
2019-09-03
Added ability to crosscompile doctests
Dario Gonzalez
-6
/
+28
2019-08-26
Shorten line during rendering instead of in markdown
Mark Rousskov
-19
/
+1
2019-08-11
Drop RefCell from IdMap in markdown rendering
Mark Rousskov
-12
/
+7
2019-08-11
Remove fmt::Display impls on Markdown structs
Mark Rousskov
-31
/
+26
2019-08-11
Remove thread-local for playground config
Mark Rousskov
-93
/
+110
2019-08-02
librustdoc: Unconfigure tests during normal build
Vadim Petrochenkov
-24
/
+3
2019-06-16
Fix tidy
Vadim Petrochenkov
-16
/
+21
2019-06-16
Separate librustcdoc module
chansuke
-127
/
+1
2019-05-29
upgrade rustdoc's `pulldown-cmark` to 0.5.2
Andy Russell
-5
/
+5
2019-05-06
update rustdoc doc test
QuietMisdreavus
-1
/
+5
2019-05-06
update rustdoc unit tests
QuietMisdreavus
-4
/
+7
2019-05-06
set the default edition when pre-parsing a doctest
QuietMisdreavus
-25
/
+29
2019-04-22
upgrade rustdoc's pulldown-cmark to 0.4.1
Andy Russell
-80
/
+37
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-13
/
+13
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2019-01-14
rustdoc: check code block syntax in early pass
Andy Russell
-0
/
+109
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Split on words instead
Guillaume Gomez
-2
/
+16
2018-12-11
Remove unneeded extra chars to reduce search-index size
Guillaume Gomez
-1
/
+5
2018-11-10
Remove short doc where it starts with a codeblock
Guillaume Gomez
-22
/
+28
2018-11-04
add Debug impls for the Options structs
QuietMisdreavus
-1
/
+1
2018-11-02
swap uses of Matches with pre-parsed args
QuietMisdreavus
-1
/
+1
2018-10-09
Add lint for doc without codeblocks
Guillaume Gomez
-2
/
+4
2018-09-20
Add a documentation banner for edition specific code
Philip Munksgaard
-13
/
+44
2018-09-19
Add support for running doc test in specific edition
Philip Munksgaard
-18
/
+32
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-5
/
+6
2018-08-07
Avoid unnecessary pattern matching against Option and Result
ljedrz
-1
/
+1
2018-07-31
Cleanup highlighting code
Mark Rousskov
-1
/
+0
2018-07-31
Remove global derive_id and reset_ids functions
Mark Rousskov
-49
/
+105
2018-07-31
Format code for easier editing
Mark Rousskov
-6
/
+5
2018-07-31
Further extract error code switch
Mark Rousskov
-27
/
+54
2018-07-31
Remove dependency on error handling from find_testable_code
Mark Rousskov
-8
/
+13
2018-07-31
Provide test configuration through struct
Mark Rousskov
-15
/
+10
2018-07-31
Provide warnings for invalid code blocks in markdown files
Mark Rousskov
-5
/
+3
2018-07-31
Pull out nightly checking to edges
Mark Rousskov
-8
/
+7
2018-07-27
Prefer to_string() to format!()
ljedrz
-4
/
+4
2018-07-06
Auto merge of #51861 - GuillaumeGomez:prevent-some-markdown-short-doc, r=Quie...
bors
-7
/
+36
2018-06-28
Prevent some markdown transformation on short docblocks
Guillaume Gomez
-7
/
+36
2018-06-26
rustdoc codeblock hash escape
Lucas Morales
-10
/
+10
2018-06-03
Show which line the link is coming from.
kennytm
-3
/
+22
2018-03-22
Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi...
kennytm
-2
/
+2
2018-03-19
Fix automatic urls with backticks
Guillaume Gomez
-2
/
+2
2018-03-18
Add warning for invalid start of code blocks in rustdoc
Guillaume Gomez
-1
/
+6
2018-03-16
fix doctest
QuietMisdreavus
-1
/
+1
2018-02-21
Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank
Guillaume Gomez
-12
/
+15
[next]