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
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+38
2024-03-22
Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr
bors
-4
/
+4
2024-03-22
Further simplifications
Michael Goulet
-15
/
+1
2024-03-22
Split out ImplPolarity and PredicatePolarity
Michael Goulet
-0
/
+14
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-4
/
+1
2024-03-22
Ty::new_ref and Ty::new_ptr stop using TypeAndMut
Michael Goulet
-2
/
+2
2024-03-22
Remove TypeAndMut from relate
Michael Goulet
-29
/
+32
2024-03-01
Fallout from removing a_is_expected
Michael Goulet
-53
/
+25
2024-03-01
Remove cause
Michael Goulet
-11
/
+6
2024-02-07
Do not create param types that differ only by name when comparing intrinsic s...
Michael Goulet
-1
/
+1
2024-02-07
Assert that ParamTy and ParamConst have identical names for identical indices
Michael Goulet
-2
/
+8
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+7
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-4
/
+2
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
[next]