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_mir
/
src
/
const_eval
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-207
/
+0
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-1
/
+1
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+1
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-3
/
+3
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-1
/
+1
2021-03-29
Only emit a discrimiant tag for enums
Oli Scherer
-1
/
+1
2021-03-16
Update compiler/rustc_mir/src/const_eval/mod.rs
Oli Scherer
-5
/
+4
2021-03-15
Explain pointer and dyn Trait handling in const_to_valtree
Oli Scherer
-9
/
+7
2021-03-15
Explain how we encode enums at the encoding site
Oli Scherer
-3
/
+4
2021-03-15
Explain why we do not allow const_to_valtree to read from statics
Oli Scherer
-1
/
+6
2021-03-12
We won't support trait object constants in type level constants for the forse...
Oli Scherer
-3
/
+5
2021-03-12
Intern valtree field vector
Oli Scherer
-3
/
+7
2021-03-12
Implement valtree
Oli Scherer
-2
/
+90
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-6
/
+6
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-1
/
+3
2020-10-26
interning cleanup: we no longer need to distinguish Const and ConstInner; we ...
Ralf Jung
-1
/
+1
2020-10-14
Remove needless alloc_slice
est31
-1
/
+1
2020-09-20
Implement destructuring for all aggregates and for references
Oliver Scherer
-2
/
+1
2020-09-20
Add a query for dereferencing constants of reference type
Oliver Scherer
-1
/
+41
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+69