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_middle
/
src
/
ty
/
relate.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-7
/
+8
2023-02-22
Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc
Michael Goulet
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-17
Replace `mk_foo` calls with `infer_foo` where possible.
Nicholas Nethercote
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+1
2023-02-15
Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c...
bors
-20
/
+0
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-2
/
+2
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-1
/
+1
2023-02-11
make `relate`'s const ty assertion use semantic equality
Boxy
-20
/
+0
2023-02-05
emit `ConstEquate` in `TypeRelating<D>`
Boxy
-15
/
+15
2023-01-28
Rollup merge of #107339 - aliemjay:covariant, r=lcnr
Matthias Krüger
-12
/
+2
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+10
2023-01-27
internally change regions to be covariant
Ali MJ Al-Nasrawy
-12
/
+2
2023-01-11
Reuse ErrorGuaranteed during relation
Michael Goulet
-1
/
+1
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-1
/
+1
2022-12-14
Prevent the creation of `TraitRef` without dedicated methods
Oli Scherer
-1
/
+1
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-2
/
+2
2022-12-14
Guard `AliasTy` creation against passing the wrong number of substs
Oli Scherer
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-3
/
+3
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-7
/
+7
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-15
/
+7
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-3
/
+4
2022-12-13
Fast path some binder relations
Michael Goulet
-2
/
+2
2022-11-28
Simplify calls to `tcx.mk_const`
Maybe Waffle
-4
/
+1
2022-11-25
Make `expand_abstract_consts` infallible
Boxy
-6
/
+2
2022-11-25
`super_relate_consts` do not spurriously fail on assoc consts
Boxy
-16
/
+9
2022-11-25
add FIXME's
Boxy
-0
/
+3
2022-11-25
fmt
Boxy
-2
/
+2
2022-11-25
Add expand_abstract_const
kadmin
-4
/
+4
2022-11-25
Add empty ConstKind::Abstract
kadmin
-3
/
+58
2022-11-22
Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr
Manish Goregaokar
-10
/
+22
2022-11-21
Add an always-ambiguous predicate to make sure that we don't accidentlally al...
Oli Scherer
-0
/
+4
2022-11-21
Treat different opaque types of the same def id as equal during coherence
Oli Scherer
-10
/
+18
2022-11-21
Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr
bors
-1
/
+1
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-1
/
+1
2022-11-14
Drop `relate_opaque_item_substs`.
Camille GILLOT
-23
/
+12
2022-11-12
Inherit generics for impl-trait.
Camille GILLOT
-1
/
+21
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-4
/
+4
2022-10-23
Add normalize hack back
Michael Goulet
-2
/
+13
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-1
/
+1
2022-09-22
introduce mir::Unevaluated
b-naber
-10
/
+2
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-2
/
+4
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-2
/
+4
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-2
/
+4
2022-09-08
stop evaluating constants in `Relate`
lcnr
-4
/
+0
2022-09-05
Pack `Term` in the same way as `GenericArg`.
Nicholas Nethercote
-5
/
+5
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-64
/
+1
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
[next]