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
/
validity.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-44
/
+7
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-1
/
+1
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-25
/
+25
2022-07-14
interpret/validity: improve some comments
Ralf Jung
-2
/
+4
2022-07-13
Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb
Dylan DPC
-1
/
+1
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-8
/
+22
2022-07-07
`UnsafeCell` now has no niches, ever.
Oli Scherer
-1
/
+1
2022-07-06
interpret: use AllocRange in UninitByteAccess
Ralf Jung
-2
/
+2
2022-07-03
move Box mess handling into general visitor
Ralf Jung
-34
/
+6
2022-07-03
fix interpreter validity check on Box
Ralf Jung
-6
/
+28
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-1
/
+1
2022-06-28
fix silly mistake
DrMeepster
-1
/
+1
2022-06-28
Validate all fields of box instead of validating allocator specifically
DrMeepster
-2
/
+2
2022-06-26
validate box's allocator
DrMeepster
-0
/
+3
2022-06-26
fix box with custom allocator in miri
DrMeepster
-1
/
+4
2022-06-05
validating the vtable can lead to Stacked Borrows errors
Ralf Jung
-0
/
+8
2022-05-19
fmt
Ralf Jung
-2
/
+1
2022-05-19
interpret/validity: separately control checking numbers for being init and no...
Ralf Jung
-9
/
+16
2022-05-17
interpret/validity: reject references to uninhabited types
Ralf Jung
-6
/
+11
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
[next]