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
/
mod.rs
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
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-29
Fix clippy lints
Guillaume Gomez
-30
/
+25
2024-08-22
Use a LocalDefId in ResolvedArg.
Camille GILLOT
-1
/
+1
2024-08-16
Simplify cleaning foreign fns in rustdoc
Michael Goulet
-10
/
+4
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-5
/
+6
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-5
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-16
/
+11
2024-07-27
rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`
Michael Howell
-34
/
+35
2024-07-25
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
Bryanskiy
-1
/
+1
2024-07-20
Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm...
bors
-17
/
+17
2024-07-17
Remove some unintended changes to imports
Noah Lev
-3
/
+5
2024-07-17
Add cross-crate precise capturing support to rustdoc
Michael Goulet
-17
/
+17
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-1
/
+3
2024-07-16
Use `ConstArg` for const param defaults
Noah Lev
-2
/
+3
2024-07-16
Use `ConstArg` for array lengths
Noah Lev
-4
/
+14
2024-07-16
Use `ConstArg` for assoc item constraints
Noah Lev
-1
/
+1
2024-07-16
hir: Create `hir::ConstArgKind` enum
Noah Lev
-3
/
+5
2024-07-14
Fix trivial gen ident usage in tools
Michael Goulet
-2
/
+2
2024-07-12
Add rustdoc support for use<> in (local) RPITs
Michael Goulet
-2
/
+3
2024-07-07
iter_identity is a better name
Michael Goulet
-2
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-5
/
+9
2024-06-20
Implement `unsafe_extern_blocks` feature in rustdoc
Guillaume Gomez
-9
/
+6
2024-06-17
Fix other tools
Michael Goulet
-0
/
+2
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
-23
/
+9
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-2
/
+6
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-36
/
+43
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-3
/
+3
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-6
/
+27
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-2
/
+2
2024-05-08
Simplify `use crate::rustc_foo::bar` occurrences.
Nicholas Nethercote
-2
/
+2
2024-04-26
put `hir::AnonConst` on the hir arena
Oli Scherer
-2
/
+5
2024-04-16
rustdoc: update module-level docs of `rustdoc::clean`
León Orell Valerian Liehr
-2
/
+22
2024-04-11
Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle
Matthias Krüger
-11
/
+11
2024-04-09
Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid
Matthias Krüger
-3
/
+3
2024-04-08
rustdoc: slightly clean up the synthesis of blanket impls
León Orell Valerian Liehr
-3
/
+3
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+4
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+1
2024-04-04
Improve code a bit
Guillaume Gomez
-11
/
+11
2024-04-02
rustdoc: heavily simplify synthesis of auto trait impls
León Orell Valerian Liehr
-73
/
+35
2024-04-01
rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set}
León Orell Valerian Liehr
-1
/
+0
2024-03-27
Remove `DefId`'s `Partial/Ord` impls
Oli Scherer
-7
/
+6
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-2
/
+2
2024-03-22
Rename AstConv to HIR ty lowering
León Orell Valerian Liehr
-21
/
+9
2024-03-21
Fix bad span for explicit lifetime suggestion
Shoyu Vanilla
-1
/
+4
2024-03-17
some minor code simplifications
Matthias Krüger
-1
/
+1
2024-03-15
Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez
Matthias Krüger
-1
/
+2
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-4
/
+2
[next]