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
/
test
/
rustdoc-ui
Age
Commit message (
Expand
)
Author
Lines
2020-08-03
Fix async-std at the price of breaking half the test suite
Joshua Nelson
-105
/
+27
2020-07-30
Fix uitests
Manish Goregaokar
-5
/
+5
2020-07-30
intra_doc_resolution_failures -> broken_intra_doc_links
Manish Goregaokar
-18
/
+18
2020-07-30
Update uitest expectations
Manish Goregaokar
-5
/
+5
2020-07-30
Rename to intra_doc_resolution_failures
Manish Goregaokar
-18
/
+18
2020-07-29
Rename usage of intra_doc_link_resolution_failure
Manish Goregaokar
-18
/
+18
2020-07-27
Separate `missing_doc_code_examples` from intra-doc links
Joshua Nelson
-13
/
+13
2020-07-22
rustdoc: Add explanation when linting against public to private item links
Dennis Hamester
-0
/
+4
2020-07-22
rustdoc: Always warn when linking from public to private items
Dennis Hamester
-5
/
+24
2020-07-20
refactor and reword intra-doc link errors
Andy Russell
-117
/
+117
2020-07-16
Fix invalid lint
Joshua Nelson
-1
/
+1
2020-07-16
Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=Manishearth
Manish Goregaokar
-29
/
+0
2020-07-15
Catch errors for any new item, not just trait implementations
Joshua Nelson
-3
/
+9
2020-07-15
Don't ICE on infinitely recursive types
Joshua Nelson
-0
/
+21
2020-07-15
--bless
Joshua Nelson
-6
/
+18
2020-07-15
Don't crash on Vec<DoesNotExist>
Joshua Nelson
-0
/
+7
2020-07-15
Recurse into function bodies, but don't typeck closures
Joshua Nelson
-67
/
+126
2020-07-15
Don't ICE on errors in function returning impl trait
Joshua Nelson
-0
/
+67
2020-07-15
Add an option not to report resolution errors for rustdoc
Joshua Nelson
-0
/
+109
2020-07-13
Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514
Manish Goregaokar
-0
/
+51
2020-07-11
test: rustdoc-ui: issue-74134: Shorten a too long line
Dennis Hamester
-1
/
+1
2020-07-11
test: rustdoc-ui: Expand issue-74134 to cover types in a private module
Dennis Hamester
-0
/
+15
2020-07-11
test: rustdoc-ui: Add issue-74134, replacing test/rustdoc/issue-74134-*
Dennis Hamester
-0
/
+36
2020-07-08
Move #[doc(alias)] check in rustc
Guillaume Gomez
-29
/
+0
2020-07-07
rustdoc: Rename invalid_codeblock_attribute lint to be plural
Oliver Middleton
-6
/
+6
2020-06-26
Generate docs for links to private items when passed --document-private
Joshua Nelson
-0
/
+36
2020-06-23
Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27
Manish Goregaokar
-0
/
+29
2020-06-21
Update UI tests
Guillaume Gomez
-2
/
+4
2020-05-30
Add test for doc alias attribute validation
Guillaume Gomez
-0
/
+29
2020-05-15
remove extra space from crate-level doctest names
Andy Russell
-0
/
+22
2020-04-24
Add rustdoc regression test for the unused_braces lint
flip1995
-0
/
+14
2020-04-23
Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison
Dylan DPC
-0
/
+493
2020-04-23
Add UI tests for new rustdoc lint
Guillaume Gomez
-0
/
+493
2020-04-19
Moving all rustdoc-ui tests to check-pass
Val Markovic
-19
/
+19
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+8
2020-03-28
Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC
bors
-0
/
+15
2020-03-22
fix one more test
mark
-1
/
+1
2020-03-22
Update lint name to follow convention
Guillaume Gomez
-3
/
+3
2020-03-22
Update tests
Guillaume Gomez
-8
/
+7
2020-03-22
Add lint when no doc is present at the crate-level
Guillaume Gomez
-0
/
+16
2020-03-14
resolve: Fix regression in resolution of raw keywords in paths
Vadim Petrochenkov
-5
/
+5
2020-03-02
remove output-format test
Guillaume Gomez
-10
/
+0
2020-03-02
Replace ToJson with serde
Guillaume Gomez
-8
/
+18
2020-03-02
add tests for rustdoc output-format json
Guillaume Gomez
-0
/
+34
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-2
/
+2
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+1
2020-01-24
Normalise notes with the/is
varkor
-13
/
+13
2020-01-20
Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez
Dylan DPC
-0
/
+62
2020-01-18
rustdoc: Fix handling of compile errors when running `rustdoc --test`
Oliver Middleton
-0
/
+62
2020-01-17
rustdoc: Catch fatal errors when syntax highlighting
Oliver Middleton
-0
/
+21
[next]