summary refs log tree commit diff
path: root/src/test/auxiliary/lint_plugin_test.rs
AgeCommit message (Expand)AuthorLines
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-1/+1
2015-09-17Change to a multi-trait approachNick Cameron-3/+6
2015-09-17Changes to testsNick Cameron-4/+4
2015-09-03Move lints to HIRManish Goregaokar-4/+3
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-3/+1
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