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
/
doc_test_lints.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-02
rustdoc: Improve doctest pass's name and module's name
Noah Lev
-141
/
+0
2021-09-17
Don't lint about missing code examples in derived traits
Hans
-0
/
+1
2021-09-09
Allow missing code examples in trait impls.
Hans Niklas Jacob
-0
/
+20
2021-07-05
Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"
Justus K
-1
/
+1
2021-07-05
rustdoc: Store DefId's in ItemId on heap for decreasing Item's size
Justus K
-1
/
+1
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
Justus K
-4
/
+5
2021-05-08
Remove `FakeDefId::expect_local()`
Camelid
-1
/
+3
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-2
/
+3
2021-04-24
Add attr_span helper function
Joshua Nelson
-3
/
+3
2021-03-21
Rename `clean::Span::span()` to `clean::Span::inner()`
Camelid
-2
/
+2
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-2
/
+2
2021-03-07
Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomez
Yuki Okushi
-1
/
+1
2021-03-05
Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...
Guillaume Gomez
-1
/
+1
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
Don't require a `DocContext` for `report_diagnostic`
Joshua Nelson
-1
/
+1
2021-03-04
Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez
Yuki Okushi
-4
/
+3
2021-03-01
Move lint machinery into a separate file
Joshua Nelson
-3
/
+3
2021-03-01
Rename rustdoc lints to be a tool lint instead of built-in.
Joshua Nelson
-4
/
+3
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-1
/
+1
2021-02-22
Remove many RefCells from DocContext
Camelid
-2
/
+1
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-11
/
+4
2021-02-04
Cleanup rustdoc pass descriptions a bit
Camelid
-2
/
+2
2020-12-29
Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote
bors
-1
/
+1
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-1
/
+1
2020-12-21
Rename rustc_middle::lint::LintSource
pierwill
-2
/
+2
2020-12-16
Replace String with Symbol where possible
Guillaume Gomez
-11
/
+12
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-4
/
+4
2020-11-15
Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov
Jonas Schievink
-1
/
+1
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-1
/
+1
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-3
/
+1
2020-10-12
Improve lint level handling
Guillaume Gomez
-1
/
+1
2020-10-12
Apply same treatment to MISSING_DOC_CODE_EXAMPLES
Guillaume Gomez
-4
/
+11
2020-09-12
Don't emit an error on private doc tests when they're ignored
Guillaume Gomez
-10
/
+6
2020-08-27
Rename rustdoc/test -> rustdoc/doctest
Aleksey Kladov
-1
/
+1
2020-08-26
Fix swapped stability attributes
Joshua Nelson
-6
/
+6
2020-08-21
Unify checks for lint missing_doc_code_examples and --show-coverage
Guillaume Gomez
-7
/
+18
2020-08-18
Add doc examples count for --show-coverage
Guillaume Gomez
-11
/
+17
2020-07-27
private_items_doc_tests -> doc_test_lints
Joshua Nelson
-0
/
+97