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-12-19
Remove param env from relation altogether
Michael Goulet
-2
/
+0
2023-12-19
Do not evaluate in structurally_relate_tys
Michael Goulet
-7
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-15
/
+15
2023-10-18
AliasTy::new instead of tcx method
lcnr
-1
/
+1
2023-10-04
Make it clear that args default to being related invariantly
Michael Goulet
-10
/
+10
2023-10-04
Remove unnecessary relate impl
Michael Goulet
-13
/
+0
2023-10-04
Relate AliasTy considering variance
Michael Goulet
-19
/
+15
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-12
/
+2
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-1
/
+0
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-77
/
+76
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-9
/
+3
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-17
/
+20
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-3
/
+6
2023-07-03
fix structurally relate for weak aliases
lcnr
-11
/
+15
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-1
/
+1
2023-05-31
move hack to `normalize_param_env_or_error`
Boxy
-11
/
+0
2023-05-15
Rename super_relate_* to structurally_relate_*
Michael Goulet
-14
/
+17
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+5
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-1
/
+1
2023-04-16
Don't `use rustc_hir as ast`(!)
Nicholas Nethercote
-7
/
+7
2023-04-04
Remove intercrate and mark_ambiguous from Relation
Michael Goulet
-22
/
+10
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
[next]