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
/
compiler
/
rustc_const_eval
/
src
/
interpret
/
place.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-11
Auto merge of #96220 - RalfJung:scalar-no-padding, r=oli-obk
bors
-30
/
+10
2022-05-10
update/remove some old comments
Ralf Jung
-5
/
+1
2022-05-10
disable one check for now until #96185 is fixed
Ralf Jung
-1
/
+1
2022-05-10
tighten sanity checks around Scalar and ScalarPair
Ralf Jung
-25
/
+9
2022-05-06
Fix inaccurate function name in `rustc_const_eval` docs
pierwill
-1
/
+1
2022-05-05
give it a scary name
Ralf Jung
-2
/
+2
2022-05-04
interpret: debug-check ScalarPair layout information
Ralf Jung
-1
/
+1
2022-04-26
account for custom DSTs in valtree -> constvalue conversion
b-naber
-0
/
+6
2022-04-21
deduplicate a lot of code
b-naber
-14
/
+2
2022-04-21
implement valtree -> constvalue conversion
b-naber
-3
/
+24
2022-04-17
when writing uninit to an allocation, also clear relocations like other write...
Ralf Jung
-1
/
+1
2022-04-16
Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk
Dylan DPC
-1
/
+1
2022-04-12
use len on mplace instead of reading immediate, remove dead code
b-naber
-1
/
+1
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+36
2022-04-08
create leafs for slices
b-naber
-12
/
+0
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-2
/
+2
2022-04-05
Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin
bors
-6
/
+4
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-6
/
+4
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-12
/
+11
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-29
include refs in valtree creation
b-naber
-0
/
+12
2022-02-22
Miri: extend comments on downcast operation
Ralf Jung
-1
/
+3
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-6
/
+5
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2021-12-15
miri: lift restriction on extern types being the only field in a struct
Tomasz Miąsko
-14
/
+8
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-2
/
+2
2021-12-12
doc: fix typo in comments
japm48
-1
/
+1
2021-12-05
allow for failure of subst_normalize_erasing_regions in const_eval
b-naber
-1
/
+1
2021-11-18
fix CTFE/Miri simd_insert/extract on array-style repr(simd) types
Ralf Jung
-1
/
+27
2021-10-14
add dedicated error variant for writing the discriminant of an uninhabited en...
Ralf Jung
-1
/
+14
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-3
/
+3
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+1091