about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-01Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnrbors-170/+53
2024-11-30Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJungbors-1/+45
2024-11-30Rollup merge of #133667 - sunwxg:xiaoguang/remove-unused-code, r=clubby789Ralf Jung-1/+0
2024-11-30Rollup merge of #131698 - the8472:remove-set-discriminant-hack, r=RalfJungRalf Jung-0/+45
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-340/+641
2024-11-30Move refinement check out of compare_impl_itemMichael Goulet-0/+26
2024-11-30Make compare_impl_item into a queryMichael Goulet-170/+27
2024-11-30add tests for niches in pointersThe 8472-0/+45
2024-11-30Remove unused codeXiaoguang Wang-1/+0
2024-11-30Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung许杰友 Jieyou Xu (Joe)-1/+1
2024-11-30Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu许杰友 Jieyou Xu (Joe)-339/+640
2024-11-30Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors许杰友 Jieyou Xu (Joe)-3/+38
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-29Doc comment custom MIR debuginfo.Camille GILLOT-3/+38
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-29Support floats in input/output in vector registers of PowerPC inline assemblyTaiki Endo-9/+75
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-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-339/+574
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