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
/
clean
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-18
/
+22
2025-06-10
rustdoc: Refractor `clean_ty_generics`
Alona Enraght-Moony
-2
/
+2
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-2
/
+2
2025-03-26
rustdoc: Rearrange `Item`/`ItemInner`.
Nicholas Nethercote
-4
/
+4
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-1
/
+2
2024-11-19
rustdoc: yeet `TypingEnv::from_param_env`
lcnr
-6
/
+6
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-10-24
Remove associated type based effects logic
Michael Goulet
-1
/
+1
2024-09-30
rustdoc: rewrite stability inheritance as a pass
Lukas Markeffsky
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-10
/
+12
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
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-2
/
+2
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-2
/
+2
2024-04-08
rustdoc: synthetic auto: filter out clauses from the implementor's ParamEnv
León Orell Valerian Liehr
-1
/
+1
2024-04-02
rustdoc: synthetic auto trait impls: accept unresolved region vars for now
León Orell Valerian Liehr
-1
/
+7
2024-04-02
rustdoc: heavily simplify synthesis of auto trait impls
León Orell Valerian Liehr
-627
/
+320
2024-04-01
rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set}
León Orell Valerian Liehr
-118
/
+39
2024-02-20
Expand weak alias types before collecting constrained and referenced late bou...
León Orell Valerian Liehr
-9
/
+8
2024-02-15
rustdoc: cross-crate re-exports: correctly render late-bound params in source...
León Orell Valerian Liehr
-1
/
+1
2023-12-17
use Vec for region constraints
Ali MJ Al-Nasrawy
-1
/
+1
2023-12-10
remove redundant imports
surechen
-3
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-03
rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes
León Orell Valerian Liehr
-4
/
+3
2023-08-16
Use more named format args
Guillaume Gomez
-3
/
+3
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-7
/
+7
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-6
/
+4
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-3
/
+3
2023-06-07
rustdoc: re-elide cross-crate default trait object lifetime bounds
León Orell Valerian Liehr
-1
/
+1
2023-05-04
IAT: Rustdoc integration
León Orell Valerian Liehr
-1
/
+4
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-1
/
+1
2023-04-26
Make some region folders a little stricter.
Nicholas Nethercote
-1
/
+3
2023-04-25
Use `ty::TraitRef::new` in rustdoc
Maybe Waffle
-1
/
+1
2023-04-16
Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead
bors
-1
/
+1
2023-04-16
more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...
Matthias Krüger
-1
/
+1
2023-04-16
Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.
Nicholas Nethercote
-6
/
+5
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-01-15
rustdoc: simplify some & ref erences
Matthias Krüger
-9
/
+7
2022-12-12
Round 2: make clean_middle_ty take a binder
Oli Scherer
-1
/
+1
2022-12-12
Round 1: add some binders (fails due to losing bound vars and then rebinding ...
Oli Scherer
-1
/
+1
[next]