about summary refs log tree commit diff
path: root/tests/ui-toml
AgeCommit message (Expand)AuthorLines
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-397/+1050
2025-02-15Fix `tests/ui-toml/absolute_paths/absolute_paths_2015.rs` testGuillaume Gomez-2/+18
2025-02-15Update ui-toml testsGuillaume Gomez-413/+888
2025-02-11`{expect,unwrap}_used`: add options to lint at compilation timeSamuel Tardieu-3/+69
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-56/+85
2025-02-08Two improvements to `disallowed_*` (#13669)Catherine Flores-16/+112
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-0/+239
2025-01-09Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-0/+239
2025-01-03turn rustc_box into an intrinsicRalf Jung-9/+8
2024-12-27Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...Timo-0/+239
2024-12-26Make "all fields are shorthand" requirement configurableSamuel Moelius-0/+239
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-12/+70
2024-12-19Add allow-indexing-slicing-in-tests option (#13854)llogiq-0/+35
2024-12-20Add allow-indexing-slicing-in-tests optionAlexey Semenyuk-0/+35
2024-12-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-12/+35
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-4/+0
2024-12-12Tweak multispan renderingEsteban Küber-2/+1
2024-12-03index_refutable_slice: use multipart suggestionsScott Gerring-9/+31
2024-11-22Rename `literal_string_with_formatting_arg` into `literal_string_with_formatt...Guillaume Gomez-1/+1
2024-11-22Update new failing testsGuillaume Gomez-3/+4
2024-11-15Add const parameter `REPLACEMENT_ALLOWED` to `DisallowedPath`Samuel Moelius-0/+15
2024-11-15Properly handle `disallowed_types`Samuel Moelius-0/+46
2024-11-15Support replacements in `disallowed_methods`Samuel Moelius-0/+37
2024-11-15Remove unncesssary `compile-flags` directiveSamuel Moelius-16/+14
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-1/+5
2024-11-09Fix `large_include_file` lint being triggered all the time by doc commentsGuillaume Gomez-1/+5
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-35/+1403
2024-11-07Merge pull request #13657 from jdonszelmann/disallowed-macros-to-earlyPhilipp Krones-31/+31
2024-11-05collect attribute spans early for disallowed macrosJonathan Dönszelmann-31/+31
2024-11-02Auto merge of #13376 - decryphe:source-ordering, r=llogiqbors-0/+1351
2024-10-30Extend `large_include_file` lint to also work on attributesGuillaume Gomez-4/+15
2024-10-30new lint: `source_item_ordering`decryphe-0/+1351
2024-10-27Add test case for missing_errors_doc at tests with option check-private-items...Alexey Semenyuk-0/+6
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-13/+5
2024-10-18Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-13/+5
2024-10-12Auto merge of #13444 - kpreid:fix-8524-private-rep, r=blyxyasbors-2/+2
2024-10-05Bless clippy.Camille GILLOT-1/+3
2024-10-04Fix large_stack_arrays triggering for static/constantsGnomedDev-11/+3
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-7/+8
2024-09-25Fix non-lifetime testsSamuel Moelius-7/+8
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-9/+20
2024-09-23`module_name_repetitions`: don't warn if the item is in a private module.Kevin Reid-2/+2
2024-09-22FormattingPhilipp Krones-5/+5
2024-08-26Auto merge of #13300 - kyoto7250:issue_13292, r=llogiqbors-2/+13
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-180/+384
2024-08-24Rewrite empty_line_after_doc_comments and empty_line_after_outer_attrAlex Macleod-2/+2
2024-08-25check std::panic::panic_any in panic lintkyoto7250-2/+13
2024-08-10Auto merge of #13220 - y21:issue13219, r=dswijbors-4/+27
2024-08-09Refactor `absolute_paths`:Jason Newcomb-176/+357
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-75/+153