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-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
2024-07-04
Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau
Matthias Krüger
-19
/
+17
2024-07-04
Adjust rustdoc automatic link suggestion
Esteban Küber
-19
/
+17
2024-07-01
rustdoc: add usable lint for pulldown-cmark-0.11 parsing changes
Michael Howell
-0
/
+154
2024-06-30
rustdoc: update to pulldown-cmark 0.11
Michael Howell
-11
/
+15
2024-06-28
docs: check if the disambiguator matches its suffix
bohan
-8
/
+24
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+8
2024-06-07
rustdoc: Remove `DoctestVisitor::get_line`
Noah Lev
-2
/
+2
2024-06-07
rustdoc: Rename `Tester` to `DoctestVisitor`
Noah Lev
-2
/
+2
2024-06-06
Auto merge of #126068 - lqd:revert-124976, r=petrochenkov
bors
-1
/
+1
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-1
/
+1
2024-06-06
Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk
bors
-2
/
+6
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-1
/
+1
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-3
/
+8
2024-06-05
Reorder `source_str_to_stream` arguments.
Nicholas Nethercote
-1
/
+1
2024-06-05
Don't use the word "parse" for lexing operations.
Nicholas Nethercote
-8
/
+3
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-2
/
+6
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-117
/
+3
2024-05-27
Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote
bors
-30
/
+86
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-30
/
+86
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-1
/
+1
2024-05-19
Don't strip items with inherited visibility in AliasedNonLocalStripper
Michael Goulet
-2
/
+7
2024-05-11
Always hide private fields in aliased type
Urgau
-0
/
+62
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-117
/
+3
2024-04-25
Fix some typos in comments
TechVest
-1
/
+1
2024-04-13
rustdoc: check redundant explicit links with correct itemid
Michael Howell
-11
/
+8
2024-04-09
Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid
Matthias Krüger
-3
/
+5
2024-04-08
rustdoc: slightly clean up the synthesis of blanket impls
León Orell Valerian Liehr
-3
/
+5
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-04-06
Add `f16` and `f128` to rustdoc's `PrimitiveType`
Trevor Gross
-0
/
+4
2024-03-28
Correctly get complete intra-doc link data
Guillaume Gomez
-1
/
+12
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-4
/
+2
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-0
/
+1
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-2
/
+1
2024-03-12
s/mt/mutability/
Oli Scherer
-1
/
+1
2024-03-12
Add `nested` bool to `DefKind::Static`.
Oli Scherer
-1
/
+1
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-3
/
+3
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-3
/
+3
[next]