summary refs log tree commit diff
path: root/src/librustc/lint/context.rs
AgeCommit message (Expand)AuthorLines
2014-10-03Update the `unused` lint group to include more lintsP1start-1/+2
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+21
2014-09-17rollup merge of #16931 : omasanori/unnecessary-path-bracketsAlex Crichton-0/+1
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-2/+2
2014-09-12auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichtonbors-1/+1
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-4/+4
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-57/+56
2014-09-12New lint : unused_extern_crate. #10385Victor Berger-1/+1
2014-09-10Add unnecessary_import_braces lint.OGINO Masanori-0/+1
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-9/+9
2014-09-05Work around inability to link lifetime of ref bindings (#16994)Piotr Czarnecki-2/+4
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-20/+82
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-3/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-2/+2
2014-08-07Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,Niko Matsakis-1/+1
2014-08-01librustc: Forbid pattern bindings after `@`s, for memory safety.Patrick Walton-2/+3
2014-07-17lint: add method to get level of a specific lint.Huon Wilson-0/+6
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-24More upstream lint changesKeegan McAllister-1/+1
2014-06-24Incorporate upstream changes to old lint codeKeegan McAllister-1/+0
2014-06-24List builtin lints one per line for better diffsKeegan McAllister-9/+24
2014-06-24Reindent function call continuations, and other style fixesKeegan McAllister-20/+19
2014-06-24Drop the ExportedItems argument from LintPass::check_crateKeegan McAllister-1/+1
2014-06-24Make the crate and its exported items available in the lint contextKeegan McAllister-3/+13
2014-06-24Rework lint attr parsing and use it in middle::deadKeegan McAllister-42/+53
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-3/+3
2014-06-24Use names in Lint structs in an ASCII-case-insensitive wayKeegan McAllister-6/+7
2014-06-24Run lint passes using the Option dance instead of RefCellsKeegan McAllister-8/+14
2014-06-24Stop using Default for initializing builtin lintsKeegan McAllister-12/+18
2014-06-24Clean up and document the public lint APIKeegan McAllister-0/+628