about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/const_eval/mod.rs
AgeCommit message (Expand)AuthorLines
2020-10-26interning cleanup: we no longer need to distinguish Const and ConstInner; we ...Ralf Jung-1/+1
2020-10-14Remove needless alloc_sliceest31-1/+1
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-2/+1
2020-09-20Add a query for dereferencing constants of reference typeOliver Scherer-1/+41
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+69