about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-10-16Rollup merge of #131764 - Zalathar:double-dir, r=jieyouxuUrgau-1/+1
2024-10-16Rollup merge of #131754 - compiler-errors:bivariance-bivariance, r=estebankUrgau-0/+22
2024-10-16Auto merge of #131460 - jwong101:default-placement-new, r=ibraheemdevbors-0/+27
2024-10-16Fix unnecessary nesting in run-make test output directoriesZalathar-1/+1
2024-10-15Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errorsbors-13/+86
2024-10-15Don't report bivariance error when nesting a struct with field errors into an...Michael Goulet-0/+22
2024-10-15Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxuMichael Goulet-8/+5
2024-10-15Rollup merge of #131701 - compiler-errors:negative-bounds-on-unimplemented, r...Michael Goulet-0/+30
2024-10-15Rollup merge of #131521 - jdonszelmann:rc, r=joboetMichael Goulet-5/+4
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-0/+47
2024-10-15Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errorsbors-561/+393
2024-10-15Fix most ui tests on emscripten targetHood Chatham-8/+5
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-133/+178
2024-10-15update test descriptionlcnr-3/+3
2024-10-15remove unnecessary revisionslcnr-281/+30
2024-10-15rebase and update fixed `crashes`lcnr-21/+78
2024-10-15stabilize `-Znext-solver=coherence`lcnr-301/+327
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-0/+47
2024-10-15Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgrbors-51/+625
2024-10-15Rollup merge of #130747 - folkertdev:c-cmse-nonsecure-entry-error-messages, r...Matthias Krüger-41/+490
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-10/+135
2024-10-15Rollup merge of #131710 - ShE3py:parse_format_apostrophes, r=compiler-errorsMatthias Krüger-78/+78
2024-10-15Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jiey...Matthias Krüger-0/+36
2024-10-15Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxuMatthias Krüger-1/+1
2024-10-15Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-e...Matthias Krüger-53/+53
2024-10-15Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e...Matthias Krüger-1/+10
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+744
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-78/+78
2024-10-14improve error messages for `C-cmse-nonsecure-entry` functionsFolkert de Vries-41/+490
2024-10-14Suppress import errors for traits that couldve applied in method lookup on errorMichael Goulet-0/+36
2024-10-14Don't report on_unimplemented for negative traitsMichael Goulet-0/+30
2024-10-14Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorinoMatthias Krüger-48/+48
2024-10-14Rollup merge of #131430 - surechen:fix_130495, r=jieyouxuMatthias Krüger-0/+72
2024-10-14Rollup merge of #131384 - saethlin:precondition-tests, r=ibraheemdevMatthias Krüger-31/+464
2024-10-14Rollup merge of #131332 - taiki-e:arm64ec-clobber-abi, r=AmanieuMatthias Krüger-0/+109
2024-10-14Auto merge of #131672 - matthiaskrgr:rollup-gyzysj4, r=matthiaskrgrbors-0/+20
2024-10-14Fix up-to-date checking for run-make testsZalathar-1/+1
2024-10-14Update lint message for ABI not supportedTamme Dittrich-53/+53
2024-10-14Auto merge of #126557 - GrigorenkoPV:vec_track_caller, r=joboetbors-3/+2
2024-10-14Special treatment empty tuple when suggest adding a string literal in format ...surechen-0/+72
2024-10-14Fix clobber_abi and disallow SVE-related registers in Arm64EC inline assemblyTaiki Endo-0/+109
2024-10-13Also use outermost const-anon for impl items in `non_local_defs` lintUrgau-0/+20
2024-10-12Rollup merge of #131591 - matthiaskrgr:crashtests, r=jieyouxuTrevor Gross-0/+32
2024-10-12Rollup merge of #131579 - jieyouxu:ui-panic-username, r=compiler-errorsTrevor Gross-0/+1
2024-10-12Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJungTrevor Gross-6/+16
2024-10-13Fix bug where `option_env!` would return `None` when env var is present but n...beetrees-1/+10
2024-10-12Stabilize `const_option`Trevor Gross-6/+16
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+41
2024-10-12Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnrMatthias Krüger-644/+570
2024-10-12Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errorsMatthias Krüger-67/+1046