about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/mod.rs
AgeCommit message (Collapse)AuthorLines
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-33/+0
2021-05-23const-eval: disallow unwinding across functions that `!fn_can_unwind()`hyd-dev-1/+3
2021-05-18CTFE core engine allocation & memory API improvemenetsRalf Jung-1/+1
- make Allocation API offset-based (no more Pointer) - make Memory API higher-level (combine checking for access and getting access into one operation)
2020-10-26interning cleanup: we no longer need to distinguish Const and ConstInner; we ↵Ralf Jung-1/+1
no longer need the ignore_interior_mut_in_const hack
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-1/+1
2020-08-30mv compiler to compiler/mark-0/+31