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
2025-02-28
rename BackendRepr::Vector → SimdVector
Ralf Jung
-1
/
+1
2025-02-20
fine-tune comment
Ralf Jung
-6
/
+5
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-4
/
+4
2025-02-08
Rustfmt
bjorn3
-13
/
+12
2025-02-02
Check the base type of pattern types for validity first
Oli Scherer
-5
/
+4
2025-02-02
Test validity of pattern types
Oli Scherer
-0
/
+12
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+1
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-5
/
+4
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-1
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-7
/
+6
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-3
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-3
/
+3
2024-11-09
make return type of get_alloc_info a struct, and reduce some code duplication...
Ralf Jung
-65
/
+26
2024-11-09
interpret: get_alloc_info: also return mutability
Ralf Jung
-1
/
+1
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-11
/
+12
2024-10-28
compiler: Add `is_uninhabited` and use LayoutS accessors
Jubilee Young
-3
/
+3
2024-10-19
interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind
Ralf Jung
-17
/
+15
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-95
/
+87
2024-09-30
panic when an interpreter error gets unintentionally discarded
Ralf Jung
-17
/
+21
2024-09-23
Check vtable projections for validity in miri
Michael Goulet
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-18
/
+19
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-1
/
+1
2024-09-16
make `LayoutCx` not generic
Lukas Markeffsky
-2
/
+2
2024-09-15
const: don't ICE when encountering a mutable ref to immutable memory
Ralf Jung
-8
/
+2
2024-09-10
turn errors that should be impossible due to our static checks into ICEs
Ralf Jung
-1
/
+8
2024-09-09
union padding computation: add fast-path for ZST
Ralf Jung
-12
/
+27
2024-09-08
interpret: reset padding during validation
Ralf Jung
-19
/
+268
2024-09-08
interpret: reset provenance on typed copies
Ralf Jung
-89
/
+170
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-1
/
+1
2024-08-03
Miri: add a flag to do recursive validity checking
Ralf Jung
-72
/
+104
2024-08-01
on a signed deref check, mention the right pointer in the error
Ralf Jung
-1
/
+1
2024-07-29
Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk
Matthias Krüger
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+6
2024-07-27
improve dangling/oob errors and make them more uniform
Ralf Jung
-4
/
+4
2024-07-19
Use `#[rustfmt::skip]` on some `use` groups to prevent reordering.
Nicholas Nethercote
-0
/
+2
2024-07-17
Avoid comments that describe multiple `use` items.
Nicholas Nethercote
-1
/
+0
2024-07-02
Miri function identity hack: account for possible inlining
Ralf Jung
-1
/
+1
2024-06-22
don't ICE when encountering an extern type field during validation
Ralf Jung
-4
/
+6
2024-06-14
const validation: fix ICE on dangling ZST reference
Ralf Jung
-5
/
+11
2024-06-12
Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk
Guillaume Gomez
-11
/
+7
2024-06-10
interpret: refactor dyn trait handling
Ralf Jung
-11
/
+7
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-2
/
+2
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-1
/
+3
2024-05-27
interpret: get rid of 'mir lifetime everywhere
Ralf Jung
-12
/
+7
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-05-21
improve comment wording
Ralf Jung
-1
/
+2
2024-05-13
offset, offset_from: allow zero-byte offset on arbitrary pointers
Ralf Jung
-2
/
+9
[next]