rust/compiler
bors a8a33cf271 Auto merge of #99702 - SparrowLii:transtive_relation, r=oli-obk
get rid of `RefCell` in `TransitiveRelation`

This is one of the jobs in `Pending refactorings` in #48685. The parallel-compiler's work has been suspended for quite some time, but I think I can pick it up gradually. I think this PR should be a start.

Regarding the refactoring of `TransitiveRelation`, `@nikomatsakis`  has proposed [two(three?) schemes](https://github.com/rust-lang/rust/pull/48587#issuecomment-369336651). In order to satisfy both compilation efficiency and robustness, I think adding the `freeze` method may be the best solution, although it requires relatively more code changes.
2022-08-22 11:39:53 +00:00
..
2022-08-22 07:35:33 +10:00
2022-08-12 16:28:15 -04:00
2022-08-22 07:35:33 +10:00
2022-08-22 07:35:33 +10:00
2022-08-22 00:57:21 +09:00
2022-08-21 02:35:11 +00:00