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
/
transform
/
const_prop.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+5
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-6
/
+6
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-21
/
+31
2021-03-08
Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
bors
-4
/
+5
2021-03-05
Bump one missing mir_opt_level
Santiago Pastorino
-1
/
+1
2021-03-05
Bump all mir_opt_level 2 to 3
Santiago Pastorino
-2
/
+2
2021-03-05
Bump all mir_opt_level 3 to 4
Santiago Pastorino
-2
/
+2
2021-03-05
Extract mir_opt_level to a method and use Option to be able to know if the va...
Santiago Pastorino
-3
/
+3
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-4
/
+5
2021-03-01
Box generator-related Body fields
Dániel Buga
-1
/
+1
2021-02-20
all InterpError allocate now, so adjust alloc-error-check
Ralf Jung
-2
/
+2
2021-02-20
Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk
bors
-28
/
+28
2021-02-17
Reduce size of InterpErrorInfo to 8 bytes
Tomasz Miąsko
-1
/
+1
2021-02-16
./x.py fmt
Tomasz Miąsko
-3
/
+3
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-9
/
+9
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-17
/
+17
2021-01-23
Make sure that const prop does not produce unsilenceable lints after inlining
oli
-1
/
+9
2021-01-17
Copy body span instead of querying it
Dániel Buga
-1
/
+1
2021-01-12
Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix
bors
-0
/
+7
2021-01-10
Add ABI argument to `find_mir_or_eval_fn`
Nym Seddon
-0
/
+2
2021-01-04
Move MIR body loading to a machine function
oli
-0
/
+7
2020-12-03
move interpret::MemoryKind::Heap to const eval
Vishnunarayan K I
-0
/
+2
2020-11-18
move fuel checks to later points in instcombine and const_prop, add opt level...
cjkenn
-5
/
+5
2020-11-16
add optimization fuel checks to some mir passes
cjkenn
-0
/
+4
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-5
/
+4
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-3
/
+4
2020-10-28
Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk
Dylan DPC
-5
/
+6
2020-10-26
move UnsafeCell-in-const check from interning to validation
Ralf Jung
-5
/
+6
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-1
/
+1
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-16
/
+17
2020-09-23
Enable const prop into operands at mir_opt_level=2
Dániel Buga
-5
/
+5
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1276