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_trait_selection
/
src
/
traits
/
const_evaluatable.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-08
clippy::complexity fixes
Matthias Krüger
-3
/
+3
2021-10-04
Move generic error message to separate branches
kadmin
-43
/
+94
2021-09-09
add test for builtin types N + N unifying with fn call
Ellen
-3
/
+10
2021-09-09
fmt
Ellen
-1
/
+3
2021-09-09
resolve `from_hir_call` FIXME
Ellen
-1
/
+0
2021-09-09
add a `CastKind` to `Node::Cast`
Ellen
-7
/
+10
2021-09-09
nits
Ellen
-20
/
+19
2021-09-09
remove comment
Ellen
-1
/
+1
2021-09-09
rename mir -> thir around abstract consts
Ellen
-6
/
+6
2021-09-09
remove debug stmts
Ellen
-2
/
+1
2021-09-09
remove `WorkNode`
Ellen
-51
/
+10
2021-09-09
handle `ExprKind::NeverToAny`
Ellen
-2
/
+1
2021-09-09
dont build abstract const for monomorphic consts
Ellen
-1
/
+30
2021-09-09
tidy
Ellen
-16
/
+14
2021-09-09
dont support blocks
Ellen
-40
/
+11
2021-09-09
as casts and block exprs
Ellen
-31
/
+53
2021-09-09
WIP state
Ellen
-219
/
+141
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-6
/
+6
2021-08-26
review
lcnr
-3
/
+3
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-5
/
+5
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-32
/
+21
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-3
/
+3
2021-08-26
make unevaluated const substs optional
lcnr
-8
/
+3
2021-06-10
support `as _` and add tests
Ellen
-1
/
+3
2021-06-09
Add more tests + visit_ty in some places
Ellen
-4
/
+13
2021-06-08
Support as casts in abstract consts
Ellen
-3
/
+19
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+2
2021-03-21
Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk
Dylan DPC
-18
/
+33
2021-03-21
Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk
Dylan DPC
-50
/
+13
2021-03-20
update `const_eval_resolve`
lcnr
-1
/
+5
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-17
/
+28
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-2
/
+2
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-1
/
+4
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-2
/
+4
2021-03-03
Fix tidy err and review
Ellen
-6
/
+4
2021-03-03
Remove extraneous return statement
Ellen
-2
/
+2
2021-03-02
nits
Ellen
-4
/
+9
2021-03-02
errooaaar~
Ellen
-53
/
+13
2021-02-15
the environment round here is awfully empty
Ellen
-7
/
+6
2021-02-03
Miscellaneous small diagnostics cleanup
Camelid
-1
/
+1
2021-02-02
Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnr
Jack Huey
-13
/
+17
2021-02-02
Add better diagnostic for missing where clause
kadmin
-13
/
+17
2021-02-01
more things are const evaluatable *sparkles*
Ellen
-9
/
+22
2021-01-27
comments
Ellen
-1
/
+3
2021-01-27
boop, ur abstract consts are now expanded
Ellen
-4
/
+20
2021-01-16
Review changes
Jack Huey
-2
/
+2
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-1
/
+1
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-7
/
+7
2020-11-07
look at assoc ct, check the type of nodes
Bastian Kauschke
-0
/
+17
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-4
/
+4
[next]