about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-11Clarify why a type is rejected for asm!Oli Scherer-5/+10
2024-12-11Evaluate constants in SIMD vec lengths before rejecting themOli Scherer-11/+1
2024-12-11Auto merge of #134177 - matthiaskrgr:rollup-hgp8q60, r=matthiaskrgrbors-4/+2
2024-12-11Rollup merge of #134163 - Zalathar:covfun, r=SparrowLii,jieyouxuMatthias Krüger-4/+2
2024-12-11Add regression testsOli Scherer-0/+62
2024-12-11Don't emit "field expressions may not have generic arguments" if it's a metho...Orion Gonzalez-14/+7
2024-12-11Arbitrary self types v2: generics test.Adrian Taylor-0/+98
2024-12-11Arbitrary self types v2: detect shadowing problems.Adrian Taylor-0/+546
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-50/+601
2024-12-11coverage: Adjust a codegen test to ignore the order of covmap/covfun globalsZalathar-4/+2
2024-12-11Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxuJacob Pratt-1/+28
2024-12-11Rollup merge of #134136 - estebank:const-trait-default-field-test, r=jieyouxuJacob Pratt-13/+39
2024-12-11Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiserJacob Pratt-0/+22
2024-12-10Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures...Michael Goulet-1/+28
2024-12-10make naked function generics test stricterFolkert de Vries-4/+5
2024-12-10fix the `naked-asan` testFolkert de Vries-5/+2
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-85/+317
2024-12-10Further document default field testEsteban Küber-7/+12
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-10Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ...Esteban Küber-10/+3
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-27/+4
2024-12-10Add test for resolve errors caused by mod with parse errorsEsteban Küber-0/+60
2024-12-10Excercise const trait interaction with default fieldsEsteban Küber-9/+30
2024-12-10Don't check RPITITs that are Self:Sized for PointerLikeMichael Goulet-0/+13
2024-12-10Implement projection and shim for AFIDTMichael Goulet-0/+160
2024-12-10Add feature gate, not working yetMichael Goulet-0/+62
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-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-102/+102
2024-12-10Try to evaluate constants in legacy manglingOli Scherer-9/+9
2024-12-10Add a test for mangling of named constants in const generics and array lengthOli Scherer-3/+68
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-10Adjust `as-precedence.rs`许杰友 Jieyou Xu (Joe)-10/+18
2024-12-10Adjust `artificial-block.rs`Jieyou Xu-5/+30
2024-12-10Adjust `anonymous-higher-ranked-lifetime.rs`Jieyou Xu-22/+28
2024-12-10Adjust `allow-non-lint-warnings.rs`Jieyou Xu-8/+35
2024-12-10Adjust `alias-uninit-value.rs`Jieyou Xu-19/+26
2024-12-10Validate self in host predicates correctlyMichael Goulet-0/+22
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