about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-09-19warn less about non-exhaustive in ffiJubilee Young-6/+25
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-18Rollup merge of #130487 - cuviper:min-llvm-18, r=nikicJubilee-204/+66
2024-09-18Rollup merge of #130450 - workingjubilee:these-names-are-indirect, r=bjorn3Jubilee-30/+6
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-204/+66
2024-09-18Check params for unsafety in THIRMichael Goulet-0/+38
2024-09-18tests: Move wasm32 to transparent-opaque-ptr.rs testJubilee Young-4/+4
2024-09-18tests: Remove test for wrong wasm codegenJubilee Young-26/+2
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-18Auto merge of #130500 - matthiaskrgr:rollup-lfx3bb4, r=matthiaskrgrbors-3/+116
2024-09-18Improve handling of raw-idents in check-cfgUrgau-0/+120
2024-09-18Rollup merge of #130466 - davidtwco:aarch64-transparent-test, r=jieyouxuMatthias Krüger-3/+116
2024-09-18Auto merge of #130498 - matthiaskrgr:rollup-tg4d0zi, r=matthiaskrgrbors-16/+139
2024-09-18Rollup merge of #130496 - jder:issue-130400, r=compiler-errorsMatthias Krüger-0/+34
2024-09-18Rollup merge of #130491 - matthiaskrgr:sehsarc, r=compiler-errorsMatthias Krüger-0/+97
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-18Auto merge of #130454 - durin42:llvm-20-notrunc, r=workingjubileebors-5/+8
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-18more crash testsMatthias Krüger-0/+97
2024-09-17Store raw ident span for raw lifetimeMichael Goulet-0/+8
2024-09-17Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgrbors-1/+32
2024-09-17Rollup merge of #129477 - Xiretza:fix-fluent-diagnostics, r=compiler-errorsMatthias Krüger-1/+32
2024-09-17Remove redundant test typeid equality by subtypingSantiago Pastorino-81/+0
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 #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwcoMatthias Krüger-1/+1
2024-09-17Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxuMatthias Krüger-0/+9
2024-09-17fluent_macro: fix diagnostics for fluent parse failuresXiretza-5/+5
2024-09-17Add test for fluent diagnosticsXiretza-1/+32
2024-09-17tests: allow trunc/select instructions to be missingAugie Fackler-5/+8
2024-09-17Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnrbors-50/+117
2024-09-17tests: add repr/transparent test for aarch64David Wood-3/+116
2024-09-17Auto merge of #130455 - compiler-errors:inline-ordering, r=saethlinbors-62/+4
2024-09-17Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgrbors-30/+28
2024-09-16Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:...Michael Goulet-0/+34
2024-09-17Rollup merge of #130427 - jieyouxu:rmake-symlink, r=KobzolMatthias Krüger-30/+28
2024-09-16Remove semi-nondeterminism of DefPathHash ordering from inlinerMichael Goulet-62/+4
2024-09-17Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errorsbors-47/+149