]> git.lizzy.rs Git - rust.git/commit
Collect tcx arenas into a single struct.
authorHuon Wilson <dbau.pp+github@gmail.com>
Fri, 5 Dec 2014 00:25:29 +0000 (16:25 -0800)
committerHuon Wilson <dbau.pp+github@gmail.com>
Mon, 29 Dec 2014 12:55:24 +0000 (23:55 +1100)
commitadd6bb2f2dc764865ee3ea4c2713d7655f2e72db
treeeacd49540bcfc88106da88dac64ac63588a2f04a
parentce3c9491156f5f475bcfcfc1ec2e2352fa4a6567
Collect tcx arenas into a single struct.

This allows expanding how many arenas exist without users having to
care, since they are all created with CtxtArena::new().
src/librustc/middle/ty.rs
src/librustc_driver/driver.rs
src/librustc_driver/pretty.rs
src/librustc_driver/test.rs
src/librustdoc/core.rs