rust/compiler/rustc_infer/src
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
..
errors Migrate diagnostic 2023-03-03 05:02:34 +00:00
infer Fast path that skips over unchanged obligations in process_obligations 2023-03-17 19:56:03 +01:00
traits Move some solver stuff to middle 2023-03-10 23:46:38 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00