]> git.lizzy.rs Git - rust.git/commit
trans: Remove tracking of translation item state.
authorMichael Woerister <michaelwoerister@posteo.net>
Thu, 16 Jun 2016 22:56:14 +0000 (18:56 -0400)
committerMichael Woerister <michaelwoerister@posteo.net>
Fri, 8 Jul 2016 14:42:48 +0000 (10:42 -0400)
commitac80d4117562aa070717fb2ebbbc069be712d906
tree96dea662d0c661073a14ab6fe243d75b9b5f34c4
parentb149b9d19bb4dfbda4145b2667d87168da1e57d6
trans: Remove tracking of translation item state.

The data tracked here was meant to compare the output of the
translation item collector to the set of translation items found
by the on-demand translator.
src/librustc_trans/base.rs
src/librustc_trans/collector.rs
src/librustc_trans/consts.rs
src/librustc_trans/context.rs
src/librustc_trans/glue.rs
src/librustc_trans/monomorphize.rs