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-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-762
/
+0
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-3
/
+3
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-3
/
+3
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-04
Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514
Yuki Okushi
-1
/
+1
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-1
/
+1
2021-08-03
Small refactorings for miri.
Charles Lew
-4
/
+8
2021-08-03
Implement pointer casting.
Charles Lew
-0
/
+10
2021-07-16
avoid manual Debug impls by adding extra Provenance bounds to types
Ralf Jung
-56
/
+19
2021-07-16
get rid of incorrect erase_for_fmt
Ralf Jung
-12
/
+24
2021-07-14
use NonZeroU64 for AllocId to restore old type sizes
Ralf Jung
-2
/
+2
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-12
/
+16
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-43
/
+73
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-20
/
+6
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-1
/
+1
2021-03-31
Forward some layouts to prevent recomputation
Oli Scherer
-1
/
+1
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