about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-16Rollup merge of #123973 - matthiaskrgr:crashs_fix_cmt, r=fmeaseLeón Orell Valerian Liehr-0/+7
2024-04-16Rollup merge of #123926 - compiler-errors:no-ann, r=estebankLeón Orell Valerian Liehr-3/+22
2024-04-16Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebankLeón Orell Valerian Liehr-67/+56
2024-04-15Add testMichael Goulet-0/+17
2024-04-15Fix pretty hir for anon consts in diagnosticsMichael Goulet-3/+5
2024-04-15crashes: readme: add reminder to add Fixes #abcde to prs to automatically clo...Matthias Krüger-0/+7
2024-04-15Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubileeMichael Goulet-125/+88
2024-04-15Rollup merge of #123924 - compiler-errors:tuple-sugg, r=estebankMichael Goulet-0/+58
2024-04-15Rollup merge of #123931 - compiler-errors:variance-unnameables, r=fmease许杰友 Jieyou Xu (Joe)-0/+25
2024-04-15Rollup merge of #123919 - RalfJung:discriminant, r=compiler-errors许杰友 Jieyou Xu (Joe)-47/+47
2024-04-15Use the rustc_private libc less in testsBen Kimock-125/+88
2024-04-15Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obkbors-3/+3
2024-04-15Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikicbors-0/+38
2024-04-15Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obkbors-0/+3284
2024-04-14crashes: limit a couple tests to only run on x86_64 and/or not on windowsMatthias Krüger-10/+6
2024-04-14Rollup merge of #123905 - notriddle:notriddle/redundant-explicit-link-hunks, ...Guillaume Gomez-0/+14
2024-04-14Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorinoGuillaume Gomez-0/+37
2024-04-14Stabilize --json unused-externs(-silent)Jeremy Fitzhardinge-3/+3
2024-04-14Don't leak unnameable types in -> _ recoverMichael Goulet-0/+25
2024-04-14Fix 1-tuple value suggestionMichael Goulet-2/+2
2024-04-14Suggest value on bare returnMichael Goulet-0/+32
2024-04-14Fix value suggestion for array in generic contextMichael Goulet-0/+26
2024-04-14builtin-derive: tag → discriminantRalf Jung-47/+47
2024-04-14update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin...Matthias Krüger-1/+4
2024-04-14crashes: fix ice detection which did not trigger if code compiled without err...Matthias Krüger-1/+14
2024-04-14tests/crashes: add ICEs from matthiaskrgr/glacier2Matthias Krüger-39/+2620
2024-04-14add .rs crashes from https://github.com/rust-lang/glacierMatthias Krüger-1/+664
2024-04-14tidy: add tidy check agains \.rs files inside tests/crashes that are missing ...Matthias Krüger-4/+0
2024-04-14crashes: add another test showing that everything works fine when we need com...Matthias Krüger-1/+28
2024-04-14bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro...Matthias Krüger-0/+1
2024-04-14add initial ice as testMatthias Krüger-0/+4
2024-04-14Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errorsMatthias Krüger-17/+29
2024-04-13rustdoc: check redundant explicit links with correct itemidMichael Howell-0/+14
2024-04-14Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrumbors-0/+4
2024-04-13Check regions earlier when comparing impl with trait item defLeón Orell Valerian Liehr-17/+29
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-1/+5
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-81/+1255
2024-04-13Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhprattJacob Pratt-1/+0
2024-04-13Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472Jacob Pratt-2/+2
2024-04-12Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiserbors-0/+25
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock-2/+2
2024-04-12review commentsEsteban Küber-12/+12
2024-04-12Rollup merge of #123847 - eggyal:issue-123844, r=fmeaseMatthias Krüger-48/+21
2024-04-12Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=...Matthias Krüger-0/+43
2024-04-12Rollup merge of #123654 - jieyouxu:question-mark-span, r=NadrierilMatthias Krüger-44/+76
2024-04-12Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnullEduardo Sánchez Muñoz-1/+0
2024-04-12Suppress erroneous suggestionAlan Egerton-48/+21
2024-04-12Don't do coroutine-closure-specific upvar analysis if tainted by errorsMichael Goulet-0/+43
2024-04-12Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiserMatthias Krüger-43/+65
2024-04-12Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelixMatthias Krüger-1/+20