about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-13Test `#[unix_sigpipe = "inherit"]` with both `SIG_DFL` and `SIG_IGN`Martin Nordholts-8/+39
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
2024-04-12Rollup merge of #123223 - estebank:issue-123079, r=pnkfelixMatthias Krüger-2/+73
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-30/+71
2024-04-12remove alloca type from issue-105386-ub-in-debuginfoErik Desjardins-1/+1
2024-04-12do not add prolog for variadic naked functionsGuy Shefy-1/+20
2024-04-12Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=NilstriebMatthias Krüger-0/+9
2024-04-12core: get rid of `USIZE_MARKER`joboet-0/+4
2024-04-12test duplicate features, that the last `+/-lld` on the CLI winsRémy Rakic-0/+4
2024-04-12test self-contained linking via `-Zlinker-features=+lld`Rémy Rakic-1/+1
2024-04-12Auto merge of #123736 - compiler-errors:multiply-on-rhs, r=estebankbors-0/+24
2024-04-12Better account for more cases involving closuresEsteban Küber-17/+101
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-43/+65
2024-04-12Rollup merge of #123829 - saethlin:fix-revisions, r=jieyouxuMatthias Krüger-1/+1
2024-04-12Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxuMatthias Krüger-5/+6
2024-04-11adjust stack-protector test (which inappropriately depends on IR types)Erik Desjardins-40/+15
2024-04-11use [N x i8] for alloca typesErik Desjardins-108/+174
2024-04-11Remove `From` impls for unstable types that break inferenceTrevor Gross-0/+9
2024-04-11Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgrbors-282/+207
2024-04-11Fix revisions syntaxBen Kimock-1/+1
2024-04-11Rollup merge of #123804 - compiler-errors:podcrab-fix, r=jieyouxuMatthias Krüger-0/+63
2024-04-11Rollup merge of #123744 - compiler-errors:redundant-due-to-glob, r=petrochenkovMatthias Krüger-274/+40