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
/
collect
/
item_bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Annotate some bugs
Michael Goulet
-3
/
+5
2023-12-13
Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov
bors
-3
/
+2
2023-12-12
clippy::complexity fixes
Matthias Krüger
-7
/
+4
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-3
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+2
2023-07-30
Remap explicit item bounds of RPITIT's opaque back to ty::Opaque
Michael Goulet
-2
/
+46
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-6
/
+6
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-6
/
+2
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-4
/
+6
2023-06-27
pass PredicateFilter to compute_bounds
Michael Goulet
-3
/
+3
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-8
/
+4
2023-06-22
Expect clause more
Michael Goulet
-1
/
+1
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-20
/
+14
2023-06-19
Fully fledged Clause type
Michael Goulet
-6
/
+4
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-3
/
+5
2023-06-17
`Bound::predicates` to return `Clause`
dswij
-2
/
+10
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-0
/
+1
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-2
/
+2
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-2
/
+2
2023-05-01
Do not consider associated type bounds for super_predicates_that_define_assoc...
Michael Goulet
-3
/
+3
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-6
/
+7
2023-04-20
change usages of explicit_item_bounds to bound_explicit_item_bounds
Kyle Matsuda
-5
/
+6
2023-04-06
Make elaborator generic
Michael Goulet
-1
/
+1
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-7
/
+4
2023-03-21
IdentitySubsts::identity_for_item takes Into<DefId>
Michael Goulet
-3
/
+3
2023-03-21
Use LocalDefId in ItemCtxt
Michael Goulet
-10
/
+14
2023-03-21
Use local key in providers
Michael Goulet
-10
/
+13
2023-03-16
Install projection from RPITIT to default trait method opaque correctly
Michael Goulet
-14
/
+22
2023-03-06
Properly implement explicit_item_bounds for RPITITs trait assoc ty
Santiago Pastorino
-11
/
+23
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-01-17
change item_bounds query to return EarlyBinder; remove bound_item_bounds query
Kyle Matsuda
-3
/
+7
2023-01-11
Add `AstConv::astconv` method to remove `<dyn AstConv>::` calls
Maybe Waffle
-4
/
+4
2022-12-28
Rework hir Bounds collection
Michael Goulet
-6
/
+4
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-3
/
+5
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+110