]> git.lizzy.rs Git - rust.git/commit
just take `tcx` where we can
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 14 Apr 2017 19:30:06 +0000 (15:30 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 21 Apr 2017 21:26:53 +0000 (17:26 -0400)
commitc446cb086bfaf098730b310d386853adf7f5240a
tree6ebbcabc1f4f64ceca16063395e864f7fbc60d8e
parent39a58c38a0b9ac9e822a1732f073abe8ddf65cfb
just take `tcx` where we can

The more we can things dependent on just tcx, the easier it will
be to make queries etc later on.
src/librustc_trans/back/symbol_export.rs
src/librustc_trans/back/symbol_names.rs
src/librustc_trans/base.rs
src/librustc_trans/consts.rs
src/librustc_trans/partitioning.rs
src/librustc_trans/symbol_cache.rs
src/librustc_trans/symbol_map.rs
src/librustc_trans/symbol_names_test.rs
src/librustc_trans/trans_item.rs