rust/compiler/rustc_const_eval/src/interpret
bors 8a97b4812a Auto merge of #106054 - matthiaskrgr:rollup-38epsfh, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #105567 (KCFI test: Also support LLVM 16 output)
 - #105847 (Ensure param-env is const before calling `eval_to_valtree`)
 - #105983 (Add a missing early return in drop tracking `handle_uninhabited_return`)
 - #106027 (rustdoc: simplify CSS and DOM for more-scraped-examples)
 - #106035 (Migrate search tab title color to CSS variable)
 - #106037 (Add regression test for #94293)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-12-22 20:48:33 +00:00
..
intrinsics compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
cast.rs don't restuct references just to reborrow 2022-12-18 17:04:32 +01:00
eval_context.rs Make alignment checks a future incompat lint 2022-12-15 16:07:28 +00:00
intern.rs interpret: support for per-byte provenance 2022-11-06 14:17:10 +01:00
intrinsics.rs Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor 2022-12-22 02:16:59 +00:00
machine.rs Move alignment failure error reporting to machine 2022-12-15 16:07:35 +00:00
memory.rs Move alignment failure error reporting to machine 2022-12-15 16:07:35 +00:00
mod.rs interpret: refactor projection handling code 2022-07-11 22:50:46 -04:00
operand.rs Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obk 2022-12-22 19:36:13 +01:00
operator.rs avoid .into() conversion to identical types 2022-12-18 16:20:32 +01:00
place.rs avoid .into() conversion to identical types 2022-12-18 16:20:32 +01:00
projection.rs interpret: add read_machine_[ui]size convenience methods 2022-12-12 11:10:19 +01:00
step.rs make retagging work even with 'unstable' places 2022-12-06 10:33:34 +01:00
terminator.rs Don't run Drop terminators on types that do not have drop glue in const eval 2022-12-21 16:15:56 -08:00
traits.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
util.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
validity.rs Combine identical alias arms 2022-12-13 17:48:55 +00:00
visitor.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00