about summary refs log tree commit diff
path: root/src/librustc_lint/lib.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-464/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-11Update comment for functionTakayuki Nakata-1/+1
2020-07-30Rename the lint againManish Goregaokar-3/+3
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-3/+3
2020-07-29Register renamed lintManish Goregaokar-0/+1
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-2/+2
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-07-09Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakisManish Goregaokar-1/+1
2020-07-09Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G...bors-2/+2
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-2/+2
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-07-02rustc_lint: avoid using TypeckTables::empty for LateContext.Eduard-Mihai Burtescu-0/+1
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-1/+1
2020-06-24lints: add `improper_ctypes_definitions`David Wood-1/+2
2020-06-20Add ClashingExternDecl lint.jumbatm-0/+2
2020-05-28rustc_lint: Remove `unused_crate_dependencies` from the `unused` groupVadim Petrochenkov-1/+0
2020-05-25Implement warning for unused dependencies.Jeremy Fitzhardinge-0/+1
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-0/+1
2020-05-01doc: misc rustdoc thingsTshepang Lekhonkhobe-3/+3
2020-04-27Accept `LocalDefId` as key for `lint_mod` querymarmeladema-7/+3
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-1/+5
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-1/+3
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-0/+1
2020-04-01Rollup merge of #70081 - lcnr:issue68387, r=varkorDylan DPC-0/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-4/+4
2020-03-27add `unused_braces`, lint anon_constBastian Kauschke-0/+2
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-2/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-23Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkovbors-1/+2
2020-02-18better lint namesRalf Jung-0/+1
2020-02-15rustc_lint: Move `unused_doc_comments` from pre-expansion to early lintsVadim Petrochenkov-1/+2
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+0
2020-02-09Make issue references consistentMatthias Prechtl-19/+38
2020-02-07Remove unused feature gate from librustc_lintbjorn3-1/+0
2020-01-12Expose `context::CheckLintNameResult`Yuki Okushi-1/+1
2020-01-11lints: move a commentMazdak Farrokhzad-5/+21
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-15/+17
2020-01-11{rustc::lint -> rustc_lint}::internalMazdak Farrokhzad-1/+2
2020-01-11GlobalCtxt: Erase `LintStore` type.Mazdak Farrokhzad-0/+1
2020-01-11prepare moving HardwiredLints to rustc_sessionMazdak Farrokhzad-1/+2
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2
2020-01-01Move lint levels machanism in librustc_lint.Camille GILLOT-0/+2
2020-01-01Move late lint machanism in librustc_lint.Camille GILLOT-1/+3
2020-01-01Move early lint machanism in librustc_lint.Camille GILLOT-0/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-27Stabilize the `matches!` macroSimon Sapin-1/+0
2019-12-22Format the worldMark Rousskov-200/+230
2019-12-07Fixes typoNathan Ringo-1/+1