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
/
predicates_of.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Annotate some bugs
Michael Goulet
-1
/
+6
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-5
/
+5
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-7
/
+7
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-10-17
Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk
bors
-5
/
+32
2023-10-15
Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb
bors
-1
/
+3
2023-10-15
Duplicate `~const` bounds with a non-const one in effects desugaring
Deadbeef
-5
/
+32
2023-10-13
Fix a comment
Deadbeef
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-09-01
Don't manually walk through param indices when adding implicit Sized and Cons...
Michael Goulet
-29
/
+5
2023-08-08
Install bidirectional outlives predicates for RPITITs (and RPITs) correctly
Michael Goulet
-66
/
+28
2023-08-08
Unconditionally record lifetime mapping
Michael Goulet
-1
/
+1
2023-08-05
Consolidate opaque ty and async fn lowering code
Michael Goulet
-1
/
+1
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-12
/
+4
2023-07-28
Type-check generic const items
León Orell Valerian Liehr
-0
/
+2
2023-07-17
Properly document lifetime_mapping in OpaqueTy
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-21
/
+20
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+8
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+2
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-2
/
+5
2023-06-30
RPITITs inherit method predicates
Michael Goulet
-2
/
+14
2023-06-30
use explicit predicates
Michael Goulet
-1
/
+2
2023-06-29
Add bidirectional where clauses on RPITIT synthesized GATs
Santiago Pastorino
-2
/
+56
2023-06-29
Intern OpaqueTy on ItemKind::OpaqueTy
Santiago Pastorino
-1
/
+1
2023-06-29
Extract compute_bidirectional_outlives_predicates fn
Santiago Pastorino
-33
/
+51
2023-06-27
pass PredicateFilter to compute_bounds
Michael Goulet
-34
/
+3
2023-06-27
Make associated type bounds in supertrait position implied
Michael Goulet
-50
/
+54
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-59
/
+29
2023-06-19
Fully fledged Clause type
Michael Goulet
-11
/
+9
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-13
/
+19
2023-06-18
Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors
Matthias Krüger
-6
/
+15
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-06-17
`Bound::predicates` to return `Clause`
dswij
-6
/
+15
2023-06-02
No more TyCtxt::lazy_normalization
Michael Goulet
-1
/
+1
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-5
/
+8
2023-05-23
Don't ICE on RPITIT when promoting trait preds to associated type bounds
Michael Goulet
-0
/
+2
2023-05-12
Require `impl Trait` in associated types to appear in method signatures
Oli Scherer
-1
/
+1
2023-05-08
Rollup merge of #111211 - compiler-errors:negative-bounds-super, r=TaKO8Ki
Yuki Okushi
-5
/
+6
2023-05-04
Don't compute trait super bounds unless they're positive
Michael Goulet
-5
/
+6
2023-05-03
Rename things to reflect that they're not item specific
Michael Goulet
-3
/
+3
2023-05-01
Don't use implied trait predicates in gather_explicit_predicates_of
Michael Goulet
-6
/
+11
2023-05-01
Do not consider associated type bounds for super_predicates_that_define_assoc...
Michael Goulet
-7
/
+11
2023-05-01
Simplify type_parameter_bounds_in_generics
Michael Goulet
-42
/
+28
2023-04-15
fix clippy::{clone_on_copy, useless_conversion}
Matthias Krüger
-3
/
+2
2023-04-11
Split implied and super predicate queries
Michael Goulet
-32
/
+81
2023-03-21
IdentitySubsts::identity_for_item takes Into<DefId>
Michael Goulet
-1
/
+1
2023-03-21
Use LocalDefId in ItemCtxt
Michael Goulet
-61
/
+60
2023-03-21
Use local key in providers
Michael Goulet
-13
/
+15
[next]