about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-05-14Use more subdiagnostics and reword the overloaded deref noteUrgau-24/+4
2025-05-14Improve `dangerous_implicit_aurorefs` diagnostic outputUrgau-19/+221
2025-05-08Use span before macro expansion in lint for-loops-over-faliblesxizheyin-16/+8
2025-05-08Add ui test for for-loops-over-faliblesxizheyin-0/+42
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-38/+2
2025-05-06Preserve generic args in suggestions for ambiguous associated itemsLeón Orell Valerian Liehr-1/+7
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-20/+20
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-25/+41
2025-05-02Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkovStuart Cook-0/+123
2025-04-30Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkovMatthias Krüger-1/+10
2025-04-30stop check paren if has different ctxbohan-0/+123
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-48/+48
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-0/+417
2025-04-26Fix error message for static references or mutable referencesyuk1ty-48/+48
2025-04-24Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obkMatthias Krüger-31/+75
2025-04-24Rollup merge of #136083 - bend-n:⃤⃤, r=lcnrMatthias Krüger-7/+7
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-7/+7
2025-04-24Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJungMatthias Krüger-2/+41
2025-04-22Don't warn about `v128` in wasm ABI transitionAlex Crichton-2/+41
2025-04-22Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-deadbors-1/+1
2025-04-20Check bare function idents for non snake-case nameUrgau-1/+10
2025-04-20Implement lint against dangerous implicit autorefsUrgau-0/+417
2025-04-20stabilize `naked_functions`Folkert de Vries-6/+4
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-0/+111
2025-04-19Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxuChris Denton-0/+111
2025-04-19Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiserChris Denton-0/+11
2025-04-19Cleaned up 4 tests in `tests/ui/issues`Spencer-0/+111
2025-04-18Remove let_chains feature gate from even more testsest31-1/+1
2025-04-17Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiserMatthias Krüger-6/+4
2025-04-17Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiserMatthias Krüger-0/+6
2025-04-17Ignore zero-sized types in wasm future-compat warningAlex Crichton-0/+6
2025-04-17tests: use `//@ ignore-auxiliary` with backlinked primary test fileJieyou Xu-6/+4
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-9/+10
2025-04-17Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxuMatthias Krüger-0/+2
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-9/+8
2025-04-16Add test for `extern` without explicit ABIObei Sideg-6/+6
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-0/+2
2025-04-13Rollup merge of #139760 - petrochenkov:noerrpat2, r=jieyouxuJacob Pratt-35/+39
2025-04-13Rollup merge of #139740 - jieyouxu:known-bug, r=nnethercoteJacob Pratt-54/+20
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-0/+15
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-35/+39
2025-04-13tests: convert `tests/ui/lint/dead-code/self-assign.rs` to known-bugJieyou Xu-54/+20
2025-04-12tests: ensure disabled tests have a reasonJieyou Xu-1/+1
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-2/+2
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-2/+2
2025-04-10tests: use specific-purpose `needs-crate-type` over `ignore-$target` directivesJieyou Xu-27/+26
2025-04-09Rollup merge of #139551 - jogru0:121672, r=oli-obkMatthias Krüger-0/+39
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-12/+12
2025-04-08report call site of inlined scopes for large assignment lintsJonathan Gruner-0/+39
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-0/+15