about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-69/+131
2025-06-16middle: print `{Meta,Pointee}Sized` in opaquesDavid Wood-0/+119
2025-06-16trait_sel: print `{Meta,Pointee}Sized` impl headersDavid Wood-0/+206
2025-06-16aux: add `{Meta,Pointee}Sized` bounds to minicoreDavid Wood-40/+40
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-65/+475
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-172/+616
2025-06-16Revert overeager warning for misuse of `--print native-static-libs`Jubilee Young-19/+0
2025-06-16Handle same-crate macro for borrowck semicolon suggestionUrgau-116/+64
2025-06-16Rollup merge of #142565 - bjorn3:wasm32_unknown_naked_asm_test, r=RalfJungJakub Beránek-3/+6
2025-06-16Rollup merge of #142414 - folkertdev:ignore-nostd-tests, r=jieyouxuJakub Beránek-21/+184
2025-06-16Rollup merge of #142341 - xizheyin:142311, r=fee1-deadJakub Beránek-0/+77
2025-06-16Rollup merge of #139340 - beetrees:riscv-float-struct-abi, r=workingjubileeJakub Beránek-0/+265
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-24/+31
2025-06-16Make sure to propagate result from visit_expr_fieldsMichael Goulet-1/+20
2025-06-17Add support for repetition to `proc_macro::quote`Tomoaki Kobayashi-59/+192
2025-06-16Dont suggest converting `///` to regular comment when it appears after missin...xizheyin-0/+77
2025-06-16aux: add `{Meta,Pointee}Sized` to minicoreDavid Wood-2/+15
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `?Sized` typesDavid Wood-46/+692
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+114
2025-06-16Reason about borrowed classes in CopyProp.Camille GILLOT-4/+3
2025-06-16Add test.Camille GILLOT-0/+76
2025-06-16Bless unicode testMark Rousskov-1/+1
2025-06-16Add union with default field values case testJieyou Xu-8/+14
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-0/+265
2025-06-16Test naked asm for wasm32-unknown-unknownbjorn3-3/+6
2025-06-16Fix test descriptionNotLebedev-2/+2
2025-06-16Add test for `AdtDef::discriminant_for_variant` polymorphic over parameterNotLebedev-0/+29
2025-06-16Add test for `AdtDef::discriminant_for_variant`NotLebedev-0/+154
2025-06-15Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmeaseLeón Orell Valerian Liehr-0/+159
2025-06-15Rollup merge of #142481 - heiher:loong-asm-f16, r=AmanieuLeón Orell Valerian Liehr-1/+25
2025-06-15Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3León Orell Valerian Liehr-3/+1121
2025-06-15Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r...León Orell Valerian Liehr-4/+357
2025-06-15Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis...León Orell Valerian Liehr-0/+645
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-9/+8
2025-06-15Rollup merge of #134661 - dtolnay:prefixattr, r=fmeaseLeón Orell Valerian Liehr-4/+43
2025-06-15Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichtonLeón Orell Valerian Liehr-171/+0
2025-06-15Only traverse reachable blocks in JumpThreading.Camille GILLOT-1/+12
2025-06-15Suggest adding semicolon in user code rather than macro impl detailsUrgau-0/+159
2025-06-15Un-remap `rustc-dev` component pathsUrgau-0/+63
2025-06-15Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obkbors-12/+12
2025-06-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-184/+528
2025-06-15Move `tests/ui/async-await/pin-ergonomics` to `tests/ui`Frank King-0/+0
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-10/+396
2025-06-15Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`sayantn-25/+138
2025-06-14Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-place...bors-3/+107
2025-06-14Remove all support for wasm's legacy ABIbjorn3-171/+0
2025-06-14Rollup merge of #142477 - JonathanBrouwer:associated-type-suggestion, r=Waffl...Matthias Krüger-0/+59
2025-06-14Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubileeMatthias Krüger-29/+27
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-541/+405
2025-06-14Rollup merge of #141399 - GuillaumeGomez:extracted-doctest, r=aDotInTheVoidMatthias Krüger-1/+13