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
/
src
/
librustc
/
mir
/
interpret
/
value.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-05
remove Scalar::is_null_ptr
Ralf Jung
-11
/
+0
2019-06-21
Documentation typo
Oliver Scherer
-1
/
+1
2019-06-19
Pacify tidy
Oliver Scherer
-5
/
+6
2019-06-19
Change `ByRef` to a struct variant to clarify its fields via names
Oliver Scherer
-8
/
+15
2019-06-19
Remove the `AllocId` from `ByRef` values
Oliver Scherer
-3
/
+2
2019-06-19
packed -> repr(packed)
Oliver Scherer
-1
/
+1
2019-06-19
Fix comment about alignments
Oliver Scherer
-2
/
+2
2019-06-19
Explain existance of `Align` field
Oliver Scherer
-1
/
+4
2019-06-19
Weave the alignment through `ByRef`
Oliver Scherer
-2
/
+4
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-09
Apply suggestions from code review
Ralf Jung
-2
/
+2
2019-06-09
trait-ize binary_float_op
Ralf Jung
-0
/
+14
2019-06-09
offer ways to directly construct a Scalar from unsigned integers
Ralf Jung
-2
/
+24
2019-06-08
Scalar: only convert to/from soft-float types, not to/from hard-floats
Ralf Jung
-8
/
+11
2019-06-08
rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo
Ralf Jung
-32
/
+32
2019-06-02
turn comments into doc-comments
Ralf Jung
-3
/
+9
2019-06-02
no longer assume that there is a default tag: give the machine the chance to ...
Ralf Jung
-24
/
+3
2019-05-27
factor out some common code and make the on-elimination truncation test debug...
Ralf Jung
-13
/
+19
2019-05-26
centralize Scalar size sanity checks and also do them in release builds
Ralf Jung
-13
/
+29
2019-05-26
rename Scalar::Bits to Scalar::Raw and bits field to data
Ralf Jung
-44
/
+44
2019-05-25
Make `ConstValue::Slice` solely take `[u8]` and `str`
Oliver Scherer
-18
/
+8
2019-05-24
this is for tidy
Ralf Jung
-1
/
+1
2019-05-24
improve debug-printing of scalars
Ralf Jung
-2
/
+32
2019-05-19
Improve type size assertions
Vadim Petrochenkov
-2
/
+2
2019-05-01
Add `PlaceholderConst`
varkor
-0
/
+4
2019-05-01
Add `ConstValue::Placeholder`
varkor
-0
/
+1
2019-04-16
Miri: refactor new allocation tagging
Ralf Jung
-16
/
+18
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-1
/
+7
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-3
/
+6
2019-03-05
Add ConstValue::Param and ConstValue::Infer
varkor
-1
/
+9
2019-02-16
Reintroduce the invariant comment for clarity
Oliver Scherer
-0
/
+1
2019-02-16
Reuse the `Pointer` type instead of passing reassembling it at many use sites
Oliver Scherer
-3
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-7
/
+8
2019-02-05
move librustc to 2018
Mark Mansi
-1
/
+1
2019-01-30
Swap the names of `LocalValue` and `LocalState`
Oliver Scherer
-1
/
+1
2019-01-27
`ConstValue::ScalarPair` only needs to represent slices
Oliver Scherer
-15
/
+9
2019-01-27
Add some size assertions for const eval types
Oliver Scherer
-0
/
+6
2019-01-05
Rollup merge of #57314 - wiktorkuchta:master, r=Centril
kennytm
-1
/
+1
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-9
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung
bors
-1
/
+1
2018-12-03
s/AllocType/AllocKind/
Oliver Scherer
-1
/
+1
2018-12-03
provide a way to replace the tag in a Scalar/MemPlace
Ralf Jung
-0
/
+8
2018-11-19
Make const_eval_raw query return just an AllocId
Ralf Jung
-3
/
+12
2018-11-08
Move ScalarMaybeUndef into `value.rs`
Oliver Scherer
-0
/
+128
2018-11-05
add method to obtain the ptr offset of a Scalar
Ralf Jung
-0
/
+13
2018-11-05
proide ptr_wrapping_offset on Scalars
Ralf Jung
-7
/
+22
2018-11-05
fix validation error on non-integer enum discriminants
Ralf Jung
-1
/
+10
2018-11-04
rustc_target: pass contexts by reference, not value.
Eduard-Mihai Burtescu
-20
/
+20
[prev]
[next]