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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
transform
/
const_prop.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-08
Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk
bors
-1
/
+1
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-1
/
+1
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-2
/
+1
2018-08-29
make ptr_op finally reponsible for all ops involving pointers; make ValTy con...
Ralf Jung
-11
/
+17
2018-08-29
re-do argument passing one more time to finally be sane
Ralf Jung
-1
/
+3
2018-08-28
fix const_prop detecting unary neg underflows
Ralf Jung
-1
/
+15
2018-08-28
address nits
Ralf Jung
-1
/
+1
2018-08-27
switch validation to use operand, not mplace
Ralf Jung
-3
/
+2
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-1
/
+1
2018-08-22
miri/CTFE refactor
Ralf Jung
-47
/
+51
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-07
Remove an overly pedantic and wrong assertion
Oliver Schneider
-5
/
+0
2018-08-01
Address stylistic review comments and rebase fallout
Oliver Schneider
-2
/
+2
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-9
/
+13
2018-07-29
Sanity-check all constants
Oliver Schneider
-32
/
+36
2018-07-25
Hide some lints which are not quite right the way they are reported to the user
Oliver Schneider
-11
/
+93
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-42
/
+37
2018-07-18
Const-propagate casts
Oliver Schneider
-14
/
+34
2018-06-28
Turn the use of erroneous constants into errors again
Oliver Schneider
-4
/
+17
2018-06-28
Don't const propagate the body of constants
Oliver Schneider
-1
/
+4
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-43
/
+6
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-1
/
+2
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-2
/
+2
2018-06-05
Add source information the const propagation of places
Oliver Schneider
-4
/
+5
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-37
/
+64
2018-06-05
Propagate uses of constants correctly so that array index checks work
Fabian Zaiser
-10
/
+0
2018-06-04
Simplify value field access
Oliver Schneider
-3
/
+3
2018-06-02
Correctly access ScalarPair fields during const eval
Oliver Schneider
-19
/
+5
2018-05-30
rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-2
/
+7
2018-05-24
primval -> scalar rename
Oliver Schneider
-3
/
+3
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-6
/
+9
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-9
/
+9
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-6
/
+6
2018-05-15
Rename `has_type_parameters` to `requires_monomorphization`
varkor
-3
/
+3
2018-05-15
Fix generics type parameter handling in miri
varkor
-4
/
+3
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-47
/
+81
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-5
/
+7
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-1
/
+1
2018-04-26
rustc_target: move LayoutOf's type parameter to an associated type.
Irina Popa
-1
/
+2
2018-04-15
Only warn on erroneous promoted constants
Oliver Schneider
-2
/
+2
2018-03-08
simplify constant value pair field access
Oliver Schneider
-6
/
+1
2018-03-08
Unify the const folding errors
Oliver Schneider
-31
/
+111
2018-03-08
Generator assertions are unconditionally triggered
Oliver Schneider
-4
/
+6
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-3
/
+2
2018-03-08
Unregress error spans in constant errors
Oliver Schneider
-1
/
+1
2018-03-08
Tidy fix
Oliver Schneider
-4
/
+2
2018-03-08
Update tests
Oliver Schneider
-1
/
+1
[next]