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
/
tests
/
rustdoc-ui
Age
Commit message (
Expand
)
Author
Lines
2023-09-17
Update tests for `custom_code_classes_in_docs` feature
Guillaume Gomez
-5
/
+9
2023-09-15
Implement new eBNF for codeblock attributes
Guillaume Gomez
-61
/
+145
2023-09-15
Add support for double quotes in markdown codeblock attributes
Guillaume Gomez
-0
/
+50
2023-09-15
Add tests for `custom_code_classes_in_docs` feature
Guillaume Gomez
-0
/
+136
2023-08-21
rustdoc: use unicode-aware checks for redundant explicit link fastpath
Michael Howell
-0
/
+18
2023-08-18
Add regression test for inline doc
Kyle Lin
-0
/
+13
2023-08-18
fix `unescaped_backticks` error
Kyle Lin
-64
/
+64
2023-08-18
narrow down the lint trigger constraint
Kyle Lin
-0
/
+1
2023-08-18
add missing deny lint
Kyle Lin
-0
/
+2
2023-08-18
Add check-pass tests and fix test behavior
Kyle Lin
-0
/
+4
2023-08-18
Still resolving rustdoc resolution panicking
Kyle Lin
-6
/
+7
2023-08-18
Support Reference & ReferenceUnknown link lint
Kyle Lin
-1
/
+909
2023-08-18
Refactor lint from rustc to rustdoc
Kyle Lin
-74
/
+327
2023-08-18
fix trailing whitespace
Kyle Lin
-2
/
+2
2023-08-18
bless test output
Kyle Lin
-9
/
+45
2023-08-18
add more tests
Kyle Lin
-0
/
+8
2023-08-18
Fix resolution caching
Kyle Lin
-1
/
+113
2023-08-18
Add warn level lint `redundant_explicit_links`
Kyle Lin
-0
/
+6
2023-08-01
Fix windows test output.
Yuri Astrakhan
-1
/
+2
2023-07-29
Fix test output.
Mara Bos
-2
/
+2
2023-07-29
Change default panic handler message format.
Mara Bos
-2
/
+4
2023-07-24
validate `doc(masked)`
Lukas Markeffsky
-7
/
+57
2023-07-22
add tests for broken links in unused doc strings
Lukas Markeffsky
-0
/
+43
2023-07-20
Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk
bors
-0
/
+1
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-1
/
+2
2023-07-19
fix issue-110629-private-type-cycle-dyn test
nxya
-5
/
+1
2023-07-18
added links as a note
nxya
-1
/
+1
2023-07-18
add links to query documentation for E0391
nxya
-1
/
+1
2023-07-18
added links as a note
nxya
-1
/
+6
2023-07-18
add links to query documentation for E0391
nxya
-1
/
+1
2023-05-26
rustdoc: get unnormalized link destination for suggestions
Michael Howell
-3
/
+416
2023-05-25
Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez
Michael Goulet
-1
/
+25
2023-05-23
Add regression test for #111189
Guillaume Gomez
-0
/
+31
2023-05-22
rustdoc: add regression test for broken link due to double backticks
Lukas Markeffsky
-1
/
+25
2023-05-11
Fix backtrace normalization in ice-bug-report-url.rs
Ulrich Weigand
-2
/
+3
2023-05-06
Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkin
Matthias Krüger
-0
/
+30
2023-05-05
Improve check-cfg diagnostics (part 1)
Urgau
-2
/
+2
2023-05-01
Make the BUG_REPORT_URL configurable by tools
jyn
-0
/
+30
2023-05-01
Don't use implied trait predicates in gather_explicit_predicates_of
Michael Goulet
-35
/
+171
2023-04-30
Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomez
Matthias Krüger
-0
/
+52
2023-04-29
rustdoc: catch and don't blow up on impl Trait cycles
Michael Howell
-0
/
+52
2023-04-30
Rollup merge of #110981 - jyn514:rustdoc-tests, r=notriddle
Matthias Krüger
-29
/
+40
2023-04-29
move lint tests into subdirectories
jyn
-0
/
+0
2023-04-29
Move some rustdoc-ui tests to subdirectories
jyn
-29
/
+40
2023-04-29
Add `rustdoc::unescaped_backtick` lint
Lukas Markeffsky
-0
/
+1301
2023-04-28
Rollup merge of #110904 - fmease:rustdoc-fix-110900, r=compiler-errors
Matthias Krüger
-0
/
+28
2023-04-27
rustdoc: rebind bound vars to type-outlives predicates
León Orell Valerian Liehr
-0
/
+28
2023-04-27
Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errors
Matthias Krüger
-3
/
+3
2023-04-26
Migrate `rustc_passes` to translatable diagnostics
clubby789
-3
/
+3
2023-04-26
Rollup merge of #110329 - aDotInTheVoid:json-inline-again, r=jyn514
jyn
-11
/
+0
[next]