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-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