about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-10-31Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errorsJubilee-6/+3
2024-10-31Rollup merge of #132209 - compiler-errors:modifiers, r=fmeaseJubilee-38/+84
2024-10-31Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwcoJubilee-3/+3
2024-10-31Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill...bors-0/+25
2024-10-31tests: use minicore in `tests/ui/abi/compatibility.rs` as an example许杰友 Jieyou Xu (Joe)-55/+14
2024-10-31tests/ui: add `minicore` compiletest self-test许杰友 Jieyou Xu (Joe)-0/+20
2024-10-31Update tests.Mara Bos-6/+3
2024-10-31Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgrbors-34/+68
2024-10-31Add a regression test for #132353许杰友 Jieyou Xu (Joe)-0/+25
2024-10-31Rollup merge of #132376 - ehuss:reference-input, r=traviscrossMatthias Krüger-33/+55
2024-10-31Rollup merge of #132366 - compiler-errors:do-not-const-check, r=fee1-deadMatthias Krüger-1/+13
2024-10-31Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebankbors-0/+521
2024-10-31Try to point out when edition 2024 lifetime capture rules cause borrowck issuesMichael Goulet-0/+521
2024-10-31Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgrbors-0/+13
2024-10-31Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmeaseMatthias Krüger-0/+13
2024-10-31Validate associated type bounds on ?Michael Goulet-0/+33
2024-10-30Annotate `input` reference testsEric Huss-33/+55
2024-10-30Actually do validation for poly trait refs with ? modifierMichael Goulet-38/+51
2024-10-30Make sure type_param_predicates resolves correctly for RPITITMichael Goulet-0/+13
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-124/+240
2024-10-30Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche...Jubilee-23/+119
2024-10-30Do not enforce ~const constness effects in typeck if rustc_do_mot_const_checkMichael Goulet-1/+13
2024-10-30Actually capture all in-scope lifetimes.Camille GILLOT-50/+46
2024-10-30Promote test.Camille GILLOT-0/+7
2024-10-30Promote crashes tests to ui.Camille GILLOT-0/+48
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-41/+86
2024-10-30Rollup merge of #130098 - adetaylor:arbitrary-self-types-block-generics, r=we...许杰友 Jieyou Xu (Joe)-44/+429
2024-10-30Reject generic self types.Adrian Taylor-44/+429
2024-10-30Auto merge of #130860 - tmandry:fix-directives, r=jieyouxubors-16/+23
2024-10-30tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory`Jubilee Young-97/+164
2024-10-30tests: cross-compile multi-platform ZST ABI testsJubilee Young-27/+76
2024-10-30Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebankMatthias Krüger-141/+141
2024-10-30Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=NadrierilMatthias Krüger-1/+39
2024-10-29Fix directives for lint-non-snake-case-crateTyler Mandry-16/+23
2024-10-29Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch...Jason Newcomb-1/+39
2024-10-29Rollup merge of #132157 - estebank:long-types-3, r=jieyouxuMatthias Krüger-405/+405
2024-10-29Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto...Matthias Krüger-0/+98
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-75/+24
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-405/+405
2024-10-29Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorinoJubilee-0/+21
2024-10-29Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnrJubilee-168/+106
2024-10-29Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubileebors-23/+23
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-33/+828
2024-10-28Hack out effects support for old solverMichael Goulet-168/+106
2024-10-28Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillotJubilee-23/+23
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-6/+21
2024-10-28Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgrbors-0/+24
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-33/+828
2024-10-28Rollup merge of #132253 - Zalathar:keyword-idents-bug, r=jieyouxuMatthias Krüger-0/+24
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-6/+21