rust/src/librustc_resolve
Alex Crichton 43ae380191 rustc: Flag some CrateStore methods as "untracked"
The main use of `CrateStore` *before* the `TyCtxt` is created is during
resolution, but we want to be sure that any methods used before resolution are
not used after the `TyCtxt` is created. This commit starts moving the methods
used by resolve to all be named `{name}_untracked` where the rest of the
compiler uses just `{name}` as a query.

During this transition a number of new queries were added to account for
post-resolve usage of these methods.
2017-09-05 07:37:39 -07:00
..
build_reduced_graph.rs rustc: Flag some CrateStore methods as "untracked" 2017-09-05 07:37:39 -07:00
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
check_unused.rs Address review comments, second turn 2017-08-27 19:02:24 +09:00
diagnostics.rs Remove more anonymous trait method parameters 2017-07-08 01:56:27 +03:00
lib.rs Make fields of Span private 2017-08-30 01:38:54 +03:00
macros.rs rustc: Flag some CrateStore methods as "untracked" 2017-09-05 07:37:39 -07:00
resolve_imports.rs rustc: Flag some CrateStore methods as "untracked" 2017-09-05 07:37:39 -07:00