about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-10Rollup merge of #134103 - compiler-errors:never-pat-range, r=oli-obkLeón Orell Valerian Liehr-0/+27
2024-12-10Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errorsLeón Orell Valerian Liehr-186/+1065
2024-12-10Rollup merge of #134042 - sayantn:power8-crypto, r=jieyouxuLeón Orell Valerian Liehr-0/+1
2024-12-10Rollup merge of #133583 - tbu-:pr_fix_typo2, r=compiler-errorsLeón Orell Valerian Liehr-2/+2
2024-12-10Fix type (exit → exist)Tobias Bucher-2/+2
2024-12-10Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmeasebors-4/+118
2024-12-10Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxuLeón Orell Valerian Liehr-0/+14
2024-12-10Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errorsLeón Orell Valerian Liehr-0/+69
2024-12-10Rollup merge of #133980 - xingxue-ibm:ln-option-aix, r=jieyouxuLeón Orell Valerian Liehr-1/+11
2024-12-10Rollup merge of #133970 - xingxue-ibm:sigaction, r=nnethercoteLeón Orell Valerian Liehr-3/+24
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-174/+23
2024-12-10Rollup merge of #133946 - Zalathar:ready-first, r=oli-obkLeón Orell Valerian Liehr-1076/+783
2024-12-10Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp...León Orell Valerian Liehr-1/+69
2024-12-10Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmeasebors-102/+145
2024-12-10Don't ICE when encountering never in patternMichael Goulet-0/+27
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-186/+1065
2024-12-10Auto merge of #129514 - estebank:default-field-values, r=compiler-errorsbors-184/+860
2024-12-09Rollup merge of #134073 - DianQK:fix-131227, r=oli-obkLeón Orell Valerian Liehr-16/+19
2024-12-09Rollup merge of #134053 - notriddle:notriddle/issue-d, r=GuillaumeGomezLeón Orell Valerian Liehr-86/+95
2024-12-09Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxuLeón Orell Valerian Liehr-0/+31
2024-12-09Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxuLeón Orell Valerian Liehr-0/+0
2024-12-09Support x-crate default fieldsEsteban Küber-0/+11
2024-12-09Unconditionally error at definition if default field value has const errorsEsteban Küber-41/+10
2024-12-09Disallow `#[default] Variant {}` regardless of feature flagEsteban Küber-8/+22
2024-12-09review comments: rewordingsEsteban Küber-44/+44
2024-12-09Provide diagnostic for `Struct(a, .., z)` expressionEsteban Küber-8/+92
2024-12-09Detect `struct S(ty = val);`Esteban Küber-2/+10
2024-12-09Introduce `default_field_values` featureEsteban Küber-168/+758
2024-12-09Add test to check unicode identifier versionEric Huss-0/+31
2024-12-09fix ICE on type error in promotedRalf Jung-174/+23
2024-12-09dataflow_const_prop: do not eval a ptr address in SwitchIntDianQK-16/+19
2024-12-09Add regression test for #134060许杰友 Jieyou Xu (Joe)-0/+27
2024-12-09Revert #131669 due to ICEs许杰友 Jieyou Xu (Joe)-127/+114
2024-12-08rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-80/+80
2024-12-08Add URL to test casesMichael Howell-0/+9
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-49/+37
2024-12-09Rollup merge of #134046 - lqd:new-solver-hangs, r=compiler-errorsMatthias Krüger-19/+12
2024-12-09Rollup merge of #134036 - matthiaskrgr:opppt, r=saethlinMatthias Krüger-7/+7
2024-12-09Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillotMatthias Krüger-23/+18
2024-12-08bless test expectationsRémy Rakic-11/+11
2024-12-08mark previously hanging tests as good to goRémy Rakic-8/+1
2024-12-09Add the `power8-crypto` target featureSayantan Chakraborty-0/+1
2024-12-08Rollup merge of #134024 - jieyouxu:ui-cleanup-2, r=NadrierilMatthias Krüger-63/+176
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-25/+210
2024-12-08crash tests: use individual mir opts instead of mir-opt-level where easily po...Matthias Krüger-7/+7
2024-12-08Rollup merge of #133992 - compiler-errors:walk-fully, r=jieyouxuMatthias Krüger-5/+91
2024-12-08Rollup merge of #133767 - estebank:multiple-dep-version-tests, r=NadrierilMatthias Krüger-55/+164
2024-12-08Rollup merge of #133104 - matthiaskrgr:crashtest_debugass_131451.rs, r=saethlinMatthias Krüger-0/+9
2024-12-08Rollup merge of #131669 - niacdoial:linting-ptrdyn-ffi, r=workingjubileeMatthias Krüger-114/+127
2024-12-08crashes: add test for #131451Matthias Krüger-0/+9