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
/
compiler
/
rustc_hir_analysis
/
src
/
bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-18
Don't compare host param by name
Michael Goulet
-4
/
+5
2023-10-15
Duplicate `~const` bounds with a non-const one in effects desugaring
Deadbeef
-0
/
+27
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-2
/
+1
2023-06-19
Fully fledged Clause type
Michael Goulet
-24
/
+19
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-6
/
+10
2023-06-17
`Bound::predicates` to return `Clause`
dswij
-11
/
+18
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-1
/
+1
2023-05-02
Implement negative bounds
Michael Goulet
-1
/
+7
2023-04-26
Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber...
Maybe Waffle
-1
/
+1
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-1
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2022-12-28
Rework hir Bounds collection
Michael Goulet
-56
/
+37
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-1
/
+1
2022-11-21
Add helper to create the trait ref for a lang item
Oli Scherer
-4
/
+4
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
-4
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+90