about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-11/+66
2024-11-30Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+145
2024-11-30Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu许杰友 Jieyou Xu (Joe)-76/+231
2024-11-30Rollup merge of #133488 - Enselic:recurse-2, r=BoxyUwU许杰友 Jieyou Xu (Joe)-0/+19
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-78/+5
2024-11-29simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is createdOrion Gonzalez-11/+66
2024-11-29Move the `crate-loading` test to use `diff` outputEsteban Küber-76/+146
2024-11-29Use rmake `diff` output in testEsteban Küber-13/+46
2024-11-29Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errorsMatthias Krüger-177/+136
2024-11-29Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdocMatthias Krüger-13/+18
2024-11-29Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=AmanieuMatthias Krüger-0/+43
2024-11-29Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgrbors-20/+160
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-11/+11
2024-11-29Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errorsMatthias Krüger-9/+49
2024-11-29Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errorsMatthias Krüger-0/+100
2024-11-29Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrumbors-6/+6
2024-11-29Remove last vestiges of `HybridBitSet`.Nicholas Nethercote-6/+6
2024-11-29Auto merge of #133608 - Zalathar:spans-revert, r=jieyouxubors-22/+22
2024-11-29Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"Zalathar-22/+22
2024-11-29Auto merge of #133409 - RalfJung:target-consistency, r=lcnrbors-2/+2
2024-11-29bless the tests and add a new oneOrion Gonzalez-9/+49
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-177/+136
2024-11-28Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlinbors-32/+48
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-11/+11
2024-11-28Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxubors-1084/+425
2024-11-28Share inline(never) generics across cratesMark Rousskov-32/+48
2024-11-29Fix target_feature handling in freg of LoongArch inline assemblyTaiki Endo-0/+145
2024-11-28Do not call `extern_crate` on current trait on crate mismatch errorsEsteban Küber-0/+52
2024-11-28Auto merge of #133468 - lcnr:uwu4, r=BoxyUwUbors-39/+355
2024-11-28Move & rename test case to match naming of #132456Julian Frimmel-0/+0
2024-11-28Add test case for the clobber optionsJulian Frimmel-0/+43
2024-11-28always create `DefId`s when lowering anon-constslcnr-3/+3
2024-11-28add testslcnr-36/+352
2024-11-28Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxuGuillaume Gomez-12/+28
2024-11-28Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-deadGuillaume Gomez-97/+97
2024-11-28Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=AmanieuGuillaume Gomez-38/+53
2024-11-28Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=AmanieuGuillaume Gomez-0/+37
2024-11-28Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=AmanieuGuillaume Gomez-0/+44
2024-11-28Rollup merge of #133358 - compiler-errors:pin-coerce, r=eholkGuillaume Gomez-4/+25
2024-11-28support revealing defined opaque post borrowcklcnr-0/+100
2024-11-28move tests into subdirlcnr-0/+0
2024-11-28Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomezbors-42/+267
2024-11-28Rollup merge of #133534 - RalfJung:cli-lint-flags, r=NadrierilGuillaume Gomez-7/+88
2024-11-28Rollup merge of #133520 - compiler-errors:structurally-resolve-mir-borrowck, ...Guillaume Gomez-0/+32
2024-11-28Rollup merge of #133519 - compiler-errors:xform-ret-wf, r=lcnrGuillaume Gomez-0/+47
2024-11-28Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnrGuillaume Gomez-17/+71
2024-11-28Rollup merge of #133368 - compiler-errors:codegen-select-unconstrained-params...Guillaume Gomez-18/+29
2024-11-28Trim extra space in 'repeated `mut`' diagnosticclubby789-12/+28
2024-11-27Rollup merge of #133521 - compiler-errors:structurally-resolve-cat-proj, r=lcnrMatthias Krüger-0/+20
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-45/+119