rust/src/librustc_interface
Nicholas Nethercote 2521189438 Add a comment to Compiler::compile().
`Compiler::compile()` is different to all the other `Compiler` methods
because it lacks a `Queries` entry. It only has one call site, which is
in a test that doesn't need its specific characteristics.

This patch replaces that call with a call to `Compile::link()`, which is
similar enough for the test's purposes. It also notes that the method is
an illustrative example of how `Compiler` can be used.
2019-09-19 06:56:52 +10:00
..
profile Remove redundant imports 2019-03-30 22:37:02 +01:00
Cargo.toml Deprecate using rustc_plugin without the rustc_driver dylib. 2019-08-20 00:21:32 +02:00
interface.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
passes.rs Move call site of dep_graph_future(). 2019-09-11 10:59:05 +10:00
proc_macro_decls.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
queries.rs Add a comment to Compiler::compile(). 2019-09-19 06:56:52 +10:00
util.rs Fix cfg(parallel_compiler) mode 2019-07-28 18:47:03 +03:00