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
/
traits.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-17
Remove `DynKind`
León Orell Valerian Liehr
-1
/
+1
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-3
/
+4
2025-07-01
Remove support for dyn*
Michael Goulet
-21
/
+1
2025-06-27
Add InterpCx::layout_of with tracing, shadowing LayoutOf
Stypox
-1
/
+0
2025-06-05
Update `InterpCx::project_field` to take `FieldIdx`
Scott McMurray
-3
/
+3
2025-01-31
interpret: adjust vtable validity check for higher-ranked types
Lukas Markeffsky
-13
/
+7
2025-01-30
Do not treat vtable supertraits as distinct when bound with different bound vars
Michael Goulet
-1
/
+2
2024-11-03
compiler: Directly use rustc_abi in const_eval
Jubilee Young
-1
/
+1
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-6
/
+8
2024-09-23
Check vtable projections for validity in miri
Michael Goulet
-20
/
+47
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-06
miri: make vtable addresses not globally unique
Ralf Jung
-1
/
+3
2024-07-18
interpret: add sanity check in dyn upcast to double-check what codegen does
Ralf Jung
-25
/
+23
2024-06-11
interpret: dyn trait metadata check: equate traits in a proper way
Ralf Jung
-1
/
+35
2024-06-11
check for correct trait in size_and_align_of
Ralf Jung
-1
/
+2
2024-06-10
interpret: refactor dyn trait handling
Ralf Jung
-18
/
+48
2024-05-27
interpret: get rid of 'mir lifetime everywhere
Ralf Jung
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-04-17
interpret: rename base_pointer -> root_pointer
Ralf Jung
-1
/
+1
2023-09-14
make it more clear which functions create fresh AllocId
Ralf Jung
-1
/
+1
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-07-20
incorporate some review feedback
Ralf Jung
-3
/
+4
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-109
/
+24
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-6
/
+6
2022-07-02
make AllocRef APIs more consistent
Ralf Jung
-5
/
+5
2022-06-05
interpret: better control over whether we read data with provenance, and impl...
Ralf Jung
-8
/
+11
2022-05-28
Fix TyKind lint, make consts no longer fn, etc
Michael Goulet
-5
/
+5
2022-05-28
Initial fixes on top of type interner commit
Michael Goulet
-4
/
+4
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-3
/
+4
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-11
/
+7
2022-03-31
interpret: make isize::MAX the limit for dynamic value sizes
Ralf Jung
-2
/
+3
2021-10-07
Turn tcx.vtable_allocation() into a query.
Michael Woerister
-1
/
+1
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+142