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_middle
/
src
/
mir
/
interpret
/
value.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-09
tweak names and output and bless
Ralf Jung
-3
/
+3
2022-07-09
review feedback
Ralf Jung
-3
/
+3
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-8
/
+6
2022-07-02
add AllocRange Debug impl; remove redundant AllocId Display impl
Ralf Jung
-1
/
+1
2022-06-14
address review
b-naber
-0
/
+4
2022-06-14
address review
b-naber
-1
/
+0
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-0
/
+1
2022-06-03
Use serde_json for target spec json
bjorn3
-1
/
+1
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-17
/
+17
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-1
/
+2
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-7
/
+21
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-9
/
+10
2022-02-21
ScalarMaybeUninit is explicitly hexadecimal in its formatting
Ralf Jung
-1
/
+1
2022-02-21
Rollup merge of #94203 - RalfJung:to_sized_int, r=oli-obk
Matthias Krüger
-21
/
+25
2022-02-20
CTFE engine: Scalar: expose size-generic to_(u)int methods
Ralf Jung
-21
/
+25
2022-02-20
Implement LowerHex on Scalar to clean up their display in rustdoc
Guillaume Gomez
-7
/
+11
2022-02-19
Don't render Const computed values in hexadecimal for Display
Guillaume Gomez
-0
/
+5
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-5
/
+5
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-07-16
get rid of incorrect erase_for_fmt
Ralf Jung
-35
/
+17
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-52
/
+2
2021-07-14
use NonZeroU64 for AllocId to restore old type sizes
Ralf Jung
-2
/
+2
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-79
/
+66
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-84
/
+96
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-4
/
+2
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-10
/
+0
2021-03-15
Do not expose fallible `to_int` operation on `Scalar`.
Oli Scherer
-17
/
+15
2021-03-15
s/ConstantSource/ConstantKind/
Oli Scherer
-8
/
+0
2021-03-12
Replace a custom lift method with a Lift impl
Oli Scherer
-3
/
+6
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-0
/
+18
2021-03-12
Add convenience conversion methods for ScalarInt
Oli Scherer
-8
/
+23
2021-03-12
Add fallible Scalar to ScalarInt conversion method
Oli Scherer
-13
/
+15
2021-03-12
Implement valtree
Oli Scherer
-1
/
+1
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-3
/
+3
2021-02-02
Fix out of date `Scalar` documentation
Jake Hughes
-1
/
+1
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-1
/
+1
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-3
/
+3
2020-11-04
Move ZST constant to the top of the impl block
oli
-2
/
+2
2020-11-04
Do not raise interp errors from the scalar int module
oli
-1
/
+7
2020-11-04
Add helper for getting an `int` out of a `Scalar`
oli
-0
/
+8
2020-11-04
Replace `Scalar::zst` with a `Scalar::ZST` constant
oli
-4
/
+1
2020-11-04
No need for a `zst` constructor method when we can have a constant
oli
-1
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-22
/
+22
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-86
/
+21
2020-10-14
Remove unused code from rustc_middle
est31
-9
/
+0
2020-10-13
Replace absolute paths with relative ones
est31
-2
/
+2
2020-10-06
Rollup merge of #76995 - LingMan:middle_matches, r=varkor
Yuki Okushi
-8
/
+2
2020-09-21
Cache `eval_to_allocation_raw` on disk
Oliver Scherer
-1
/
+1
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-8
/
+2
2020-09-20
Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung
bors
-2
/
+2
[prev]
[next]