summary refs log tree commit diff
path: root/src/test/auxiliary/lint_group_plugin_test.rs
AgeCommit message (Expand)AuthorLines
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-1/+1
2015-09-17Change to a multi-trait approachNick Cameron-3/+5
2015-09-17Changes to testsNick Cameron-1/+1
2015-09-03Move lints to HIRManish Goregaokar-3/+3
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-6/+4
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-2/+2
2015-02-06librustdoc has been updatedGuillaumeGomez-2/+2
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-4/+2
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-0/+53