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
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
2018-02-20
Fix rustdoc test ICE
Guillaume Gomez
-12
/
+15
2018-02-18
Generate shortcut links
Manish Goregaokar
-2
/
+19
2018-02-18
Include shortcut links in markdown_links
Manish Goregaokar
-7
/
+19
2018-02-17
Remove useless comment
Guillaume Gomez
-1
/
+0
2018-02-16
Remove hoedown from rustdoc
Guillaume Gomez
-688
/
+60
2018-01-29
rustdoc: Fix link title rendering with hoedown
Oliver Middleton
-1
/
+1
2018-01-22
don't process code blocks when scanning for links
QuietMisdreavus
-2
/
+1
2018-01-22
Temporary fix missing escape_href in hoedown_link by copying pulldown's code
Manish Goregaokar
-1
/
+53
2018-01-22
Fix unit tests
Manish Goregaokar
-3
/
+3
2018-01-22
Don't return early and discard the link in hoedown mode
Manish Goregaokar
-1
/
+1
2018-01-22
add intra-links support to hoedown
QuietMisdreavus
-8
/
+66
2018-01-22
cleanup
QuietMisdreavus
-2
/
+8
2018-01-22
Add LinkReplacer pass for pulldown
Manish Goregaokar
-7
/
+40
2018-01-22
resolve paths when cleaning docs
QuietMisdreavus
-0
/
+3
2018-01-22
new function to pull the links from a chunk of markdown
QuietMisdreavus
-167
/
+250
2018-01-10
Use correct line offsets for doctests (fixes #45868)
Manish Goregaokar
-2
/
+2
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
[next]