about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-12/+14
2022-03-23Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPCDylan DPC-1/+1
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-2/+147
2022-03-22Fixup aarch64 smoke testJubilee Young-5/+4
2022-03-22Test SVE2 includes NEON and not vice versaJubilee Young-0/+58
2022-03-22Test NEON compilesJubilee Young-0/+24
2022-03-22Filter for all features instead of anyJubilee Young-0/+64
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-2/+2
2022-03-22Modernize `alloc-no-oom-handling` testMiguel Ojeda-1/+1
2022-03-22Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi...Dylan DPC-0/+13
2022-03-22Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkovDylan DPC-2/+36
2022-03-22cancel a not emitted error after parsing const generic argsTakayuki Maeda-0/+13
2022-03-22suggest constraining param for unary ops when missing trait implFrank King-2/+36
2022-03-22Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat...bors-0/+24
2022-03-21Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPCMatthias Krüger-41/+3
2022-03-21Rollup merge of #95129 - GuillaumeGomez:rm-source-sidebar-animation, r=jshaMatthias Krüger-1/+0
2022-03-21Rollup merge of #95116 - bjorn3:cg_clif_test_fixes, r=Dylan-DPCMatthias Krüger-88/+107
2022-03-21Rollup merge of #95085 - ouz-a:master5, r=jackh726Matthias Krüger-0/+49
2022-03-21Add needs-asm-support directive to tests where necessarybjorn3-68/+80
2022-03-21Return err instead of ICEouz-a-0/+49
2022-03-21move `adt_const_params` to its own tracking issuelcnr-41/+3
2022-03-21Auto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3bors-54/+107
2022-03-21Don't run UB in test suiteSmitty-54/+107
2022-03-21Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwcobors-0/+80
2022-03-20Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro...Matthias Krüger-0/+17
2022-03-20fix a not emitted unmatched angle bracket errorTakayuki Maeda-0/+17
2022-03-20Rollup merge of #94948 - jhpratt:rustc_deprecated, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-20Auto merge of #95063 - tromey:fix-94458-gdb-char, r=Mark-Simulacrumbors-8/+25
2022-03-19diagnostics: do not give Option::as_ref suggestion for complex matchMichael Howell-0/+24
2022-03-19Remove animation on source sidebarGuillaume Gomez-1/+0
2022-03-19Add needs-unwind directive to tests where necessarybjorn3-20/+27
2022-03-19Extend --check-cfg tests to all predicate inside all/anyLoïc BRANSTETT-1/+117
2022-03-18suggest removing type ascription in bad positionMichael Goulet-0/+80
2022-03-18Rollup merge of #94295 - Urgau:cfg-always-eval-all-predicate, r=petrochenkovMatthias Krüger-0/+45
2022-03-18Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgrbors-13/+32
2022-03-18Rollup merge of #95039 - spastorino:overlap-super-predicates, r=nikomatsakisMatthias Krüger-13/+32
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-0/+23
2022-03-17Fix debuginfo tests with GDB 11.2Tom Tromey-8/+25
2022-03-18Auto merge of #95056 - Dylan-DPC:rollup-swtuw2n, r=Dylan-DPCbors-13/+187
2022-03-17Rollup merge of #94997 - michaelwoerister:fix-enum-type-name-layout-error, r=...Dylan DPC-0/+44
2022-03-17Rollup merge of #94982 - skippy10110:deprecated_safe, r=Dylan-DPCDylan DPC-0/+28
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-4/+4
2022-03-17Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli...Dylan DPC-0/+75
2022-03-17Rollup merge of #94309 - eholk:issue-57017, r=tmandryDylan DPC-0/+22
2022-03-17Rollup merge of #93222 - mark-i-m:errorreported, r=oli-obkDylan DPC-8/+8
2022-03-17Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726Dylan DPC-1/+6
2022-03-17This test now worksSantiago Pastorino-13/+2
2022-03-17Make negative coherence work when there's impl negative on super predicatesSantiago Pastorino-0/+18
2022-03-16erase late-bound regions in dyn projection types for debuginfoMichael Goulet-0/+7
2022-03-16Add double negative trait test caseSantiago Pastorino-0/+12