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
/
clean
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-27
Auto merge of #138927 - nnethercote:rearrange-Item-ItemInner, r=GuillaumeGomez
bors
-7
/
+7
2025-03-26
rustdoc: Rearrange `Item`/`ItemInner`.
Nicholas Nethercote
-7
/
+7
2025-03-25
rustdoc: remove useless `Symbol::is_empty` checks.
Nicholas Nethercote
-11
/
+1
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-2
/
+2
2025-03-06
`librustdoc`: flatten nested ifs
Yotam Ofek
-4
/
+6
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-01-13
rustdoc: Eliminate `AttributesExt`
Noah Lev
-2
/
+2
2025-01-12
rustdoc: Extract `AttributesExt::cfg` trait method as function
Noah Lev
-7
/
+10
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-11
/
+11
2024-11-28
Fix new clippy lints
Guillaume Gomez
-2
/
+2
2024-11-13
rustdoc: Treat decl macros like other items
León Orell Valerian Liehr
-13
/
+5
2024-10-26
expand: Stop using artificial `ast::Item` for macros loaded from metadata
Vadim Petrochenkov
-20
/
+6
2024-09-30
rustdoc: rewrite stability inheritance as a pass
Lukas Markeffsky
-0
/
+1
2024-09-25
de-rc external traits
Lukas Markeffsky
-3
/
+2
2024-09-24
Fix tools
Michael Goulet
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-27
/
+24
2024-09-07
rustdoc: use `LocalDefId` for inline stmt
Michael Howell
-11
/
+11
2024-08-31
Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...
Matthias Krüger
-0
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-29
Fix clippy lints
Guillaume Gomez
-16
/
+12
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-11
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+3
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-9
/
+6
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-13
/
+15
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-3
/
+3
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-07
rustdoc: use stability, instead of features, to decide what to show
Michael Howell
-28
/
+19
2024-04-04
In case a foreign item has `doc(hidden)` attribute, we simply merged its attr...
Guillaume Gomez
-5
/
+14
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-3
/
+13
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-02-17
Fix missing trait impls for type in rustc docs
Shoyu Vanilla
-7
/
+12
2024-02-15
rustdoc: cross-crate re-exports: correctly render late-bound params in source...
León Orell Valerian Liehr
-14
/
+36
2024-02-11
Auto merge of #120619 - compiler-errors:param, r=lcnr
bors
-18
/
+38
2024-02-09
Unify item relative path computation in one function
Guillaume Gomez
-3
/
+16
2024-02-07
Use correct param env when building and cleaning items in librustdoc
Michael Goulet
-18
/
+38
2024-02-04
Prevent running some code if it is already in the map
Guillaume Gomez
-0
/
+8
2024-01-17
Make crate_inherent_impls fallible and stop using `track_errors` for it
Oli Scherer
-2
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-6
/
+12
2023-11-08
rustdoc: minor changes suggested by clippy perf lints.
Nicholas Nethercote
-1
/
+1
2023-10-27
Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez
bors
-3
/
+9
2023-10-22
rustdoc: wrap Type with Box instead of Generics
Michael Howell
-3
/
+3
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-3
/
+9
2023-10-03
rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes
León Orell Valerian Liehr
-12
/
+5
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-08-26
rustdoc: handle typedef inner type when doing cross-crate inlining
Urgau
-10
/
+6
2023-08-26
rustdoc: show inner enum and struct in type definition for concrete type
Urgau
-0
/
+3
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-4
/
+4
[next]