summary refs log tree commit diff
path: root/src/librustc/lint/mod.rs
AgeCommit message (Expand)AuthorLines
2018-03-24Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION.kennytm-7/+13
2018-03-20rename epoch to editionKurtis Nusbaum-10/+10
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-0/+6
2018-03-08Note the future epoch for epoch lintsManish Goregaokar-1/+6
2018-03-08Move epochs to libsyntaxManish Goregaokar-2/+3
2018-03-02Run Rustfix on librustcManish Goregaokar-2/+2
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-3/+3
2018-02-27Lint passes: add check_where_predicate and check_poly_trait_refRalf Jung-0/+6
2018-02-23Add ability for hardwired lints to operate on the diagnostic builderManish Goregaokar-1/+4
2018-02-23Allow future-incompat lints to mention an epochManish Goregaokar-4/+25
2018-01-16Allow a trailing comma in lint_array; fix #47428Mark Mansi-6/+7
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-2/+2
2017-12-09one-time diagnostics: span_suggestion, generalize methods for non-lintsZack M. Davis-6/+7
2017-12-02Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-2/+0
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-1/+0
2017-11-29Update bootstrap compilerAlex Crichton-2/+0
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-0/+1
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-2/+2
2017-11-02Report lint names in json diagnosticsOliver Schneider-0/+2
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-20/+7
2017-09-18incr.comp.: Compute hashes of all query results.Michael Woerister-0/+17
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-9/+227
2017-07-05use field init shorthand in src/librustcZack M. Davis-1/+1
2017-03-10Allow lints to check Bodys directlyOliver Schneider-0/+2
2017-02-04note lint group set on command line triggering individual lintZack M. Davis-1/+2
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-1/+1
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-2/+2
2017-02-02introduce `LintTable`Niko Matsakis-0/+3
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-2/+2
2016-12-07remove useless lifetime outlives boundsOliver Schneider-95/+74
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-40/+93
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-1/+0
2016-11-10rustc: use an Expr instead of a Block for function bodies.Eduard Burtescu-2/+2
2016-11-10syntax: don't fake a block around closures' bodies during parsing.Eduard Burtescu-2/+2
2016-11-01improve early lint to use multispan from diagnosticNiko Matsakis-1/+1
2016-11-01compare-method lintNiko Matsakis-1/+1
2016-11-01introduce EarlyLint typeNiko Matsakis-1/+1
2016-10-27Add possibility of deprecating attributesNick Cameron-1/+0
2016-08-23Use idiomatic names for string-related methods names.Corey Farwell-1/+1
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-1/+1
2016-07-10Move variant_size_differences out of transJonas Schievink-1/+1
2016-06-26Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddybJeffrey Seyfried-1/+0
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-17Fix falloutJeffrey Seyfried-1/+0
2016-05-25Remove ExplicitSelf from ASTVadim Petrochenkov-2/+0
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-2/+2
2016-02-27more check_*_post methods for LintPassesllogiq-0/+12
2016-02-11add item_post methodsllogiq-0/+2
2016-02-11Add _post methods for blocks and cratesllogiq-0/+4
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-1/+1