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-10-10
Apply suggestions from code review
Dániel Buga
-1
/
+20
2020-10-10
Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514
bors
-1
/
+122
2020-10-09
Remove unneeded ImportItem on glob ones
Guillaume Gomez
-13
/
+2
2020-10-09
Add test to ensure that external items aren't lint-checked
Guillaume Gomez
-2
/
+14
2020-10-09
Add test for reexported items lints
Guillaume Gomez
-0
/
+31
2020-10-08
Allow generic parameters in intra-doc links
Camelid
-1
/
+122
2020-10-07
Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514
bors
-1
/
+180
2020-10-06
Enforce whitespace ascii character check for doc alias
Guillaume Gomez
-1
/
+15
2020-10-05
Allow ascii whitespace char for doc aliases
Guillaume Gomez
-9
/
+2
2020-10-05
Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper
Dylan DPC
-0
/
+20
2020-10-04
Enforce crate level attributes checks
Guillaume Gomez
-4
/
+13
2020-10-04
Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514
Yuki Okushi
-35
/
+35
2020-10-03
Add test for #[doc(alias = "...")] at crate level
Guillaume Gomez
-0
/
+11
2020-10-03
Enforce closing HTML tags to have a ">" character
Guillaume Gomez
-2
/
+14
2020-10-03
Use char_indices() instead of chars() to prevent more than one-byte character...
Guillaume Gomez
-32
/
+38
2020-10-03
Correctly handle unicode characters and tags being open just before the end o...
Guillaume Gomez
-13
/
+30
2020-10-03
Don't warn if the tag is nested inside a <script> or inside a <style>
Guillaume Gomez
-0
/
+22
2020-10-03
Add test for invalid_html_tag lint in deny(rustdoc)
Guillaume Gomez
-1
/
+25
2020-10-03
Improve code
Guillaume Gomez
-6
/
+43
2020-10-03
Improve invalid_html_tags lint span
Guillaume Gomez
-41
/
+28
2020-10-03
Add test for unclosed_html_tag lint
Guillaume Gomez
-65
/
+89
2020-10-03
Add `unclosed_html_tags` lint
Guillaume Gomez
-5
/
+55
2020-10-02
Improve error messages
Camelid
-35
/
+35
2020-10-02
Use old error when there's partial resolution
Camelid
-4
/
+4
2020-10-02
Remove unhelpful help message
Camelid
-63
/
+19
2020-10-02
Improve rustdoc error for failed intra-doc link resolution
Camelid
-54
/
+98
2020-10-02
Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...
Jonas Schievink
-1
/
+39
2020-10-02
Update tests
Guillaume Gomez
-1
/
+39
2020-09-27
Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...
Joshua Nelson
-4
/
+4
2020-09-27
Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio
bors
-48
/
+92
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-1
/
+1
2020-09-23
Unify primitive errors with other intra-link errors
Joshua Nelson
-8
/
+32
2020-09-23
Fix intra-doc links for primitives
Joshua Nelson
-4
/
+1
2020-09-23
Perform most diagnostic lookups in `resolution_failure`
Joshua Nelson
-47
/
+70
2020-09-16
Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514
Tyler Mandry
-2
/
+14
2020-09-13
Don't use `link.span` yet
Joshua Nelson
-2
/
+2
2020-09-13
Upgrade to pulldown-cmark 0.8.0
Joshua Nelson
-0
/
+17
2020-09-12
Add test for ignored private doc test
Guillaume Gomez
-2
/
+14
2020-09-12
Auto merge of #75756 - jyn514:diagnostic-suggestions, r=estebank
bors
-115
/
+267
2020-09-11
Name the current module
Joshua Nelson
-82
/
+58
2020-09-11
Use `span_label` instead of `note`
Joshua Nelson
-41
/
+18
2020-09-07
Make rustdoc output deterministic for UI tests
Joshua Nelson
-1
/
+1
2020-09-05
Find the first segment that failed to resolve for _any_ namespace
Joshua Nelson
-14
/
+38
2020-09-05
x.py bless
Joshua Nelson
-14
/
+14
2020-09-05
Give a much better error message when an item has a macro disambiguator
Joshua Nelson
-2
/
+2
2020-09-05
Say 'prefix with `kind@`' instead of 'prefix with the item kind'
Joshua Nelson
-82
/
+34
2020-09-05
Don't suggest \[ \] if there's a :: in the path
Joshua Nelson
-22
/
+13
2020-09-05
Show the first path segment which failed to resolve.
Joshua Nelson
-8
/
+11
2020-09-05
Give a better error message when linking to a macro with the wrong disambiguator
Joshua Nelson
-10
/
+63
2020-09-05
Use rustc_resolve's descr() instead of rewriting it
Joshua Nelson
-3
/
+3
[prev]
[next]