rust/compiler/rustc_data_structures/src/obligation_forest
The 8472 7cce618d18 Fast path that skips over unchanged obligations in process_obligations
- only borrow the refcell once per loop
- avoid complex matches to reduce branch paths in the hot loop
- use a by-ref fast path that avoids mutations at the expense of having false negatives
2023-03-17 19:56:03 +01:00
..
graphviz.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
mod.rs Fast path that skips over unchanged obligations in process_obligations 2023-03-17 19:56:03 +01:00
tests.rs Make cycle errors recoverable 2022-09-19 22:14:40 -05:00