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
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
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
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-3
/
+5
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-1
/
+1
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
2022-11-21
Assert that various types have the right amount of generic args and fix the s...
Oli Scherer
-1
/
+1
2022-11-04
rustdoc: create helper `GenericParamDef::lifetime`
León Orell Valerian Liehr
-4
/
+1
2022-11-02
rustdoc: use ThinVec for cleaned generics
Michael Howell
-5
/
+6
2022-10-30
Make rustdoc Item::visibility computed on-demand
Guillaume Gomez
-1
/
+1
2022-10-27
Update tooling
Maybe Waffle
-1
/
+1
2022-10-05
rustdoc: render more cross-crate hrtbs properly
León Orell Valerian Liehr
-3
/
+10
2022-09-01
Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino
bors
-1
/
+1
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-1
/
+1
2022-08-28
Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot
bors
-2
/
+2
2022-08-16
rustdoc: factor Type::QPath out into its own box
Michael Howell
-5
/
+7
2022-08-13
avoid cloning and then iterating
KaDiWa
-2
/
+2
2022-08-09
Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgr
bors
-1
/
+1
2022-08-08
Synthetize a trait ref when none is available.
Camille GILLOT
-6
/
+12
[next]