about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2024-08-18Improve `collapsible_match` error message syntaxsobolevn-1/+1
2024-08-18Auto merge of #13248 - Alexendoo:format-arg-ast-fallback, r=xFrednetbors-25/+8
2024-08-18Auto merge of #13273 - alex-semenyuk:assigning_clones_disable_for_test, r=bly...bors-1/+2
2024-08-16Fix code snippet in from_str_radix_10 docsAlex Macleod-2/+2
2024-08-16Disable assigning_clones for testsAlexey Semenyuk-1/+2
2024-08-14Auto merge of #13193 - alex-semenyuk:fix_doc_unused_io_amount, r=xFrednetbors-1/+8
2024-08-13Auto merge of #13253 - alex-semenyuk:fix_message_unnecessary_unwrap, r=llogiqbors-3/+3
2024-08-13fix indentation in docsAntoni Spaanderman-3/+3
2024-08-12Remove `HashSet`s from `Conf`Alex Macleod-12/+12
2024-08-12Replace the metadata collector with testsAlex Macleod-1098/+35
2024-08-12Auto merge of #13261 - antonilol:fix-doc-code-blocks, r=xFrednetbors-6/+8
2024-08-12Auto merge of #13255 - Jarcho:get_src_display2, r=Manishearthbors-93/+100
2024-08-12fix code blocks in doc comments inconsistently using 3 or 4 spaces of indenta...Antoni Spaanderman-6/+8
2024-08-12Auto merge of #13243 - Alexendoo:rustcversion, r=flip1995bors-19/+17
2024-08-11Remove more instances of `snippet_opt`.Jason Newcomb-92/+99
2024-08-11Clarify message for unwrap lintAlexey Semenyuk-3/+3
2024-08-10Auto merge of #13163 - GuillaumeGomez:fix-13097, r=Alexendoobors-0/+4
2024-08-10Auto merge of #13220 - y21:issue13219, r=dswijbors-2/+19
2024-08-10Remove `find_format_arg_expr` AST fallbackAlex Macleod-25/+8
2024-08-09Refactor `absolute_paths`:Jason Newcomb-42/+53
2024-08-09Rename `get_source_text` to `get_source_range`. Add new `get_source_text` whi...Jason Newcomb-1/+1
2024-08-09Replace `rustc_semver` with `rustc_session::RustcVersion`Alex Macleod-19/+17
2024-08-09Auto merge of #13211 - rzvxa:respect_allow_inconsistent_struct_constructor_on...bors-9/+14
2024-08-09use `fulfill_or_allowed` over `is_lint_allowed`.rzvxa-11/+12
2024-08-08Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2079/+2144
2024-08-08Auto merge of #13200 - Jarcho:constant_no_typeck, r=Alexendoobors-166/+161
2024-08-08Require `ConstEvalCtxt` to be constructed.Jason Newcomb-161/+156
2024-08-08Don't store `LateContext` in `ConstEvalLateContext`Jason Newcomb-5/+5
2024-08-08Auto merge of #13231 - Jarcho:no_tree_walk_in_const, r=Alexendoobors-55/+55
2024-08-07Handle or patterns in `single_match` and `single_match_else`Jason Newcomb-108/+254
2024-08-07Refactor `single_match`Jason Newcomb-42/+23
2024-08-07Replace `in_constant` with `is_in_const_context`. Use only the state in `Late...Jason Newcomb-55/+55
2024-08-06Auto merge of #12150 - ithinuel:add_misleading_use_of_ok, r=y21bors-0/+62
2024-08-06Auto merge of #13225 - Jarcho:warnings, r=flip1995bors-1/+0
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-1/+0
2024-08-06Auto merge of #13145 - xFrednet:07797-restriction-and-then-why, r=Jarchobors-161/+204
2024-08-05Auto merge of #13136 - xFrednet:07797-restriction-and-then, r=blyxyasbors-352/+371
2024-08-05Make `cargo dev deprecate` require a reasonJason Newcomb-46/+2
2024-08-05Store deprecated lints as an array of tuples.Jason Newcomb-413/+216
2024-08-05Mark some lint deprecations as renamesJason Newcomb-83/+5
2024-08-05recognize metavariables in tail expressionsy21-2/+19
2024-08-04Auto merge of #13213 - Alexendoo:multispan-sugg, r=y21bors-82/+75
2024-08-04Remove `multispan_sugg[_with_applicability]`Alex Macleod-82/+75
2024-08-03Respect allow inconsistent_struct_constructor on the type definitionrzvxa-0/+4
2024-08-03Auto merge of #13209 - Alexendoo:nonminimal-bool-limit-ops, r=y21bors-6/+4
2024-08-03Add clarification for from_iter_instead_of_collectalexey semenyuk-1/+11
2024-08-03Limit number of nonminimal_bool opsAlex Macleod-6/+4
2024-08-03Migrating restriction lints to `span_lint_and_then` (e -> i)xFrednet-91/+123
2024-08-03Migrating restriction lints to `span_lint_and_then` (a -> d)xFrednet-265/+252
2024-08-03Auto merge of #13115 - tesuji:rm-dup-peels, r=dswijbors-22/+22