summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2019-12-12Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebankYuki Okushi-1/+3
2019-12-11Apply review suggestionsGeorg Semmler-3/+2
2019-12-07Fixes typoNathan Ringo-1/+1
2019-12-06Rename to `then_some` and `then`varkor-2/+2
2019-12-06Use `to_option` in various placesvarkor-10/+3
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-0/+3
2019-12-03Apply suggestions from code reviewGeorg Semmler-2/+1
2019-12-03Fix #66295Georg Semmler-2/+6
2019-12-02syntax: Use `ast::MacArgs` for macro definitionsVadim Petrochenkov-1/+1
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-1/+1
2019-12-01rustc_lint: Remove lint `plugin_as_library`Vadim Petrochenkov-43/+2
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-5/+3
2019-11-30move AttributeTemplate to builtin_attrsMazdak Farrokhzad-2/+2
2019-11-30move Stability to rustc_featureMazdak Farrokhzad-1/+2
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-2/+3
2019-11-27Rollup merge of #66305 - elichai:2019-11-array_ffi, r=eddybTyler Mandry-5/+29
2019-11-24Store ptr_width as u32 on ConfigMark Rousskov-11/+2
2019-11-24Add FFI raw array lintElichai Turkel-5/+29
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-19/+1
2019-11-14Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centrilbors-5/+1
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-4/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-1/+1
2019-11-13Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...Robin Kruppe-69/+33
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-2/+2
2019-11-10Rollup merge of #66217 - RalfJung:diagnostic-items, r=CentrilYuki Okushi-13/+8
2019-11-09partially port invalid_value lint to diagnostic itemsRalf Jung-13/+8
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-0/+12
2019-11-07Rollup merge of #66182 - RalfJung:invalid-value, r=CentrilMazdak Farrokhzad-1/+2
2019-11-07invalid_value lint: fix help textRalf Jung-1/+2
2019-11-07Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasperMazdak Farrokhzad-0/+95
2019-11-07Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkovMazdak Farrokhzad-17/+19
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-17/+19
2019-11-07Auto merge of #66175 - JohnTitor:rollup-ihqk5vn, r=JohnTitorbors-2/+25
2019-11-07Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obkYuki Okushi-2/+25
2019-11-07Auto merge of #65750 - nnethercote:cheaper-doc-comments, r=petrochenkovbors-3/+3
2019-11-06Add future incompatibility lint for `array.into_iter()`Lukas Kalbertodt-0/+95
2019-11-06Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ...bors-33/+69
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-3/+3
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-1/+1
2019-11-06nested_impl_trait -> errorMazdak Farrokhzad-0/+2
2019-11-06duplicate_macro_exports -> errorMazdak Farrokhzad-0/+2
2019-11-06parenthesized_params_in_types_and_modules -> errorMazdak Farrokhzad-0/+2
2019-11-06safe_extern_static -> errorMazdak Farrokhzad-0/+2
2019-11-06legacy_directory_ownership -> errorMazdak Farrokhzad-0/+2
2019-11-06legacy_ctor_visibility -> errorMazdak Farrokhzad-0/+2
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-2/+2
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-4/+2
2019-11-05use American spelling for `pluralize!`Andy Russell-2/+2
2019-11-05improper ctypes: adjust lint msg for extern fnsDavid Wood-12/+25
2019-11-05improper_ctypes: `extern "C"` fnsDavid Wood-22/+45