about summary refs log tree commit diff
path: root/src/librustc_plugin/deprecated
AgeCommit message (Collapse)AuthorLines
2019-11-17rustc_plugin: Remove the compatibility shimVadim Petrochenkov-22/+0
2019-08-20Restore the rustc_plugin crate in the sysrootSimon Sapin-1/+1
It was accidentally removed in a rebase of https://github.com/rust-lang/rust/pull/62727 Fixes https://github.com/rust-lang/rust/issues/63729
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-0/+22
CC https://github.com/rust-lang/rust/pull/59800 https://github.com/rust-lang/rust/commit/7198687bb2df13a3298ef1e8f594753073d6b9e8 Fix https://github.com/rust-lang/rust/issues/62717