about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-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-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
2024-10-12Rollup merge of #131233 - joboet:stdout-before-main, r=tgross35Trevor Gross-0/+25
2024-10-12Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJungTrevor Gross-1/+0
2024-10-12Rollup merge of #130870 - surechen:fix_130791, r=compiler-errorsTrevor Gross-0/+28
2024-10-12std: fix stdout-before-mainjoboet-0/+25
2024-10-12add latest crash testsMatthias Krüger-0/+32
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+41
2024-10-12library: Stabilize `const_ptr_write`Jubilee Young-1/+0
2024-10-11Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errorsTrevor Gross-48/+0
2024-10-11Rollup merge of #131546 - surechen:fix_129833, r=jieyouxuTrevor Gross-0/+61
2024-10-11Rollup merge of #131310 - taiki-e:msp430-clobber-abi, r=AmanieuTrevor Gross-0/+36
2024-10-12Remap path refix in the panic message许杰友 Jieyou Xu (Joe)-0/+1