rust/compiler/rustc_index/src
bors 7664dfe433 Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth
Rollup of 5 pull requests

Successful merges:

 - #111741 (Use `ObligationCtxt` in custom type ops)
 - #111840 (Expose more information in `get_body_with_borrowck_facts`)
 - #111876 (Roll compiler_builtins to 0.1.92)
 - #111912 (Use `Option::is_some_and` and `Result::is_ok_and` in the compiler  )
 - #111915 (libtest: Improve error when missing `-Zunstable-options`)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-05-25 00:33:43 +00:00
..
bit_set Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
bit_set.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
idx.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
interval.rs Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth 2023-05-25 00:33:43 +00:00
lib.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
slice.rs const-ify some {IndexVec, IndexSlice} methods 2023-04-24 13:53:37 +00:00
vec.rs Decorative changes to IndexVec 2023-04-24 13:53:37 +00:00