]> git.lizzy.rs Git - rust.git/commit
rustc: Pass optional additional plugins to compile_input
authorBrian Anderson <banderson@mozilla.com>
Sun, 20 Jul 2014 04:54:37 +0000 (21:54 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 21 Jul 2014 16:54:26 +0000 (09:54 -0700)
commitc88bf10c37d32f18774cfa3ef480eb77df294565
treebddfcf7c6d583d0c491a30ef501d79664369954c
parent1c3655bed192e31bdf649ed5f4e728201ede17b2
rustc: Pass optional additional plugins to compile_input

This provides a way for clients of the rustc library to add
their own features to the pipeline.
src/librustc/driver/driver.rs
src/librustc/driver/mod.rs
src/librustc/middle/typeck/infer/test.rs
src/librustc/plugin/load.rs
src/librustdoc/core.rs
src/librustdoc/test.rs