about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
AgeCommit message (Expand)AuthorLines
2022-10-15Surround type with backticksGimgim-1/+1
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-2/+2
2022-10-14more dupe word typosRageking8-2/+2
2022-10-13Delay intrinsic call until after we've determined the callee is a functionMichael Goulet-3/+1
2022-10-12Rollup merge of #102830 - compiler-errors:constness-parity, r=fee1-deadDylan DPC-16/+56
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-3/+5
2022-10-12Unify tcx.constness and param env constness checksMichael Goulet-16/+56
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-11/+11
2022-10-07Auto merge of #102091 - RalfJung:const_err, r=oli-obkbors-107/+24
2022-10-07make const_err a hard errorRalf Jung-107/+24
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-41/+39
2022-10-07Introduce TypeErrCtxtCameron Steffen-3/+3
2022-10-06Remove `mir::CastKind::Misc`ouz-a-11/+11
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-3/+3
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-48/+155
2022-10-04Rollup merge of #102559 - compiler-errors:issue-102553, r=oli-obkDylan DPC-5/+11
2022-10-02Don't ICE when trying to copy unsized value in const propMichael Goulet-5/+11
2022-10-01Change feature name to is_some_andCameron Steffen-1/+1
2022-10-01Refactor rustc lint APIMaybe Waffle-3/+3
2022-09-29Mark ignore(illustrative) on docs in compiler/rustc_const_eval/src/interpret/...reez12g-3/+3
2022-09-26remove cfg(bootstrap)Pietro Albini-4/+1
2022-09-25Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obkfee1-dead-11/+19
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-11/+19
2022-09-23Auto merge of #102056 - b-naber:unevaluated, r=lcnrbors-13/+8
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-2/+3
2022-09-22Rollup merge of #102113 - RalfJung:opty-assert-mem, r=oli-obkMatthias Krüger-1/+1
2022-09-22introduce mir::Unevaluatedb-naber-13/+7
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-2/+42
2022-09-21OpTy: fix a method taking self rather than &selfRalf Jung-1/+1
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-22/+22
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-22/+22
2022-09-20Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwUMichael Howell-48/+39
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-1/+13
2022-09-19Rollup merge of #101985 - RalfJung:generate_stacktrace, r=oli-obkMatthias Krüger-2/+9
2022-09-19`DestructuredConst` split mir and tylcnr-2/+2
2022-09-19ctfe, `const_to_op` only for mir constantslcnr-46/+37
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-3/+1
2022-09-18interpret: expose generate_stacktrace without full InterpCxRalf Jung-2/+9
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-1/+1
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-31/+49
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-1/+13
2022-09-16do const trait method bounds check later in rustc_const_evalDeadbeef-2/+42
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14address review againb-naber-12/+15
2022-09-13Address code review commentsEric Holk-7/+6
2022-09-13rebaseb-naber-1/+1
2022-09-13fixes/working versionb-naber-23/+32
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-13/+19
2022-09-12Rename some variantsMichael Goulet-1/+1
2022-09-12Construct dyn* during const interpMichael Goulet-1/+12