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
/
passes
Age
Commit message (
Expand
)
Author
Lines
2021-04-17
rustdoc: Give a more accurate span for anchor failures
Joshua Nelson
-8
/
+16
2021-04-15
Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviper
Dylan DPC
-0
/
+4
2021-04-14
rustdoc: Note that forbidding anchors in links to primitives is a bug
Joshua Nelson
-0
/
+4
2021-04-12
Add explanatory note to `bare_urls` lint
Camelid
-0
/
+1
2021-04-11
Move crate loader to collect_intra_doc_links::early
Joshua Nelson
-11
/
+77
2021-04-10
Preprocess intra-doc links consistently
Joshua Nelson
-82
/
+138
2021-04-09
Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrum
bors
-1
/
+1
2021-04-09
Fix perf regression in non-autolinks
Joshua Nelson
-1
/
+1
2021-04-09
Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomez
bors
-44
/
+7
2021-04-09
rustdoc: Don't generate blanket impls when running --show-coverage
Joshua Nelson
-44
/
+7
2021-04-08
Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez
Dylan DPC
-58
/
+35
2021-04-07
Reuse logic for determining the channel in the rest of rustdoc
Joshua Nelson
-9
/
+3
2021-04-07
rustdoc: Link to the docs on namespaces when an unknown disambiguator is found
Joshua Nelson
-1
/
+14
2021-04-06
Store links in Cache instead of on items directly
Joshua Nelson
-2
/
+2
2021-04-06
Auto merge of #83875 - jyn514:diag_info, r=bugadani
bors
-124
/
+52
2021-04-06
Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani
Yuki Okushi
-135
/
+102
2021-04-05
Use DiagnosticInfo for `report_diagnostic`
Joshua Nelson
-39
/
+29
2021-04-05
Take DiagnosticInfo in privacy_error
Joshua Nelson
-3
/
+7
2021-04-05
Take `DiagnosticInfo` in `ambiguity_error`
Joshua Nelson
-12
/
+3
2021-04-05
Take DiagnosticInfo in disambiguator_error
Joshua Nelson
-3
/
+2
2021-04-05
Rename link_range -> disambiguator_range in disambiguator_error
Joshua Nelson
-2
/
+2
2021-04-05
Take `DiagnosticInfo` in `resolution_failure`
Joshua Nelson
-30
/
+6
2021-04-05
Use DiagnosticInfo for anchor failure
Joshua Nelson
-47
/
+15
2021-04-05
Rename path_str -> ori_link in anchor_failure
Joshua Nelson
-3
/
+3
2021-04-05
Use more appropriate return type for `resolve_associated_item`
Joshua Nelson
-83
/
+56
2021-04-05
Reduce indentation in `resolve_associated_item`
Joshua Nelson
-45
/
+35
2021-04-05
Remove duplicate unwrap_or_else
Joshua Nelson
-43
/
+47
2021-04-05
Rename non_autolinks -> bare_urls
Joshua Nelson
-14
/
+14
2021-04-05
Remove 'unnecessary long for for link' warning
Joshua Nelson
-38
/
+22
2021-04-05
Stabilize `non_autolinks` lint
Joshua Nelson
-8
/
+1
2021-04-04
Don't report disambiguator error if link would have been ignored
Camelid
-4
/
+24
2021-04-02
Don't load all extern crates unconditionally
Joshua Nelson
-3
/
+3
2021-03-28
Inline `find_suffix` closure that's only used once
Camelid
-18
/
+14
2021-03-28
Point to disambiguator instead of whole link
Camelid
-10
/
+29
2021-03-26
Lint on unknown intra-doc link disambiguators
Camelid
-11
/
+34
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-3
/
+7
2021-03-24
Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514
Dylan DPC
-6
/
+2
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-6
/
+2
2021-03-21
Rename `clean::Span::span()` to `clean::Span::inner()`
Camelid
-8
/
+8
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-12
/
+10
2021-03-07
Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomez
Yuki Okushi
-45
/
+51
2021-03-05
Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...
Guillaume Gomez
-4
/
+6
2021-03-04
Use cache access levels
Guillaume Gomez
-1
/
+1
2021-03-04
No more need for borrow call
Guillaume Gomez
-1
/
+1
2021-03-04
Pass TyCtxt directly instead of DocContext in librustdoc::visit_ast::inherits...
Guillaume Gomez
-1
/
+1
2021-03-04
Move visibility check inside the should_have_doc_example function
Guillaume Gomez
-17
/
+17
2021-03-04
Don't warn for `missing_doc_examples` when item is #[doc(hidden)]
Guillaume Gomez
-1
/
+10
2021-03-04
Remove RefCell around module_trait_cache
Joshua Nelson
-24
/
+26
2021-03-04
Don't require a `DocContext` for `report_diagnostic`
Joshua Nelson
-22
/
+26
2021-03-04
Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez
Yuki Okushi
-12
/
+7
[next]