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
/
interpret
/
eval_context.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Address review comments
Joshua Nelson
-0
/
+12
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-15
/
+0
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-1
/
+1
2021-02-27
Add a getter for Frame.loc
bjorn3
-0
/
+10
2021-02-16
./x.py fmt
Tomasz Miąsko
-17
/
+18
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-5
/
+5
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-4
/
+4
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-1
/
+1
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2021-01-04
Move MIR body loading to a machine function
oli
-10
/
+1
2021-01-04
Differentiate between the availability of ctfe MIR and runtime MIR
oli
-1
/
+1
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-1
/
+1
2020-12-11
make redundant StorageLive UB
Ralf Jung
-19
/
+14
2020-12-09
Also generate `StorageDead` in constants
oli
-16
/
+6
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-06
inliner: Use substs_for_mir_body
Tomasz Miąsko
-5
/
+1
2020-11-05
Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
Mara Bos
-3
/
+3
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-3
/
+3
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-5
/
+3
2020-10-05
query_name_of_opt_const_arg -> query_name_opt_const_arg
Bastian Kauschke
-2
/
+2
2020-10-04
cleanup WithOptConstParam queries
Bastian Kauschke
-5
/
+1
2020-10-01
Only mention that a stack frame is being popped when starting to do so
Oliver Scherer
-5
/
+4
2020-09-28
Use `tracing` spans to trace the entire MIR interp stack
Oliver Scherer
-21
/
+56
2020-09-21
fix InterpCx resolve
Bastian Kauschke
-3
/
+3
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-2
/
+2
2020-09-19
Rename const eval queries to reflect the validation changes
Oliver Scherer
-1
/
+1
2020-09-19
Do not call the `const_eval` query in mir interpretation except for caching o...
Oliver Scherer
-27
/
+2
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-7
/
+0
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1039