about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-21/+1
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
2024-02-25fix use of platform_intrinsics in testsRalf Jung-223/+213
2024-02-25Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlinbors-0/+83
2024-02-25Auto merge of #120650 - clubby789:switchint-const, r=saethlinbors-0/+67
2024-02-24Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgrbors-731/+239
2024-02-24Add test cases for inlining compiler-private itemsMichael Howell-0/+25
2024-02-24Stabilize `cfg_target_abi`Chris Denton-86/+28
2024-02-24Add `#[rustc_no_mir_inline]` for standard library UB checksNilstrieb-0/+83
2024-02-24Don't unnecessarily change `SIGPIPE` disposition in unix_sigpipe testsMartin Nordholts-6/+6
2024-02-24Rollup merge of #121531 - saethlin:ignore-less-debug, r=compiler-errorsMatthias Krüger-60/+9
2024-02-24Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obkMatthias Krüger-22/+35
2024-02-24Rollup merge of #121435 - estebank:rpitit-static-119773, r=compiler-errorsMatthias Krüger-2/+28
2024-02-24promotion: don't promote int::MIN / -1Ralf Jung-731/+239
2024-02-23Ignore less tests in debug buildsBen Kimock-60/+9
2024-02-23check that simd_insert/extract indices are in-boundsRalf Jung-22/+35
2024-02-23Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obkMatthias Krüger-676/+1191
2024-02-23Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmeaseMatthias Krüger-0/+27
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-246/+193
2024-02-23lint-overflowing-ops: unify cases and remove redundancyRalf Jung-676/+1191