about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval
AgeCommit message (Expand)AuthorLines
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-11/+11
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-1/+2
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-1/+1
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-2/+2
2023-02-09Avoid some `tls::with` calls.Nicholas Nethercote-1/+1
2023-02-08const_eval: `implies_by` in `rustc_const_unstable`David Wood-3/+10
2023-01-30Replace enum `==`s with `match`es where it makes senseMaybe Waffle-4/+3
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-2/+2
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-1/+2
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-1/+1
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-2/+2
2023-01-23Add comments and remove unnecessary codeBryan Garza-5/+0
2023-01-23Add back Machine::before_terminator(...) methodBryan Garza-0/+5
2023-01-23Replace terminator-based const eval limitBryan Garza-2/+2
2023-01-23Remove debugging-related codeBryan Garza-4/+0
2023-01-23Create stable metric to measure long computation in Const EvalBryan Garza-0/+4
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-4/+4
2023-01-17Stop using `BREAK` & `CONTINUE` in compilerScott McMurray-4/+4
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-17Undo questionable changesMaybe Waffle-1/+1
2023-01-17`rustc_const_eval`: remove `ref` patterns (+some pattern matching imps)Maybe Waffle-5/+5
2023-01-12attempt to make a minimal example workDeadbeef-0/+1
2022-12-15simplify alignment_check_failed a bitRalf Jung-14/+5
2022-12-15Reuse the ctfe error emitting logic for the future incompat lintOli Scherer-17/+22
2022-12-15Factor decorate closure out into a methodOli Scherer-70/+65
2022-12-15Move alignment failure error reporting to machineOli Scherer-2/+37
2022-12-15Make alignment checks a future incompat lintOli Scherer-10/+31
2022-12-15always check alignment during CTFERalf Jung-1/+1
2022-12-13Combine identical alias armsMichael Goulet-5/+3
2022-12-13Combine projection and opaque into aliasMichael Goulet-4/+4
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-3/+3
2022-12-05fix dupe word typosRageking8-1/+1
2022-11-27interpret: get rid of run() functionRalf Jung-1/+1
2022-11-20Rollup merge of #104564 - RalfJung:either, r=oli-obkMatthias Krüger-13/+16
2022-11-19Revert "don't call `align_offset` during const eval, ever"Lukas Markeffsky-90/+44
2022-11-19fix const `align_offset` implementationLukas Markeffsky-3/+6
2022-11-19replace potential ICE with graceful error (`no_core` only)Lukas Markeffsky-3/+2
2022-11-19don't call `align_offset` during const eval, everLukas Markeffsky-43/+88
2022-11-19make const `align_offset` usefulLukas Markeffsky-23/+106
2022-11-19unify inherent impls of `CompileTimeEvalContext`Lukas Markeffsky-46/+44
2022-11-18interpret: use Either over Result when it is not representing an error conditionRalf Jung-13/+16
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-9/+9
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-1/+1
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-2/+2
2022-10-28Auto merge of #102674 - CastilloDel:master, r=oli-obkbors-8/+8
2022-10-27Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle-2/+2
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-8/+8
2022-10-14more dupe word typosRageking8-1/+1