summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/src/builtin.rs
AgeCommit message (Expand)AuthorLines
2022-06-02fix lint doctestsRalf Jung-2/+1
2022-06-02make cenum_impl_drop_cast deny-by-default and show up as future breakage diag...Ralf Jung-1/+2
2022-05-23Fix typoest31-1/+1
2022-05-14Allow the unused_macro_rules lint for nowest31-1/+2
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-0/+44
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-6/+5
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-1/+2
2022-05-04Add unused_macro_rules lint definitionest31-0/+44
2022-05-02fix most compiler/ doctestsElliot Roberts-1/+2
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-35/+0
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+1
2022-04-14Update error code docsJacob Pratt-1/+1
2022-04-14Error on `#[rustc_deprecated]`Jacob Pratt-5/+4
2022-04-14make unaligned_references lint deny-by-defaultRalf Jung-3/+1
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-16/+72
2022-04-08WIP PROOF-OF-CONCEPT: Make the compiler complain about all int<->ptr casts.Aria Beingessner-0/+36
2022-03-30Spellchecking compiler commentsYuri Astrakhan-3/+3
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-0/+23
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-03-08Fix docs, fix incorrect lint source in noteDavid Koloski-1/+1
2022-03-08Fill out documentation for new lintDavid Koloski-2/+15
2022-03-08Switch the primary diagnostic to `unknown_lints`David Koloski-0/+1
2022-03-08Treat unstable lints as unknownDavid Koloski-0/+9
2022-03-05Change to lintJack Huey-0/+34
2022-03-02Added `unfulfilled_lint_expectations` lint for (RFC-2383)xFrednet-0/+34
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+38
2022-02-01implement lint for suspicious auto trait implslcnr-0/+35
2022-02-01update `FutureIncompatibilityReason`lcnr-0/+8
2022-01-28Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-seMatthias Krüger-0/+4
2022-01-21Reject unsupported naked functionsTomasz Miąsko-47/+0
2022-01-19Add links to the reference and rust by example for asm! docs and lintsAmanieu d'Antras-0/+4
2022-01-13Fix lints documentshafeoz-5/+37
2021-12-16Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkovMatthias Krüger-0/+30
2021-12-15Add a lint for duplicated attributes.Ethiraric-0/+30
2021-12-14Disable asm lint example tests since they only work on x86_64Amanieu d'Antras-2/+2
2021-12-14Fix lint examples on non-x86_64Amanieu d'Antras-0/+2
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-37/+9
2021-12-07Future compatibility warning on cfg_attr on crate_type and crate_namebjorn3-0/+36
2021-11-05Properly register text_direction_codepoint_in_comment lint.Hans Kratz-0/+1
2021-11-01Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgrbors-1/+3
2021-10-31Feature gate and make must_not_suspend allow-by-defaultGus Wynn-1/+3
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-0/+28
2021-10-18Make all proc-macro back-compat lints deny-by-defaultAaron Hill-2/+2
2021-10-08Add feature gate to non_exhaustive_omitted_patterns lintDevin Ragotzy-0/+4
2021-10-07Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakisGuillaume Gomez-0/+46
2021-10-04Make `proc_macro_derive_resolution_fallback` a future-breakage lintAaron Hill-0/+1
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-0/+46
2021-09-22Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obkbors-0/+39
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-2/+4