about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-19Rollup merge of #137251 - Zalathar:holes-visitor, r=jieyouxuMatthias Krüger-17/+88
2025-02-19Rollup merge of #137232 - estebank:from-residual-note, r=petrochenkovMatthias Krüger-6/+4
2025-02-19Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35Matthias Krüger-15/+49
2025-02-19Tweak "expected ident" parse error to avoid talking about doc commentsEsteban Küber-0/+29
2025-02-19Also use gep inbounds nuw for index projectionsNikita Popov-2/+2
2025-02-19Emit getelementptr inbounds nuw for pointer::add()Nikita Popov-5/+5
2025-02-19don't get trapped inside of expansions when trimming labelsdianne-6/+3
2025-02-19add a failing testdianne-1/+34
2025-02-19Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errorsbors-61/+154
2025-02-19x86_win64 ABI: do not use xmm0 with softfloat ABIRalf Jung-15/+49
2025-02-19Auto merge of #137248 - matthiaskrgr:rollup-s18zjau, r=matthiaskrgrbors-71/+87
2025-02-19Restrict bevy hackMichael Goulet-0/+2
2025-02-19coverage: Add some more cases to `tests/coverage/holes.rs`Zalathar-17/+88
2025-02-18"classic2021" ruleset: experimentally add fallback-to-outer (eat both)dianne-116/+54
2025-02-18add mixed-edition testsdianne-0/+486
2025-02-18"structural2021" ruleset: add fallback-to-outer (eat both) deref ruledianne-173/+114
2025-02-18"classic2021" and "structural2021" rulesets: add eat-inherited-ref-alone dere...dianne-514/+163
2025-02-18remove old edition-2021-specific testsdianne-187/+0
2025-02-18add test revisions for old-edition behavior of feature gatesdianne-322/+1783
2025-02-19Auto merge of #135408 - RalfJung:x86-sse2, r=workingjubileebors-104/+188
2025-02-19Add custom sort for link in rustdocyukang-0/+33
2025-02-19Rollup merge of #137242 - ehuss:reference-do_not_recommend, r=compiler-errorsMatthias Krüger-50/+59
2025-02-19Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwcoMatthias Krüger-16/+16
2025-02-19Rollup merge of #136936 - xingxue-ibm:sigpipe-test, r=workingjubileeMatthias Krüger-5/+12
2025-02-18Pre-commit unpretty HIR testUrgau-0/+51
2025-02-18Update `.` -> `::` tests for new diff suggestion format.Zachary S-46/+64
2025-02-18Lint `#[must_use]` attributes applied to methods in trait implsSamuel Tardieu-15/+26
2025-02-18When giving a suggestion to use :: instead of . where the rhs is a macro givi...Zachary S-3/+136
2025-02-18Suggest using :: instead of . for enums in some cases.Zachary S-0/+283
2025-02-18Suggest using :: instead of . in more cases.Zachary S-9/+62
2025-02-18Add reference annotations for the `do_not_recommend` attributeEric Huss-50/+59
2025-02-18Rollup merge of #137218 - lukas-code:layout_of_cleanup, r=compiler-errorsMatthias Krüger-1/+81
2025-02-18Rollup merge of #137203 - nnethercote:improve-MIR-modification, r=compiler-er...Matthias Krüger-0/+8
2025-02-18Rollup merge of #137161 - dianne:pat-migration-bookkeeping-for-macros, r=Nadr...Matthias Krüger-1/+36
2025-02-18Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnrMatthias Krüger-25/+65
2025-02-18Rollup merge of #135711 - estebank:issue-135649, r=davidtwcoMatthias Krüger-0/+29
2025-02-18Don't mention `FromResidual` on bad `?`Esteban Küber-6/+4
2025-02-18Use `yes` except target_os = "nto".Xing Xue-5/+12
2025-02-18x86-sse2 ABI: use SSE registers for floats and SIMDRalf Jung-104/+188
2025-02-18clean up layout error diagnosticsLukas Markeffsky-2/+2
2025-02-18document and test all `LayoutError` variantsLukas Markeffsky-1/+81
2025-02-18Auto merge of #133852 - x17jiri:cold_path, r=saethlinbors-0/+123
2025-02-18Use `MirPatch` in `EnumSizeOpt`.Nicholas Nethercote-0/+8
2025-02-17Update some comparison tests now that they pass in LLVM20Scott McMurray-21/+78
2025-02-17Deeply normalize associated type bounds before proving themMichael Goulet-25/+65
2025-02-17suggest swapping equality on e0277makai410-0/+35
2025-02-17Update tests for dropck normalization errorsMatthew Jasper-61/+154
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-167/+167
2025-02-17improve cold_path()Jiri Bobek-0/+123
2025-02-17Rollup merge of #137145 - RalfJung:minicore, r=jieyouxuMatthias Krüger-164/+154