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
2020-07-30
Rename the lint again
Manish Goregaokar
-1
/
+1
2020-07-30
Rename to intra_doc_resolution_failures
Manish Goregaokar
-36
/
+30
2020-07-29
Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures
Manish Goregaokar
-1
/
+1
2020-07-27
private_items_doc_tests -> doc_test_lints
Joshua Nelson
-3
/
+3
2020-07-27
Move `look_for_tests` to `private_items_doc_tests`
Joshua Nelson
-56
/
+61
2020-07-27
Separate `missing_doc_code_examples` from intra-doc links
Joshua Nelson
-16
/
+21
2020-07-22
rustdoc: Add explanation when linting against public to private item links
Dennis Hamester
-0
/
+7
2020-07-22
rustdoc: Always warn when linking from public to private items
Dennis Hamester
-5
/
+12
2020-07-20
refactor and reword intra-doc link errors
Andy Russell
-181
/
+173
2020-07-17
intra-doc links: Resolve modules in type namespace
Manish Goregaokar
-15
/
+8
2020-07-16
Add more debugging
Joshua Nelson
-2
/
+9
2020-07-16
Support intra-doc links on trait and module re-exports
Joshua Nelson
-21
/
+7
2020-07-16
Support intra-doc links on macro re-exports
Joshua Nelson
-10
/
+8
2020-07-16
Move import to top of function
Joshua Nelson
-1
/
+2
2020-07-16
Remove warnings
Joshua Nelson
-3
/
+1
2020-07-16
Make sure that module_id is actually a module
Joshua Nelson
-1
/
+13
2020-07-16
Don't panic on fake IDs
Joshua Nelson
-101
/
+11
2020-07-16
Use DefId for modules
Joshua Nelson
-8
/
+17
2020-07-16
Use the scope of the imported variable for resolution, not the current scope
Joshua Nelson
-4
/
+92
2020-07-13
Rollup merge of #74147 - dennis-hamester:fix/issue-74134, r=jyn514
Manish Goregaokar
-0
/
+1
2020-07-09
Allow for parentheses after macro intra-doc-links
Manish Goregaokar
-0
/
+3
2020-07-08
rustdoc: Allow linking from private items to private types
Dennis Hamester
-0
/
+1
2020-07-06
Rollup merge of #74078 - jyn514:lut, r=Manishearth
Manish Goregaokar
-5
/
+28
2020-07-05
Always resolve type@primitive as a primitive, not a module
Joshua Nelson
-5
/
+28
2020-07-02
Fix links
Guillaume Gomez
-1
/
+1
2020-06-26
Fix debug messages
Joshua Nelson
-3
/
+2
2020-06-26
Generate docs for links to private items when passed --document-private
Joshua Nelson
-9
/
+19
2020-06-26
Warn if linking to a private item
Joshua Nelson
-3
/
+27
2020-06-11
Rollup merge of #73183 - Manishearth:intra-doc-macro, r=GuillaumeGomez
Dylan DPC
-28
/
+72
2020-06-10
Don't print bang diagnostics for derives
Manish Goregaokar
-1
/
+7
2020-06-10
Avoid collisions between traits and their derive macros
Manish Goregaokar
-3
/
+26
2020-06-09
intra-doc macro resolution should also handle proc macros
Manish Goregaokar
-24
/
+39
2020-06-09
Fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-05-30
Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error`
marmeladema
-3
/
+3
2020-05-22
Allow using `Self::` in doc
Tymoteusz Jankowski
-4
/
+50
2020-05-19
Make intra-link resolve links for both trait and impl items
Tymoteusz Jankowski
-26
/
+35
2020-05-13
Make intra links work inside trait impl block
Tymoteusz Jankowski
-11
/
+55
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-2
/
+2
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-2
/
+1
2020-04-23
Address comments from review
marmeladema
-4
/
+2
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-4
/
+2
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+5
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-1
/
+1
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-3
/
+5
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-6
/
+6
2020-04-14
rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait impls
Matthias Schiffer
-0
/
+2
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-11
/
+12
2020-04-05
Stop importing int modules in librustdoc
Linus Färnstrand
-1
/
+0
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
[next]