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_const_eval
/
src
/
interpret
/
operand.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-20
basic dyn* support for Miri
Ralf Jung
-1
/
+19
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-5
/
+5
2023-02-06
interpret: move discriminant reading and writing to separate file
Ralf Jung
-151
/
+2
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-3
/
+3
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-3
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-17
Review suggestions
Maybe Waffle
-3
/
+3
2023-01-17
Undo questionable changes
Maybe Waffle
-1
/
+1
2023-01-17
`rustc_const_eval`: remove `ref` patterns (+some pattern matching imps)
Maybe Waffle
-6
/
+6
2022-12-22
Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obk
Matthias Krüger
-2
/
+4
2022-12-22
Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk
Yuki Okushi
-0
/
+11
2022-12-18
avoid .into() conversion to identical types
Matthias Krüger
-7
/
+4
2022-12-17
Ensure param-env is const before calling eval_to_valtree
Michael Goulet
-2
/
+4
2022-12-12
interpret: add read_machine_[ui]size convenience methods
Ralf Jung
-0
/
+11
2022-11-25
add FIXME's
Boxy
-0
/
+1
2022-11-25
Add empty ConstKind::Abstract
kadmin
-0
/
+1
2022-11-18
review feedback
Ralf Jung
-5
/
+5
2022-11-18
interpret: use Either over Result when it is not representing an error condition
Ralf Jung
-15
/
+17
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-34
/
+37
2022-11-14
Rollup merge of #104349 - rustaceanclub:master, r=oli-obk
Matthias Krüger
-1
/
+1
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-1
/
+1
2022-11-13
fix some typos in comments
cui fliter
-1
/
+1
2022-11-02
deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly
yukang
-2
/
+2
2022-10-23
Comment why normalization is needed for debug assertions
Michael Goulet
-1
/
+8
2022-10-12
Use `tidy-alphabetical` in the compiler
Nilstrieb
-1
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+1
2022-09-19
ctfe, `const_to_op` only for mir constants
lcnr
-39
/
+31
2022-09-14
address review again
b-naber
-12
/
+13
2022-09-13
rebase
b-naber
-1
/
+1
2022-09-13
fixes/working version
b-naber
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-1
/
+12
2022-09-08
bound variables during ctfe are a bug
lcnr
-2
/
+2
2022-09-07
Use niche-filling optimization even when multiple variants have data.
Michael Benfield
-5
/
+5
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-3
/
+3
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-1
/
+1
2022-08-27
interpret: make read-pointer-as-bytes *always* work in Miri
Ralf Jung
-1
/
+1
2022-08-27
remove a now-useless machine hook
Ralf Jung
-7
/
+2
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-106
/
+71
2022-08-10
Avoid repeating qualifiers on `static_assert_size` calls.
Nicholas Nethercote
-4
/
+5
2022-08-01
Improve size assertions.
Nicholas Nethercote
-12
/
+11
2022-07-23
now we can make scalar_to_ptr a method on Scalar
Ralf Jung
-2
/
+2
2022-07-23
remove some provenance-related machine hooks that Miri no longer needs
Ralf Jung
-12
/
+8
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-73
/
+73
2022-07-18
interpret: make some large types not Copy
Ralf Jung
-2
/
+5
2022-07-18
interpret: remove some unused trait impls
Ralf Jung
-4
/
+3
2022-07-15
interpret/visitor: support visiting with a PlaceTy
Ralf Jung
-2
/
+12
2022-07-11
use a loop rather than try_fold
Ralf Jung
-10
/
+9
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-125
/
+72
2022-07-09
tweak names and output and bless
Ralf Jung
-1
/
+1
2022-07-09
review feedback
Ralf Jung
-1
/
+1
[next]