Files
rust/src/librustc_codegen_ssa
Mazdak Farrokhzad 56c0bea390 Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb
Cleanup BodyCache

After this PR:

- `BodyCache` is renamed to `BodyAndCache`
- `ReadOnlyBodyCache` is renamed to `ReadOnlyBodyAndCache`
- `ReadOnlyBodyAndCache::body` fn is removed and all calls to it are replaced by a deref (possible due to fix of its `Deref` imp in #65947)

cc @eddyb @oli-obk
2019-12-08 03:39:45 +01:00
..
2019-12-06 12:24:54 +00:00
2019-09-25 15:50:04 +01:00
2019-12-06 12:24:54 +00:00
2019-09-26 18:21:48 +01:00
2019-10-24 13:32:54 -05:00