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
/
operator.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-15
don't UB on dangling ptr deref, instead check inbounds on projections
Ralf Jung
-2
/
+10
2023-10-09
float-to-float casts also have non-deterministic NaN results
Ralf Jung
-2
/
+2
2023-10-09
ensure unary minus propagates NaN payloads exactly
Ralf Jung
-0
/
+1
2023-10-08
miri: make NaN generation non-deterministic
Ralf Jung
-5
/
+10
2023-09-20
interpret: less debug-printing of types
Ralf Jung
-12
/
+9
2023-09-20
interpret: more consistently use ImmTy in operators and casts
Ralf Jung
-62
/
+64
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-3
/
+2
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-2
/
+2
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-06-19
Promote unchecked_add/sub/mul/shl/shr to mir::BinOp
Scott McMurray
-22
/
+44
2023-04-28
share BinOp::Offset between CTFE and Miri
Ralf Jung
-1
/
+25
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-18
Adapt interpreter.
Camille GILLOT
-8
/
+0
2022-12-18
avoid .into() conversion to identical types
Matthias Krüger
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-2
/
+0
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-9
/
+9
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-21
/
+21
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-05
fix type in function name
Ralf Jung
-1
/
+1
2022-07-05
always check overflow in CheckedBinOp in CTFE
Ralf Jung
-1
/
+2
2022-07-04
interpret: fix CheckedBinOp behavior when overflow checking is disabled
Ralf Jung
-0
/
+8
2022-07-04
extra assertion, extra sure
Ralf Jung
-0
/
+1
2022-07-03
interpret: don't rely on ScalarPair for overflowed arithmetic
Ralf Jung
-2
/
+16
2022-06-04
tweak some bug!s
Ralf Jung
-2
/
+2
2022-03-06
explain why shift with signed offset works the way it does
Ralf Jung
-3
/
+15
2022-03-01
Miri/CTFE: properly treat overflow in (signed) division/rem as UB
Ralf Jung
-7
/
+11
2021-12-14
comment update
ouz-a
-1
/
+1
2021-12-14
Add regression test and comment
ouz-a
-1
/
+2
2021-12-13
formatting
ouz-a
-1
/
+1
2021-12-13
Looser check for binary_op_overflow
ouz-a
-1
/
+1
2021-11-23
explain why CTFE/Miri perform truncation on shift offset
Ralf Jung
-1
/
+6
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+417