| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2018-10-04 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -2/+12 |
| 2018-09-09 | miri loop detector hashing: fix enum hashing to also consider discriminant; d... | Ralf Jung | -0/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -1/+1 |
| 2018-09-03 | Implement Hash in terms of HashStable for EvalSnapshot | Bruno Dutra | -0/+2 |
| 2018-08-29 | make ptr_op finally reponsible for all ops involving pointers; make ValTy con... | Ralf Jung | -11/+7 |
| 2018-08-28 | first test const-ness, then hook fn call | Ralf Jung | -4/+6 |
| 2018-08-27 | use associated const for machine controlling mutable statics | Ralf Jung | -22/+4 |
| 2018-08-27 | fix handling of unsized types in validation; validate str to be UTF-8 | Ralf Jung | -2/+2 |
| 2018-08-27 | validate enum discriminant whenever it is read | Ralf Jung | -1/+1 |
| 2018-08-27 | get rid of FinishStatic hack from stack clenaup; const_eval can do that itself | Ralf Jung | -9/+11 |
| 2018-08-27 | move const_eval out of rustc_mir::interpret | Ralf Jung | -0/+463 |
