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
/
validity.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-10
tighten sanity checks around Scalar and ScalarPair
Ralf Jung
-4
/
+5
2022-05-05
give it a scary name
Ralf Jung
-1
/
+1
2022-05-04
interpret: debug-check ScalarPair layout information
Ralf Jung
-18
/
+38
2022-04-17
ptr_get_alloc_id: don't return an actual Pointer
Ralf Jung
-1
/
+1
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-4
/
+4
2022-04-05
interp/validity: enforce Scalar::Initialized
Ralf Jung
-4
/
+22
2022-04-05
Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin
bors
-2
/
+2
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-2
/
+2
2022-04-03
tweak some function names
Ralf Jung
-1
/
+1
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-6
/
+6
2022-03-26
interpret: with enforce_number_validity, ensure integers are truly Scalar::In...
Ralf Jung
-3
/
+6
2022-03-22
interpret/validity: improve clarity
Ralf Jung
-3
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-02-24
Miri fn ptr check: don't use conservative null check
Ralf Jung
-8
/
+11
2022-02-23
Miri: relax fn ptr check
Ralf Jung
-13
/
+18
2022-02-21
ScalarMaybeUninit is explicitly hexadecimal in its formatting
Ralf Jung
-5
/
+5
2022-02-21
Rollup merge of #94189 - GuillaumeGomez:scalar-lower-hex, r=RalfJung
Matthias Krüger
-1
/
+1
2022-02-21
Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr
Matthias Krüger
-6
/
+3
2022-02-20
Implement LowerHex on Scalar to clean up their display in rustdoc
Guillaume Gomez
-1
/
+1
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-6
/
+3
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-3
/
+3
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-3
/
+3
2021-12-31
Extend check for UnsafeCell in consts to cover unions
Tomasz Miąsko
-1
/
+8
2021-11-09
miri: Detect uninitialized integers and floats
Noah Lev
-5
/
+3
2021-09-20
Enable 2021 compatibility lints for all in-tree code
Mark Rousskov
-1
/
+1
2021-09-09
Rename `(un)signed` to `(un)signed_int`
Andreas Liljeqvist
-1
/
+1
2021-09-09
Move `unsigned_max` etc into `Size` again
Andreas Liljeqvist
-1
/
+1
2021-09-09
Remove clone
Andreas Liljeqvist
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-2
/
+2
2021-09-09
Add methods for checking for full ranges to `Scalar` and `WrappingRange`
Andreas Liljeqvist
-15
/
+13
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+965