summary refs log tree commit diff
path: root/src/test/auxiliary/lint_plugin_test.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-06librustdoc has been updatedGuillaumeGomez-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+1
2014-06-24Test lint pluginsKeegan McAllister-0/+47