about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/place.rs
AgeCommit message (Expand)AuthorLines
2022-02-22Miri: extend comments on downcast operationRalf Jung-1/+3
2022-02-19rustc_const_eval: adopt let else in more placesest31-6/+5
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2021-12-15miri: lift restriction on extern types being the only field in a structTomasz Miąsko-14/+8
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-2/+2
2021-12-12doc: fix typo in commentsjapm48-1/+1
2021-12-05allow for failure of subst_normalize_erasing_regions in const_evalb-naber-1/+1
2021-11-18fix CTFE/Miri simd_insert/extract on array-style repr(simd) typesRalf Jung-1/+27
2021-10-14add dedicated error variant for writing the discriminant of an uninhabited en...Ralf Jung-1/+14
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-3/+3
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+1091