summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/syntax-extension-with-dll-deps.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-5/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+2
2014-08-23extern crate foobar as foo;wickerwaka-1/+1
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+22