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
/
html
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-14
Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomez
Guillaume Gomez
-4
/
+4
2017-11-06
tweak notes on ignore/compile_fail examples
QuietMisdreavus
-4
/
+4
2017-11-03
Copy `AsciiExt` methods to `char` directly
Lukas Kalbertodt
-1
/
+0
2017-10-21
change footnote anchor formats to fix spurious rendering differences
QuietMisdreavus
-3
/
+3
2017-09-17
Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus
Tim Neumann
-6
/
+39
2017-09-15
Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichton
bors
-3
/
+1
2017-09-11
Add arrow and improve display
Guillaume Gomez
-22
/
+8
2017-09-11
Add class for codeblocks
Guillaume Gomez
-6
/
+53
2017-09-05
Test rustdoc unit tests.
Mark Simulacrum
-2
/
+4
2017-09-01
set compile_fail flag stable
Guillaume Gomez
-3
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
2017-08-13
Rollup merge of #43782 - nrc:include, r=GuillaumeGomez
Guillaume Gomez
-4
/
+4
2017-08-10
doc tests: use the filename from the source file for doc test programs, rathe...
Nick Cameron
-4
/
+4
2017-08-08
Remove all usage of hoedown_buffer_puts
Guillaume Gomez
-2
/
+1
2017-08-07
Remove \0 printing
Guillaume Gomez
-5
/
+5
2017-08-06
Fix hoedown error in rustdoc
Guillaume Gomez
-8
/
+7
2017-06-24
Shorten some lines so this can pass the tidy checks
Paul Woolcock
-15
/
+19
2017-06-24
add `allow_fail` test attribute
Paul Woolcock
-18
/
+23
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-1
/
+1
2017-05-06
Allow # to appear in rustdoc code output.
Mark Simulacrum
-27
/
+48
2017-04-22
Fix line display
Guillaume Gomez
-8
/
+4
2017-04-22
Fix tests
Guillaume Gomez
-4
/
+5
2017-04-22
Re-enable hoedown by default
Guillaume Gomez
-41
/
+294
2017-04-20
Fix line display for hoedown
Guillaume Gomez
-3
/
+7
2017-04-17
Hoedown big comeback!
Guillaume Gomez
-0
/
+191
2017-04-11
Remove strings fulfilled with whitespaces in code block headers
Guillaume Gomez
-6
/
+7
2017-04-09
Fix block code headers parsing
Guillaume Gomez
-8
/
+15
2017-04-06
rustdoc: Use pulldown-cmark for Markdown HTML rendering
Oliver Middleton
-461
/
+267
2017-04-04
Handle ordered lists as well
Guillaume Gomez
-4
/
+12
2017-04-01
Force footnote references to be sorted by id
Guillaume Gomez
-4
/
+6
2017-03-31
Fix hard break issue
Guillaume Gomez
-2
/
+34
2017-03-30
Fix multiple footnotes and improve testing
Guillaume Gomez
-21
/
+33
2017-03-29
Add support for image, rules and footnotes
Guillaume Gomez
-28
/
+111
2017-03-28
Improve function naming
Guillaume Gomez
-23
/
+22
2017-03-28
Fix id generation
Guillaume Gomez
-47
/
+51
2017-03-28
Fix plain_summary_line function
Guillaume Gomez
-33
/
+51
2017-03-28
Handle html in markdown as well
Guillaume Gomez
-0
/
+3
2017-03-28
Remove unneeded comment
Guillaume Gomez
-6
/
+0
2017-03-28
Add a macro to improve code
Guillaume Gomez
-117
/
+39
2017-03-28
Add missing markdown tags
Guillaume Gomez
-142
/
+239
2017-03-28
End of pulldown switch and remove completely hoedown
Guillaume Gomez
-450
/
+211
2017-03-28
Remains to fix tables
Guillaume Gomez
-20
/
+74
2017-03-28
Replace hoedown with pull in rustdoc
Guillaume Gomez
-107
/
+308
2017-02-08
Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric...
Corey Farwell
-3
/
+5
2017-02-06
Display correct filename with --test option
Guillaume Gomez
-3
/
+5
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-5
/
+0
2017-02-03
Switch logic to Span instead of HashMap
Guillaume Gomez
-3
/
+5
2017-02-03
Move to my own hoedown repository
Guillaume Gomez
-17
/
+28
2017-02-03
Add information in case of markdown block code test failure
ggomez
-1
/
+6
2017-01-29
Remove no longer necessary ctor checks in rustc_privacy
Vadim Petrochenkov
-2
/
+0
[next]