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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
passes
Age
Commit message (
Expand
)
Author
Lines
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+1
2024-12-20
Rollup merge of #134321 - dtolnay:docassocconst, r=fmease
Jacob Pratt
-9
/
+16
2024-12-19
Rename TyMethodItem -> RequiredMethodItem
David Tolnay
-2
/
+2
2024-12-19
Rename TyAssocTypeItem -> RequiredAssocTypeItem
David Tolnay
-3
/
+3
2024-12-19
Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem
David Tolnay
-3
/
+8
2024-12-19
Rename TyAssocConstItem -> RequiredAssocConstItem
David Tolnay
-3
/
+5
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-06
Store a single copy of the error registry in DiagCtxt
bjorn3
-1
/
+2
2024-11-28
Do not emit `missing_doc_code_examples` rustdoc lint on module and a few othe...
Guillaume Gomez
-2
/
+9
2024-11-28
Fix new clippy lints
Guillaume Gomez
-149
/
+137
2024-11-04
Rename `DocContext::is_json` into `DocContext::is_json_output`
Guillaume Gomez
-3
/
+3
2024-11-04
Fix invalid coverage computation when `--output-format=json` is enabled
Guillaume Gomez
-3
/
+4
2024-11-02
rustdoc: skip stability inheritance for some item kinds
Lukas Markeffsky
-17
/
+57
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-20
Remove unused `recoverable` argument in collect_intra_doc_links
Guillaume Gomez
-21
/
+9
2024-10-15
Remove `AmbiguousLinks::disambiguator`
Guillaume Gomez
-3
/
+1
2024-10-15
Improve documentation for intra-doc links computation
Guillaume Gomez
-9
/
+9
2024-10-14
Delay ambiguous intra-doc link resolution after `Cache` has been populated
Guillaume Gomez
-45
/
+237
2024-10-08
Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddle
Matthias Krüger
-4
/
+2
2024-10-08
Remove unneeded argument of `LinkCollector::verify_disambiguator`
Guillaume Gomez
-4
/
+2
2024-10-08
Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle
bors
-67
/
+0
2024-10-07
Remove dead code
Guillaume Gomez
-67
/
+0
2024-10-07
Convert `Option<&Lrc<T>>` return types to `Option<&T>`.
Nicholas Nethercote
-2
/
+2
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-4
/
+4
2024-10-04
rustdoc: cleaner errors on disambiguator/namespace mismatches
Michael Howell
-5
/
+16
2024-10-01
Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle
bors
-0
/
+77
2024-10-01
Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid...
bors
-41
/
+54
2024-09-30
rustdoc: rewrite stability inheritance as a pass
Lukas Markeffsky
-0
/
+77
2024-09-25
rm higher-ranked lifetimes from `DocVisitor`
Lukas Markeffsky
-6
/
+6
2024-09-25
de-rc external traits
Lukas Markeffsky
-0
/
+2
2024-09-24
Fix tools
Michael Goulet
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-24
/
+23
2024-09-19
Add `field@` and `variant@` doc-link disambiguators
Noa
-41
/
+54
2024-09-11
Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez
bors
-202
/
+184
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-15
/
+15
2024-09-04
rustdoc: unify the short-circuit on all lints
Michael Howell
-202
/
+184
2024-08-31
Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...
Matthias Krüger
-0
/
+7
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+7
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+3
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-08-22
Fix extern crates not being hidden with `doc(hidden)`
Guillaume Gomez
-3
/
+4
2024-08-20
Remove unneeded conversion to `DefId` for `ExtraInfo`
Guillaume Gomez
-2
/
+4
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-08
rustdoc: fixed #101105
schvv31n
-1
/
+8
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-2
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-62
/
+65
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-1
/
+1
[next]