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-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
2018-03-08
Report all errors other than those about insufficient type information
Oliver Schneider
-2
/
+4
2018-03-08
Compute the ParamEnv only once and use it to call tcx.const_eval
Oliver Schneider
-9
/
+25
2018-03-08
Can only const prop temporaries
Oliver Schneider
-1
/
+6
2018-03-08
Simplify const propagator by removing unused code paths
Oliver Schneider
-71
/
+52
2018-03-08
Rename OptimizationFinder and don't propagate any borrows
Oliver Schneider
-38
/
+12
2018-03-08
Simplify const prop checks through PlaceContext
Oliver Schneider
-53
/
+51
2018-03-08
Figure out const propgatable locals in a single pass
Oliver Schneider
-28
/
+30
2018-03-08
Update tests
Oliver Schneider
-3
/
+4
2018-03-08
Only report bitshift lints on bitshift ops
Oliver Schneider
-14
/
+16
2018-03-08
Use IndexVec instead of FxHashMap
Oliver Schneider
-24
/
+19
2018-03-08
Merge const linting pass into const prop
Oliver Schneider
-1
/
+23
2018-03-08
Remove single field struct by just using the field
Oliver Schneider
-9
/
+4
2018-03-08
Remove the fragile const propagator and just do linting
Oliver Schneider
-123
/
+3
2018-03-08
Fix ICE in const prop
Oliver Schneider
-2
/
+4
2018-03-08
Revert all changes to the instcombine pass
Oliver Schneider
-14
/
+69
2018-03-08
Split const prop into its own pass
Oliver Schneider
-0
/
+513