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
/
util
/
check_validity_requirement.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
remove explicit deref of AbiAlign for most methods
Jubilee Young
-1
/
+1
2025-07-16
Comment more code and make tests clearer
Deadbeef
-6
/
+5
2025-07-16
add `const_make_global`; err for `const_allocate` ptrs if didn't call
Deadbeef
-4
/
+6
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-02-28
rename BackendRepr::Vector → SimdVector
Ralf Jung
-1
/
+1
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-7
/
+9
2025-02-05
Pretty print pattern type values with `transmute` if they don't satisfy their...
Oli Scherer
-13
/
+41
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-0
/
+1
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-5
/
+5
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-7
/
+7
2024-10-28
compiler: Add `is_uninhabited` and use LayoutS accessors
Jubilee Young
-1
/
+1
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-2
/
+1
2024-09-30
panic when an interpreter error gets unintentionally discarded
Ralf Jung
-1
/
+3
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-3
/
+5
2024-09-16
make `LayoutCx` not generic
Lukas Markeffsky
-2
/
+2
2024-09-08
clarify comments and names in check_validity_requirement
Ralf Jung
-9
/
+11
2024-09-08
interpret: reset padding during validation
Ralf Jung
-1
/
+1
2024-09-08
interpret: reset provenance on typed copies
Ralf Jung
-4
/
+8
2024-08-06
pass the right `ParamEnv` to `might_permit_raw_init_strict`
y21
-5
/
+5
2024-08-03
Miri: add a flag to do recursive validity checking
Ralf Jung
-1
/
+1
2024-06-13
rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -...
Ralf Jung
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-05-09
Make builtin_deref just return a Ty
Michael Goulet
-1
/
+1
2024-02-10
unstably allow constants to refer to statics and read from immutable statics
Ralf Jung
-2
/
+2
2023-09-04
interpret: make MemPlace, Place, Operand types private to the interpreter
Ralf Jung
-1
/
+1
2023-07-01
Put `LayoutError` behind reference to shrink result
Nilstrieb
-3
/
+3
2023-06-24
Add enum for `can_access_statics` boolean
Nilstrieb
-3
/
+2
2023-05-31
Remove const eval limit and implement an exponential backoff lint instead
Oli Scherer
-6
/
+2
2023-03-02
Allow checking whether a type allows being uninitialized
Nilstrieb
-1
/
+4
2023-02-27
Unify all validity check intrinsics
Nilstrieb
-0
/
+161