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-09-05
Make errors more concise and helpful
Joshua Nelson
-30
/
+21
2020-09-05
Remove some TODOs
Joshua Nelson
-1
/
+0
2020-09-05
Don't give misleading errors for `f::A`, where f is in the value namespace
Joshua Nelson
-6
/
+6
2020-09-05
Fix tests and improve error message if `::` isn't found
Joshua Nelson
-47
/
+27
2020-09-05
Pass on the DefId so rustdoc can name it in suggestions
Joshua Nelson
-10
/
+24
2020-09-05
Report if the thing exists in another namespace
Joshua Nelson
-0
/
+1
2020-09-05
Update .stderr
Joshua Nelson
-17
/
+55
2020-09-05
[WIP] give better errors for broken intra doc links
Joshua Nelson
-23
/
+176
2020-09-03
Add test for doc alias on associated const in trait impls
Guillaume Gomez
-0
/
+30
2020-08-29
Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio
bors
-42
/
+86
2020-08-25
Unify error reporting for intra-doc links
Joshua Nelson
-42
/
+86
2020-08-25
Warn about unknown or renamed lints
Joshua Nelson
-0
/
+36
2020-08-23
Report an ambiguity if both modules and primitives are in scope
Joshua Nelson
-0
/
+83
2020-08-23
Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov
bors
-0
/
+37
2020-08-22
rustdoc: Only resolve traits in scope
Joshua Nelson
-0
/
+37
2020-08-21
Strenghten tests for missing_doc_code_examples lint
Guillaume Gomez
-5
/
+54
2020-08-20
Update how doc examples are counted
Guillaume Gomez
-8
/
+31
2020-08-20
Remove "total" columns in --show-coverage output
Guillaume Gomez
-58
/
+49
2020-08-20
Update rustdoc coverage UI test
Guillaume Gomez
-2
/
+40
2020-08-19
Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27
bors
-0
/
+79
2020-08-18
Update rustdoc-ui tests
Guillaume Gomez
-51
/
+85
2020-08-12
Allow #[doc(alias)] on impl const items
Guillaume Gomez
-9
/
+3
2020-08-11
Move #[doc(alias)] attribute checks in rustc
Guillaume Gomez
-6
/
+6
2020-08-11
Put back attributes check pass in rustdoc
Guillaume Gomez
-0
/
+30
2020-08-11
Add doc(alias) attribute checks for associated consts and associated types
Guillaume Gomez
-7
/
+29
2020-08-11
Add more tests for doc alias
Guillaume Gomez
-0
/
+33
2020-08-10
Auto merge of #75127 - jyn514:impl-trait, r=pnkfelix
bors
-95
/
+92
2020-08-08
Add another test
Joshua Nelson
-0
/
+32
2020-08-07
EXTREMELY hacky fix
Joshua Nelson
-19
/
+34
2020-08-07
Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomez
bors
-4
/
+24
2020-08-06
Improve tests
Joshua Nelson
-17
/
+11
2020-08-06
Use the proper kind for associated items
Joshua Nelson
-11
/
+17
2020-08-05
Suggest f() for functions and add a test case
Joshua Nelson
-1
/
+14
2020-08-05
Unresolved link -> incompatible link kind
Joshua Nelson
-20
/
+20
2020-08-05
Give a much better error message if the struct failed to resolve
Joshua Nelson
-79
/
+49
2020-08-03
Add more realistic example of async error
Joshua Nelson
-0
/
+28
2020-08-03
Fix async-std at the price of breaking half the test suite
Joshua Nelson
-105
/
+27
2020-08-03
item -> link
Joshua Nelson
-30
/
+30
2020-08-02
Disallow linking to items with a mismatched disambiguator
Joshua Nelson
-0
/
+180
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
[prev]
[next]