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
/
operand.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-8
/
+0
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+1
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-3
/
+3
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-14
/
+32
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-3
/
+3
2021-02-22
New mir-opt pass to simplify gotos with const values
Simon Vandel Sillesen
-0
/
+1
2021-02-20
Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk
Guillaume Gomez
-1
/
+1
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-8
/
+15
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-2
/
+2
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-13
/
+13
2021-02-16
Add size assertions for interpreter data structures
Tomasz Miąsko
-0
/
+9
2021-02-16
fix MIR fn-ptr pretty-printing
Ralf Jung
-1
/
+1
2021-01-30
codegen: assume constants cannot fail to evaluate
Ralf Jung
-0
/
+4
2020-11-05
Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
Mara Bos
-1
/
+1
2020-11-04
make intern_const_alloc_recursive return error fix #78655
Vishnunarayan K I
-1
/
+1
2020-11-04
Add helper for getting an `int` out of a `Scalar`
oli
-4
/
+1
2020-11-04
Replace `Scalar::zst` with a `Scalar::ZST` constant
oli
-3
/
+3
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-2
/
+2
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-9
/
+6
2020-10-21
Lift: take self by value
Bastian Kauschke
-1
/
+1
2020-10-13
Replace absolute paths with relative ones
est31
-3
/
+3
2020-09-21
Rollup merge of #76581 - lcnr:bound-too-generic, r=eddyb
ecstatic-morse
-4
/
+2
2020-09-21
fix InterpCx resolve
Bastian Kauschke
-1
/
+1
2020-09-20
miri: correctly deal with `ConstKind::Bound`
Bastian Kauschke
-4
/
+2
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-1
/
+1
2020-09-19
Do not call the `const_eval` query in mir interpretation except for caching o...
Oliver Scherer
-5
/
+1
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-5
/
+3
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+736