about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-05-04Auto merge of #140633 - Zalathar:rollup-iay94wa, r=Zalatharbors-207/+455
2025-05-04Rollup merge of #140626 - folkertdev:naked-rustfmt-skip, r=AmanieuStuart Cook-0/+6
2025-05-04Rollup merge of #140617 - Urgau:unsafe_attr-lint-allow, r=jieyouxuStuart Cook-0/+16
2025-05-04Rollup merge of #140588 - jieyouxu:opt-error, r=petrochenkovStuart Cook-22/+37
2025-05-04Rollup merge of #140551 - mejrs:test4, r=jieyouxuStuart Cook-183/+254
2025-05-04Rollup merge of #140456 - fneddy:fix_s390x_codegen_simd_ext_ins_dyn, r=wesley...Stuart Cook-1/+15
2025-05-04Rollup merge of #140286 - xizheyin:issue-139104, r=lcnrStuart Cook-0/+105
2025-05-04Rollup merge of #139675 - sayantn:avx10, r=AmanieuStuart Cook-1/+22
2025-05-04Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnrbors-33/+16
2025-05-03allow `#[rustfmt::skip]` in combination with `#[naked]`Folkert de Vries-0/+6
2025-05-03Move some tests out of tests/uimejrs-183/+254
2025-05-03tests: add FIXME issue for `debuginfo-type-name-layout-ice-94961-2.rs`Jieyou Xu-3/+5
2025-05-03tests: justify why `want-abort-got-unwind{,2}.rs` ignore additional errorsJieyou Xu-10/+18
2025-05-03tests: explain why `two-panic-runtimes.rs` ignores target-dependent errorsJieyou Xu-5/+9
2025-05-03tests: fix a panic strategy in `cfg_false_no_std-2.rs`Jieyou Xu-4/+5
2025-05-03Just suggest positional arg and adjust issue0139104 ui testxizheyin-29/+84
2025-05-03Report the `unsafe_attr_outside_unsafe` lint at the closest nodeUrgau-0/+16
2025-05-03Rollup merge of #140576 - m-ou-se:fragile-tests, r=compiler-errorsMatthias Krüger-201/+0
2025-05-03Rollup merge of #140395 - RalfJung:target-feature-tests, r=petrochenkovMatthias Krüger-58/+128
2025-05-03Rollup merge of #138712 - petrochenkov:impasst, r=fmeaseMatthias Krüger-40/+117
2025-05-03Fix test simd/extract-insert-dyn on s390xEduard Stefes-1/+15
2025-05-03Rollup merge of #140606 - nnethercote:hir-pp, r=dtolnayMatthias Krüger-53/+79
2025-05-03Rollup merge of #140568 - moxian:reg-140545, r=compiler-errorsMatthias Krüger-0/+29
2025-05-03Rollup merge of #140548 - BoxyUwU:gci_patterns_user_ty_annotation, r=compiler...Matthias Krüger-0/+25
2025-05-03Rollup merge of #140505 - petrochenkov:expquote, r=bjorn3Matthias Krüger-0/+10
2025-05-03Avoid an indent for labelled loops.Nicholas Nethercote-2/+1
2025-05-03Fix some hir pretty-printing over-indenting.Nicholas Nethercote-31/+30
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-21/+48
2025-05-03Fix hir pretty-printing of `global_asm!`.Nicholas Nethercote-1/+2
2025-05-02Add a regression testmoxian-0/+29
2025-05-02Rollup merge of #140574 - reddevilmidzy:add-test, r=compiler-errorsMatthias Krüger-0/+31
2025-05-02Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju...Matthias Krüger-1/+0
2025-05-02Rollup merge of #140521 - RalfJung:oob-error, r=saethlinMatthias Krüger-32/+32
2025-05-02Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obkMatthias Krüger-0/+40
2025-05-02Auto merge of #140581 - Zalathar:rollup-ig2jb9v, r=Zalatharbors-109/+1248
2025-05-02linker: Quote symbol names in .def filesVadim Petrochenkov-0/+10
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-40/+117
2025-05-02Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=AmanieuStuart Cook-0/+10
2025-05-02Rollup merge of #140430 - nnethercote:hir-exhaustive, r=dtolnayStuart Cook-104/+1014
2025-05-02Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnrStuart Cook-4/+62
2025-05-02Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub...Stuart Cook-1/+21
2025-05-02Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiserStuart Cook-0/+18
2025-05-02Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkovStuart Cook-0/+123
2025-05-02add more revisions to cover more architecturesRalf Jung-21/+88
2025-05-02give the abi-relevant target feature tests better namesRalf Jung-1/+6
2025-05-02forbidden target feature tests: consolidate multiple tests in a single one wi...Ralf Jung-33/+11
2025-05-02Auto merge of #139883 - matthiaskrgr:crashesapr15, r=Mark-Simulacrumbors-0/+332
2025-05-02Remove fragile equal-pointers-unequal tests.Mara Bos-201/+0
2025-05-02Add regression test for 133065reddevilmidzy-0/+31
2025-05-02Improve coverage of HIR pretty printing.Nicholas Nethercote-104/+1014