rust/library/core
bors 9358d09a55 Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r=oli-obk,RalfJung
Make `const_eval_select` a real intrinsic

This fixes issues where `track_caller` functions do not have nice panic
messages anymore when there is a call to the function, and uses the
MIR system to replace the call instead of dispatching via lang items.

Fixes #100696.
2022-09-05 01:35:01 +00:00
..
benches Rename integer log* methods to ilog* 2022-08-09 10:20:49 -07:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r=oli-obk,RalfJung 2022-09-05 01:35:01 +00:00
tests Rollup merge of #99583 - shepmaster:provider-plus-plus, r=yaahc 2022-09-02 11:34:46 +02:00
Cargo.toml Avoid use of `rand::thread_rng` in stdlib benchmarks 2022-05-02 00:08:21 -07:00