rust/compiler/rustc_const_eval/src
bors dc7a676778 Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #107034 (Migrating rustc_infer to session diagnostics (part 4))
 - #107972 (Fix unintentional UB in ui tests)
 - #108010 (Make `InferCtxt::can_eq` and `InferCtxt::can_sub` return booleans)
 - #108021 (make x look for x.py if shell script does not exist)
 - #108047 (Use `target` instead of `machine` for mir interpreter integer handling.)
 - #108049 (Don't suggest `#[doc(hidden)]` trait methods with matching return type)
 - #108066 (Better names for illegal impl trait positions)
 - #108076 (rustdoc: Use more let chain)
 - #108088 (clarify correctness of `black_box`)
 - #108094 (Demonstrate I/O in File examples)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-02-16 00:12:54 +00:00
..
const_eval Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung 2023-02-15 21:30:57 +01:00
interpret Auto merge of #108096 - matthiaskrgr:rollup-ncexzf6, r=matthiaskrgr 2023-02-16 00:12:54 +00:00
transform s/eval_usize/eval_target_usize/ for clarity 2023-02-14 08:51:19 +00:00
util Make permit_uninit/zero_init fallible 2023-02-14 22:37:30 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Make permit_uninit/zero_init fallible 2023-02-14 22:37:30 +00:00