about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-651/+617
2024-09-20Rollup merge of #130605 - clubby789:change-test, r=jieyouxuGuillaume Gomez-1/+1
2024-09-20Rollup merge of #129755 - vincenzopalazzo:macros/recursive-macros-between-edi...Guillaume Gomez-0/+52
2024-09-20Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errorsGuillaume Gomez-0/+14
2024-09-20Fix feature name in testclubby789-1/+1
2024-09-20Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472bors-0/+20
2024-09-18Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=NadrierilJubilee-0/+36
2024-09-18Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=UrgauJubilee-0/+38
2024-09-19Auto merge of #123877 - ShE3py:expr-in-pats-2, r=fmeasebors-340/+1418
2024-09-18Never patterns constitute a read for unsafetyMichael Goulet-0/+36
2024-09-18Add known-bug and update comments to describe correct behavior in light of bugEric Holk-6/+3
2024-09-18Rollup merge of #130487 - cuviper:min-llvm-18, r=nikicJubilee-129/+24
2024-09-18Rollup merge of #129422 - compiler-errors:repr-rust, r=fmeaseJubilee-1/+64
2024-09-18Rollup merge of #127988 - estebank:dupe-derive-params, r=fmeaseJubilee-0/+90
2024-09-18Update the minimum external LLVM to 18Josh Stone-129/+24
2024-09-18Check params for unsafety in THIRMichael Goulet-0/+38
2024-09-18Add suggestions for expressions in patternsLieselotte-61/+809
2024-09-18Recover more expressions in patternsLieselotte-213/+543
2024-09-18Explicitly mark a hack as a HACK and elaborate its commentLeón Orell Valerian Liehr-10/+12
2024-09-18Do not ICE with incorrect empty suggestionEsteban Küber-0/+88
2024-09-18Rollup merge of #130507 - Urgau:check-cfg-raw-keywords, r=jieyouxuMatthias Krüger-0/+120
2024-09-18Get rid of niche selection's dependence on fields's orderAdwin White-0/+20
2024-09-18Improve handling of raw-idents in check-cfgUrgau-0/+120
2024-09-18Rollup merge of #130496 - jder:issue-130400, r=compiler-errorsMatthias Krüger-0/+34
2024-09-18Rollup merge of #130489 - compiler-errors:raw-lt-lint, r=jieyouxuMatthias Krüger-0/+8
2024-09-18Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukangMatthias Krüger-16/+0
2024-09-17Fix circular fn_sig queries to return the correct number of arguments for met...Jesse Rusak-0/+34
2024-09-18Rollup merge of #130482 - spastorino:remove-known-bug-97156, r=jackh726Matthias Krüger-81/+0
2024-09-17Store raw ident span for raw lifetimeMichael Goulet-0/+8
2024-09-17Remove redundant test typeid equality by subtypingSantiago Pastorino-81/+0
2024-09-17Add coverage for pat tooEric Holk-30/+45
2024-09-17test: cross-edition metavar fragment specifiersVincenzo Palazzo-0/+40
2024-09-17Rollup merge of #130440 - compiler-errors:rpitit-opaque-hidden, r=jieyouxuMatthias Krüger-0/+16
2024-09-17Rollup merge of #130275 - compiler-errors:extern-crate, r=lcnrMatthias Krüger-0/+39
2024-09-17Rollup merge of #130201 - compiler-errors:foreign-synthetic-body, r=lcnrMatthias Krüger-0/+39
2024-09-17Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxuMatthias Krüger-0/+9
2024-09-17Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnrbors-50/+117
2024-09-16Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...Michael Goulet-0/+34
2024-09-17Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errorsbors-1/+206
2024-09-16Encode coroutine_by_move_body_def_id in crate metadataMichael Goulet-0/+5
2024-09-17get rid of an old hackLukas Markeffsky-0/+65
2024-09-16Auto merge of #130444 - matthiaskrgr:rollup-onlrjva, r=matthiaskrgrbors-0/+96
2024-09-16Rollup merge of #130437 - jder:issue-130372, r=compiler-errorsMatthias Krüger-0/+31
2024-09-16Rollup merge of #130282 - compiler-errors:over-overflow, r=BoxyUwUMatthias Krüger-0/+37
2024-09-16Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwUMatthias Krüger-0/+28
2024-09-16Avoid crashing on variadic functions when producing arg-mismatch errorsJesse Rusak-0/+31
2024-09-16Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgrbors-0/+103
2024-09-16Don't ICE in opaque_hidden_inferred_bound lint for RPITIT in trait with no de...Michael Goulet-0/+16
2024-09-16Rollup merge of #130412 - compiler-errors:rpitit-overcapture, r=jieyouxuMatthias Krüger-0/+58
2024-09-16Don't ICE when generating Fn shim for async closure with borrowck errorMichael Goulet-0/+45