about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-10Rollup merge of #132816 - compiler-errors:2024-apit, r=jieyouxuMatthias Krüger-13/+126
2024-11-10Auto merge of #132831 - workingjubilee:rollup-6fdif44, r=workingjubileebors-971/+3036
2024-11-09Rollup merge of #132828 - est31:let_chains_parsing_tests, r=compiler-errorsJubilee-652/+2842
2024-11-09Rollup merge of #132823 - RalfJung:conditional-const-calls, r=fee1-dead,compi...Jubilee-317/+192
2024-11-09Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=AmanieuJubilee-2/+2
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-61/+229
2024-11-10Add more places where expressions can occurest31-398/+835
2024-11-10Unify disallowed-positions test files into one fileest31-652/+2405
2024-11-09give a hint which feature is missingRalf Jung-4/+23
2024-11-09require const_impl_trait gate for all conditional and trait const callsRalf Jung-321/+177
2024-11-09Auto merge of #132815 - matthiaskrgr:rollup-nti992u, r=matthiaskrgrbors-3/+372
2024-11-09Dont suggest use<APIT>Michael Goulet-12/+61
2024-11-09Suggest turning APITs into generics in opaque overcapturesMichael Goulet-1/+65
2024-11-09Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errorsMatthias Krüger-3/+28
2024-11-09Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxuMatthias Krüger-0/+187
2024-11-09Rollup merge of #132744 - lolbinarycat:test-90781, r=aDotInTheVoidMatthias Krüger-0/+78
2024-11-09Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiserMatthias Krüger-0/+52
2024-11-09Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukangMatthias Krüger-0/+27
2024-11-09Add discriminators to DILocations when multiple functions are inlined into a ...Kyle Huey-0/+64
2024-11-09Rollup merge of #132777 - durin42:llvm-20-poison-prop, r=nikicMatthias Krüger-1/+10
2024-11-09Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQKMatthias Krüger-4/+20
2024-11-09Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubileeMatthias Krüger-3/+87
2024-11-09Add test for str for "expected primitive, found type"Zachary S-3/+28
2024-11-08Rollup merge of #132780 - compiler-errors:verbose, r=estebankJubilee-18/+103
2024-11-08Rollup merge of #132760 - dianne:iter-into-iter, r=lcnrJubilee-0/+46
2024-11-08Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnrJubilee-303/+229
2024-11-08Don't suggest `.into_iter()` on iteratorsdianne-0/+46
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-2/+85
2024-11-09Add v9 and leoncasa target feature to sparcTaiki Endo-3/+4
2024-11-08use verbose for path separator suggestionMichael Goulet-18/+103
2024-11-08try_question_mark_nop: update test for LLVM 20Augie Fackler-1/+10
2024-11-08Auto merge of #132717 - RalfJung:rustc_safe_intrinsic, r=compiler-errorsbors-120/+58
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-120/+58
2024-11-08Rollup merge of #132738 - cuviper:channel-heap-init, r=ibraheemdevStuart Cook-0/+29
2024-11-08Rollup merge of #132161 - celinval:smir-fix-indent, r=compiler-errorsStuart Cook-0/+311
2024-11-08pointee_info_at: fix logic for recursing into enumsRalf Jung-4/+20
2024-11-08Manually register some bounds for a better spanMichael Goulet-6/+97
2024-11-08Get rid of check_opaque_type_well_formedMichael Goulet-299/+134
2024-11-08Auto merge of #132756 - workingjubilee:rollup-bed2akn, r=workingjubileebors-22/+216
2024-11-07Rollup merge of #132740 - zmodem:simd_syntax_update, r=durin42Jubilee-3/+3
2024-11-07Rollup merge of #132639 - RalfJung:intrinsics, r=workingjubilee,AmanieuJubilee-6/+6
2024-11-07Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errorsJubilee-0/+149
2024-11-07Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiserJubilee-0/+42
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-13/+16
2024-11-07This test needs threadsJosh Stone-0/+1
2024-11-08Add a run-make test for `rustc --help` and similarZalathar-0/+187
2024-11-08Stabilize s390x inline assemblyTaiki Endo-2/+2
2024-11-08Auto merge of #128849 - estebank:issue-89143, r=jackh726bors-57/+47
2024-11-07[StableMIR] A few fixes to pretty printingCelina G. Val-0/+311
2024-11-07[StableMIR] API to retrieve definitions from cratesCelina G. Val-0/+149