about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-03-02Account for unmet `T: !Copy` in E0277 messageEsteban Küber-4/+4
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-13/+13
2024-02-28Rollup merge of #121702 - compiler-errors:coerce-alias-relate, r=lcnrGuillaume Gomez-0/+18
2024-02-28Rollup merge of #121698 - rcvalle:rust-cfi-fix-typo, r=compiler-errorsGuillaume Gomez-0/+0
2024-02-28Rollup merge of #121686 - compiler-errors:rpitit-printing, r=lcnrGuillaume Gomez-12/+12
2024-02-28Rollup merge of #121680 - GuillaumeGomez:foreign-macro-jump-to-def, r=notriddleGuillaume Gomez-0/+21
2024-02-28Rollup merge of #121572 - notriddle:notriddle/test-case-121106, r=GuillaumeGomezGuillaume Gomez-0/+19
2024-02-28Rollup merge of #121527 - Enselic:unix_sigpipe-tests-fixes, r=davidtwcoGuillaume Gomez-16/+25
2024-02-28Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwcoGuillaume Gomez-0/+61
2024-02-28Rollup merge of #120051 - riverbl:os-str-display, r=m-ou-seGuillaume Gomez-1/+1
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-12/+12
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-2/+2
2024-02-27Process alias-relate obligations in CoerceUnsized loopMichael Goulet-0/+18
2024-02-27CFI: Fix typo in test file namesRamon de C Valle-0/+0
2024-02-27Print RPITIT like an opaqueMichael Goulet-6/+6
2024-02-27rename RPITIT from opaque to syntheticMichael Goulet-10/+10
2024-02-27Add regression test for link generation on foreign macro in jump to defintion...Guillaume Gomez-0/+21
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-1/+1
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-1/+4
2024-02-27Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgrbors-6/+47
2024-02-27Rollup merge of #121651 - ShE3py:issue-121647, r=estebankMatthias Krüger-2/+43
2024-02-27Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obkMatthias Krüger-4/+4
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-223/+213
2024-02-26Properly emit `expected ;` on `#[attr] expr`Lieselotte-2/+43
2024-02-26Rollup merge of #121628 - gurry:121534-ice-asymm-binop, r=oli-obkMatthias Krüger-0/+21
2024-02-26Rollup merge of #121617 - compiler-errors:async-closure-kind-check, r=oli-obkMatthias Krüger-5/+30
2024-02-26Auto merge of #119106 - lcnr:decrement-universes, r=BoxyUwUbors-68/+120
2024-02-26rename 'try' intrinsic to 'catch_unwind'Ralf Jung-4/+4
2024-02-26add regression testslcnr-0/+52
2024-02-26update testslcnr-68/+68
2024-02-26Do not const pop unionsGurinder Singh-0/+21
2024-02-26Rollup merge of #121620 - nnethercote:fix-even-more-121208-fallout, r=lcnrGuillaume Gomez-0/+110
2024-02-26Rollup merge of #121554 - Enselic:sigaction, r=oli-obkGuillaume Gomez-6/+6
2024-02-26Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type...Guillaume Gomez-9/+16
2024-02-26Rollup merge of #120656 - Zalathar:filecheck-flags, r=wesleywiserGuillaume Gomez-152/+159
2024-02-26Auto merge of #121317 - ChrisDenton:win10-sync, r=Mark-Simulacrumbors-2/+2
2024-02-26separate messages for individual categoriesHTGAzureX1212.-9/+16
2024-02-26Actually use the right closure kind when checking async Fn goalsMichael Goulet-5/+30
2024-02-25Add synchronization library to run-make flagsChris Denton-2/+2
2024-02-26Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnaybors-517/+520
2024-02-26Revert some `span_bug`s to `span_delayed_bug`.Nicholas Nethercote-0/+110
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-5/+1101
2024-02-25Rollup merge of #121586 - gurry:121532-ice-unwrap-on-none, r=cjgillotMatthias Krüger-0/+20
2024-02-25Rollup merge of #121409 - compiler-errors:atb-cycle, r=cjgillotMatthias Krüger-0/+27
2024-02-25Rollup merge of #121284 - notriddle:notriddle/issue-106421, r=Mark-SimulacrumMatthias Krüger-0/+25
2024-02-25Rollup merge of #120805 - RalfJung:const-pat-partial-eq, r=oli-obkMatthias Krüger-45/+8
2024-02-25Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=NilstriebMatthias Krüger-86/+28
2024-02-25Don't use `unwrap()` in `ArrayIntoIter` lint when typeck failsGurinder Singh-0/+20
2024-02-25Use generic `NonZero` in tests.Markus Reiter-517/+520
2024-02-25make non-PartialEq-typed consts as patterns a hard errorRalf Jung-45/+8