summary refs log tree commit diff
path: root/compiler/rustc_const_eval
AgeCommit message (Expand)AuthorLines
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-15/+8
2022-10-28Auto merge of #102674 - CastilloDel:master, r=oli-obkbors-15/+14
2022-10-27Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle-15/+8
2022-10-26Auto merge of #103572 - Dylan-DPC:rollup-a8bnxrw, r=Dylan-DPCbors-33/+34
2022-10-26Rollup merge of #103546 - RalfJung:cast, r=oli-obkDylan DPC-31/+30
2022-10-26Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errorsDylan DPC-2/+4
2022-10-26Auto merge of #103284 - compiler-errors:const-sad, r=oli-obkbors-56/+16
2022-10-26Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPCbors-4/+4
2022-10-26Rollup merge of #103533 - jachris:cast-without-mut, r=oli-obkDylan DPC-4/+4
2022-10-26Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnrbors-1/+8
2022-10-25interpret: a bit of cast cleanupRalf Jung-31/+30
2022-10-25Use &self instead of &mut self for cast methodsJannis Christopher Köhl-4/+4
2022-10-25Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obkbors-4/+0
2022-10-25Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obkDylan DPC-25/+63
2022-10-25Added helper to prevent verbose printing from the `PrettyPrinter` when printi...Sarthak Singh-2/+4
2022-10-23Split phase change from `MirPass`Jakob Degen-4/+0
2022-10-23Comment why normalization is needed for debug assertionsMichael Goulet-1/+8
2022-10-23remove misc_cast and validate typesouz-a-25/+63
2022-10-23Migrate all diagnosticsNilstrieb-30/+30
2022-10-20Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3Matthias Krüger-1/+0
2022-10-20interpret: remove an incorrect assertionRalf Jung-1/+0
2022-10-20Revert "Unify tcx.constness and param env constness checks"Michael Goulet-56/+16
2022-10-18Remove allow(rustc::potential_query_instability) in rustc_const_evalCastilloDel-15/+14
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-4/+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-29Remove from compiler/ cratesreez12g-1/+0
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