summary refs log tree commit diff
path: root/compiler/rustc_mir/src/const_eval
AgeCommit message (Expand)AuthorLines
2020-09-30References to ZSTs may be at arbitrary aligned addressesOliver Scherer-5/+5
2020-09-28Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obkRalf Jung-6/+0
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-6/+0
2020-09-27Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obkJonas Schievink-1/+1
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-1/+40
2020-09-25Change error in `fn_queries` to `delay_span_bug`Dylan MacKenzie-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-19Reflect the "do not call this query directly" mentality in its nameOliver Scherer-3/+3
2020-09-19RustfmtOliver Scherer-2/+2
2020-09-19Address review commentsOliver Scherer-5/+5
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-10/+10
2020-09-19Rename const eval queries to reflect the validation changesOliver Scherer-7/+7
2020-09-19Do not call the `const_eval` query in mir interpretation except for caching o...Oliver Scherer-1/+1
2020-09-19Replace `and_then` `map_err` `and_then` chain with a matchOliver Scherer-15/+16
2020-09-19`turn_into_const` is infallibleOliver Scherer-11/+7
2020-09-19Document `op_to_const`'s purposeOliver Scherer-0/+2
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-20/+11
2020-09-19Validate constants during `const_eval_raw`Oliver Scherer-16/+35
2020-09-12move guaranteed{ne,eq} implementation to compile-time machineRalf Jung-3/+68
2020-09-04Change ty.kind to a methodLeSeulArtichaut-4/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+4
2020-08-30mv compiler to compiler/mark-0/+1212