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
Age
Commit message (
Expand
)
Author
Lines
2023-09-19
Allow more characters in custom classes
Guillaume Gomez
-3
/
+18
2023-09-17
Update tests for `custom_code_classes_in_docs` feature
Guillaume Gomez
-2
/
+5
2023-09-15
Add `custom` tag for markdown codeblocks
Guillaume Gomez
-0
/
+36
2023-09-15
Implement new eBNF for codeblock attributes
Guillaume Gomez
-51
/
+38
2023-09-15
Add support for double quotes in markdown codeblock attributes
Guillaume Gomez
-0
/
+12
2023-09-15
Add tests for `custom_code_classes_in_docs` feature
Guillaume Gomez
-27
/
+104
2023-09-15
Implement custom classes for rustdoc code blocks with `custom_code_classes_in...
Guillaume Gomez
-0
/
+24
2023-07-30
Remove some unneeded `clone()` calls
Guillaume Gomez
-1
/
+1
2023-02-11
rustdoc: account for intra-doc links in `<meta name="description">`
Michael Howell
-1
/
+1
2022-12-11
Extend rustdoc hashtag prepended line test
Guillaume Gomez
-0
/
+8
2022-12-10
Add test for non-rust code block hashtag prepended lines
Guillaume Gomez
-0
/
+37
2022-09-22
rustdoc: fix unit tests
Michael Howell
-6
/
+5
2022-02-09
Update rustdoc tests for headings indent
Guillaume Gomez
-34
/
+7
2022-02-09
Unify headings indent and remove useless anchor
Guillaume Gomez
-10
/
+10
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-1
/
+0
2021-12-02
Rename ID "main" into "main-content"
Guillaume Gomez
-4
/
+4
2021-10-04
heading_level: u32 -> heading_offset: HeadingOffset
Mukund Lakshman
-3
/
+3
2021-10-04
No need to default offset since we always override it.
Mukund Lakshman
-2
/
+2
2021-10-04
Change `Markdown(...)` to `Markdown { ... }`
Mukund Lakshman
-4
/
+20
2021-10-04
librustdoc: Use correct heading levels.
Mukund Lakshman
-16
/
+16
2021-09-08
Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider
bors
-1
/
+23
2021-08-25
Add tests for `HtmlWithLimit`
Noah Lev
-0
/
+2
2021-07-26
Pass correct line number for indented code blocks.
Abdalrhman Mohamed
-1
/
+23
2021-07-24
Escape item search summaries
Noah Lev
-1
/
+11
2021-06-18
Update test cases for intra-doc links in summaries
Michael Howell
-1
/
+3
2021-03-09
Treat header as first paragraph for shortened markdown descriptions
Michael Howell
-0
/
+1
2021-03-05
Undo addition of boxes
Camelid
-1
/
+0
2021-03-05
Don't unnecessarily clone some fields in `Context`
Camelid
-9
/
+3
2021-02-26
Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514
bors
-4
/
+42
2021-02-23
Rollup merge of #79423 - camelid:smart-punct, r=jyn514
Dylan DPC
-5
/
+5
2021-02-20
Cut off plain text descriptions after headers
Michael Howell
-0
/
+1
2021-02-12
[librustdoc] Reform lang string token splitting
Casey Rodarmor
-4
/
+42
2021-02-09
Update Markdown unit tests
Camelid
-5
/
+5
2020-12-20
impl Default for LangString, replacing all_false by default
Alexis Bourget
-30
/
+18
2020-12-13
Refactor test_lang_string_parse to make it clearer
Alexis Bourget
-74
/
+69
2020-12-03
Render Markdown in search results
Camelid
-1
/
+32
2020-09-03
Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez
bors
-3
/
+10
2020-08-31
Fix string
Guillaume Gomez
-1
/
+1
2020-08-31
Fix strings indent
Guillaume Gomez
-20
/
+15
2020-08-30
rustdoc: do not use plain summary for trait impls
Andy Russell
-3
/
+10
2020-07-15
rustdoc: Rename internal API fns to `into_string`
Lzu Tao
-3
/
+4
2020-05-06
Update librustdoc ID tests
Guillaume Gomez
-4
/
+4
2020-04-23
Update LangString::parse usage in markdown tests
Guillaume Gomez
-1
/
+1
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-71
/
+162
2019-09-03
Added ability to crosscompile doctests
Dario Gonzalez
-21
/
+23
2019-08-11
Drop RefCell from IdMap in markdown rendering
Mark Rousskov
-6
/
+6
2019-08-02
librustdoc: Unconfigure tests during normal build
Vadim Petrochenkov
-0
/
+20
2019-06-16
Separate librustcdoc module
chansuke
-0
/
+125