about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-26Merge from rustcThe Miri Cronjob Bot-741/+1549
2024-07-26Auto merge of #128213 - matthiaskrgr:rollup-v40q1j3, r=matthiaskrgrbors-141/+459
2024-07-26Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler...Matthias Krüger-141/+333
2024-07-26Rollup merge of #126090 - compiler-errors:supertrait-assoc-ty-unsoundness, r=...Matthias Krüger-0/+126
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-19/+19
2024-07-25Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinvalbors-0/+75
2024-07-25Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgrbors-0/+34
2024-07-25Rollup merge of #128185 - surechen:fix_128042_2, r=compiler-errorsMatthias Krüger-0/+34
2024-07-25Rollup merge of #128173 - compiler-errors:misused-intrinsics, r=oli-obkMatthias Krüger-47/+0
2024-07-25Rollup merge of #128172 - compiler-errors:non-self-arg, r=chenyukangMatthias Krüger-12/+55
2024-07-25Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obkMatthias Krüger-128/+95
2024-07-25Rollup merge of #128138 - folkertdev:asm-option-allowlist, r=lcnrMatthias Krüger-2/+2
2024-07-25Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errorsMatthias Krüger-0/+214
2024-07-25Fix a span error when parsing a wrong param of function.surechen-0/+34
2024-07-25Auto merge of #128102 - Oneirical:real-testate, r=Kobzolbors-26/+52
2024-07-25Merge from rustcThe Miri Cronjob Bot-470/+816
2024-07-24Don't add crashes for misuses of intrinsicsMichael Goulet-47/+0
2024-07-24Don't ICE if HIR and middle types disagree in borrowck error reportingMichael Goulet-12/+55
2024-07-24Make sure that args are compatible in resolve_associated_itemMichael Goulet-128/+95
2024-07-25Rollup merge of #128160 - compiler-errors:auto, r=jackh726Matthias Krüger-23/+97
2024-07-25Rollup merge of #128111 - estebank:no-question, r=fmeaseMatthias Krüger-149/+157
2024-07-25Rollup merge of #127872 - Oneirical:antestral-traditions, r=jieyouxuMatthias Krüger-50/+63
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-112/+123
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-32/+104
2024-07-24Don't ICE when auto trait has assoc ty in old solverMichael Goulet-23/+97
2024-07-24Fix ddltool-failed testEsteban Küber-1/+1
2024-07-24Do not use question as labelEsteban Küber-149/+157
2024-07-24Rollup merge of #128122 - tgross35:missing-fragment-specifier-unconditional, ...Matthias Krüger-0/+115
2024-07-24Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errorsMatthias Krüger-0/+231
2024-07-24Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnrMatthias Krüger-253/+200
2024-07-24Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`Trevor Gross-0/+115
2024-07-24Do not assemble candidates for auto traits of opaque types in their defining ...Oli Scherer-53/+87
2024-07-24Add regression testsOli Scherer-0/+88
2024-07-24Do not try to reveal hidden types when trying to prove Freeze in the defining...Oli Scherer-252/+28
2024-07-24Rollup merge of #128133 - nnethercote:fix-cfg_attr-spans, r=petrochenkovMatthias Krüger-13/+13
2024-07-24Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obkMatthias Krüger-2/+24
2024-07-24Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obkMatthias Krüger-162/+164
2024-07-24Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlinMatthias Krüger-0/+22
2024-07-24Add regression testOli Scherer-0/+49
2024-07-24use an allow list for allowed asm options in naked functionsFolkert-2/+2
2024-07-24Auto merge of #126024 - oli-obk:candidate_key_caching_is_unsound_yay, r=lcnrbors-1/+4
2024-07-24Improve spans on evaluated `cfg_attr`s.Nicholas Nethercote-13/+13
2024-07-24Don't use global caches if opaques can be definedOli Scherer-1/+4
2024-07-24Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkovbors-9/+10
2024-07-24Improve "covered_by_many" errorNadrieril-30/+160
2024-07-24Explain why a given pattern is considered unreachableNadrieril-191/+1042
2024-07-24Rollup merge of #127481 - a1phyr:pattern_gat, r=AmanieuMatthias Krüger-30/+33
2024-07-23Gate AsyncFn* under async_closure featureMichael Goulet-2/+24
2024-07-23rewrite extern-multiple-copies2 to rmakeOneirical-15/+22
2024-07-23Rollup merge of #128082 - compiler-errors:closure-cap, r=estebankMatthias Krüger-0/+6