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
2021-09-21
add case for checking const refs in check_const_value_eq
b-naber
-0
/
+9
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-2
/
+2
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-4
/
+4
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-1
/
+1
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-4
/
+4
2021-08-13
Relate impl
Deadbeef
-0
/
+13
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+18
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+4
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-1
/
+1
2021-06-10
Make `relate_type_and_mut` public
Yuki Okushi
-1
/
+1
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-28
/
+57
2021-04-08
Use more accurate spans for trait/impl method arg divergence
Esteban Küber
-0
/
+6
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-8
/
+8
2021-03-31
Some rebinds and dummys
Jack Huey
-4
/
+3
2021-03-27
Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
Dylan DPC
-13
/
+7
2021-03-27
update tests
lcnr
-3
/
+3
2021-03-27
combine: stop eagerly evaluating consts
Bastian Kauschke
-10
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-13
/
+7
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-11
/
+13
2021-03-19
Do not ICE on ty::Error as an error must already have been reported
Oli Scherer
-5
/
+9
2021-03-12
Pull out ConstValue relating into its own function
Oli Scherer
-46
/
+51
2021-03-12
Reduce the duplication in the relation logic for constants
Oli Scherer
-67
/
+45
2021-03-12
Reduce destructuring and re-interning where possible
Oli Scherer
-15
/
+18
2021-03-12
Resolve a FIXME around type equality checks in Relate for constants
Oli Scherer
-6
/
+9
2021-03-10
Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakis
Dylan DPC
-3
/
+5
2021-02-17
remove useless ?s (clippy::needless_question_marks)
Matthias Krüger
-2
/
+2
2021-01-23
always eagerly eval consts in Relate
Bastian Kauschke
-3
/
+5
2020-12-20
Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk
bors
-1
/
+10
2020-12-14
Add explanation for skip_binder in relate
Jack Huey
-0
/
+1
2020-12-11
Move binder for dyn to each list item
Jack Huey
-8
/
+12
2020-12-02
add comment to `visit_ct_substs`
Bastian Kauschke
-0
/
+5
2020-12-02
const_evaluatable_checked: fix occurs check
Bastian Kauschke
-1
/
+5
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-1
/
+1
2020-09-18
use abstract consts when unifying ConstKind::Unevaluated
Bastian Kauschke
-1
/
+14
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+757