summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-21Mark `numeric-types.rs` as 64-bit only for nowJieyou Xu-2/+5
2024-11-21Update cdb annotations for `unit-type.rs` with cdb `10.0.26100.2161`Jieyou Xu-4/+7
2024-11-21Update cdb annotations for `range-types.rs` with cdb `10.0.26100.2161`Jieyou Xu-7/+13
2024-11-21Update cdb annotations for `numeric-types` with cdb `10.0.26100.2161`Jieyou Xu-29/+32
2024-11-21Enforce that raw lifetime identifiers must be valid raw identifiersMichael Goulet-0/+52
2024-11-15Update debuginfo test for newer lldbEric Huss-3/+3
2024-11-15rustdoc-search: case-sensitive only when capitals are usedMichael Howell-0/+48
2024-11-14Reject raw lifetime followed by \' as wellMichael Goulet-0/+27
2024-11-07Also treat `impl` definition parent as transparent regarding modulesUrgau-0/+64
2024-11-05rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-14/+100
2024-11-01Add a mir-opt GVN test for #128299许杰友 Jieyou Xu (Joe)-0/+104
2024-11-01Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-42/+60
2024-11-01Add a regression test for #132353许杰友 Jieyou Xu (Joe)-0/+25
2024-10-17Also use outermost const-anon for impl items in `non_local_defs` lintUrgau-0/+20
2024-10-12Rollup merge of #131591 - matthiaskrgr:crashtests, r=jieyouxuTrevor Gross-0/+32
2024-10-12Rollup merge of #131579 - jieyouxu:ui-panic-username, r=compiler-errorsTrevor Gross-0/+1
2024-10-12Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJungTrevor Gross-6/+16
2024-10-12Stabilize `const_option`Trevor Gross-6/+16
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+41
2024-10-12Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnrMatthias Krüger-644/+570
2024-10-12Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errorsMatthias Krüger-67/+1046
2024-10-12Rollup merge of #131233 - joboet:stdout-before-main, r=tgross35Trevor Gross-0/+25
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-1/+0
2024-10-12Rollup merge of #130870 - surechen:fix_130791, r=compiler-errorsTrevor Gross-0/+28
2024-10-12std: fix stdout-before-mainjoboet-0/+25
2024-10-12add latest crash testsMatthias Krüger-0/+32
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+41
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-11Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errorsTrevor Gross-48/+0
2024-10-11Rollup merge of #131546 - surechen:fix_129833, r=jieyouxuTrevor Gross-0/+61
2024-10-11Rollup merge of #131310 - taiki-e:msp430-clobber-abi, r=AmanieuTrevor Gross-0/+36
2024-10-12Remap path refix in the panic message许杰友 Jieyou Xu (Joe)-0/+1
2024-10-12Make unused_parens's suggestion considering expr's attributessurechen-0/+61
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+42
2024-10-11Remove deprecation note in the `non_local_definitions` warningUrgau-48/+0
2024-10-11Auto merge of #131547 - matthiaskrgr:rollup-ui4p744, r=matthiaskrgrbors-4/+106
2024-10-11Don't assume traits used as type are trait objsVulnBandit-644/+570
2024-10-11Rollup merge of #131519 - davidlattimore:intrinsics-default-vis, r=UrgauMatthias Krüger-0/+16
2024-10-11Rollup merge of #131208 - mustartt:aix-call-abi, r=davidtwcoMatthias Krüger-4/+39
2024-10-11Rollup merge of #129079 - Zoxc:thinlto_imp_symbols, r=wesleywiserMatthias Krüger-0/+51
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-3060/+0
2024-10-11Rollup merge of #131498 - Urgau:transparent-const-anons, r=lcnrMatthias Krüger-3/+89
2024-10-11coverage: Include the highest counter ID seen in `.cov-map` dumpsZalathar-0/+296
2024-10-11Consider outermost const-anon in non_local_def lintUrgau-3/+89
2024-10-11Rollup merge of #131524 - Zalathar:less-thinlto-magic, r=jieyouxuStuart Cook-28/+0
2024-10-11Auto merge of #131517 - aDotInTheVoid:rdj-safe-extern-test, r=GuillaumeGomezbors-0/+17
2024-10-11compiletest: Remove the magic hacks for finding output with `lto=thin`Zalathar-28/+0
2024-10-11Use Default visibility for rustc-generated C symbol declarationsDavid Lattimore-0/+16
2024-10-10rustdoc-json: Add tests for unsafe/safe extern blocks (RFC 3484)Alona Enraght-Moony-0/+17
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-503/+509