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
/
simplify.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-16
rustdoc: skip `MetaSized` bounds
David Wood
-3
/
+9
2025-06-05
Support middle::ty assoc const eq predicates again
León Orell Valerian Liehr
-5
/
+2
2025-03-15
Add RTN support to rustdoc
Michael Goulet
-0
/
+4
2024-08-31
Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease
Matthias Krüger
-12
/
+2
2024-08-29
Fix clippy lints
Guillaume Gomez
-1
/
+1
2024-08-29
Stop using ty::GenericPredicates for non-predicates_of queries
Michael Goulet
-12
/
+2
2024-08-04
rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`
Noah Lev
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-12
Add rustdoc support for use<> in (local) RPITs
Michael Goulet
-1
/
+1
2024-06-27
Make queries more explicit
Michael Goulet
-1
/
+1
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-3
/
+3
2024-04-02
rustdoc: heavily simplify synthesis of auto trait impls
León Orell Valerian Liehr
-1
/
+44
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+2
2023-10-29
rustdoc: Use `ThinVec` in `GenericParamDefKind`
Noah Lev
-1
/
+1
2023-10-03
rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes
León Orell Valerian Liehr
-15
/
+4
2023-07-28
Render generic const items in rustdoc
León Orell Valerian Liehr
-0
/
+35
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+3
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-3
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+3
2023-03-28
rustdoc + rustdoc-json support for non_lifetime_binders
Michael Goulet
-5
/
+1
2023-01-15
rustdoc: simplify some & ref erences
Matthias Krüger
-1
/
+1
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-1
/
+1
2022-11-04
rustdoc: create helper `GenericParamDef::lifetime`
León Orell Valerian Liehr
-4
/
+1
2022-11-04
rustdoc: render late-bound lifetimes in generic parameter list of cross-crate...
León Orell Valerian Liehr
-3
/
+2
2022-11-02
rustdoc: use ThinVec for cleaned generics
Michael Howell
-2
/
+3
2022-10-05
rustdoc: render more cross-crate hrtbs properly
León Orell Valerian Liehr
-12
/
+25
2022-10-03
rustdoc: re-sugar more cross-crate trait bounds
León Orell Valerian Liehr
-23
/
+16
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+2
2022-03-04
librustdoc: adopt let else in more places
est31
-8
/
+2
2022-03-03
make generic projection types print correctly
Michael Goulet
-2
/
+2
2022-02-16
Adopt let_else in even more places
est31
-3
/
+1
2022-01-17
Update term for use in more places
kadmin
-5
/
+5
2021-10-02
Replace all uses of `path.res.def_id()` with `path.def_id()`
Noah Lev
-1
/
+1
2021-09-30
Use `Path` instead of `Type` in `PolyTrait`
Noah Lev
-6
/
+2
2021-09-19
Fix generics where bounds order
Guillaume Gomez
-4
/
+6
2021-08-31
Box `GenericArgs::Parenthesized.output`
Noah Lev
-2
/
+2
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+1
2021-06-18
rustdoc: Render `for<'_>` lifetimes in front of where bound
Justus K
-9
/
+19
2021-01-16
Review changes
Jack Huey
-1
/
+1
2020-12-16
Replace String with Symbol where possible
Guillaume Gomez
-2
/
+3
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-07-31
fix rustdoc generic param order
Bastian Kauschke
-13
/
+0
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-3
/
+1
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-1
/
+2
2020-07-27
rustdoc
Bastian Kauschke
-6
/
+3
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-1
/
+1
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-01-20
Add `constness` field to `ty::Predicate::Trait`
Dylan MacKenzie
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
[next]