about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-18Rollup merge of #109222 - chenyukang:yukang/fix-109143, r=petrochenkovMatthias Krüger-2/+24
2023-03-18Rollup merge of #109200 - compiler-errors:issue-109191, r=WaffleLapkinMatthias Krüger-0/+24
2023-03-18Rollup merge of #109102 - compiler-errors:ambig-assoc-in-non-lt-binder, r=jac...Matthias Krüger-0/+29
2023-03-17Erase escaping late-bound regions when probing for ambiguous associated typesMichael Goulet-0/+29
2023-03-17Auto merge of #109253 - matthiaskrgr:rollup-2xmv5zk, r=matthiaskrgrbors-25/+255
2023-03-17Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkinbors-63/+17
2023-03-17Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorinoMatthias Krüger-24/+254
2023-03-17Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=NilstriebMatthias Krüger-1/+1
2023-03-17Do not ICE for unexpected lifetime with ConstGeneric ribyukang-2/+24
2023-03-16Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obkbors-12/+8
2023-03-16Auto merge of #107270 - cjgillot:remove-zst, r=oli-obkbors-180/+218
2023-03-16Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obkbors-18/+51
2023-03-16Bless -Zhelp output test.Mara Bos-0/+1
2023-03-16Add test for -Zflatten-format-args=yes.Mara Bos-0/+24
2023-03-16Auto merge of #109206 - matthiaskrgr:rollup-oev8ax6, r=matthiaskrgrbors-8/+298
2023-03-16Bless pretty tests.Mara Bos-6/+4
2023-03-16Don't allow new const panic through format flattening.Mara Bos-12/+22
2023-03-16Rollup merge of #109185 - notriddle:notriddle/primitive-tooltip, r=jshaMatthias Krüger-0/+2
2023-03-16Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=NilstriebMatthias Krüger-0/+116
2023-03-16Rollup merge of #108971 - Ezrashaw:E0532-better-binding-names, r=WaffleLapkinMatthias Krüger-1/+137
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-7/+43
2023-03-16Auto merge of #108809 - lqd:fix-ignore, r=pietroalbinibors-2/+3
2023-03-16Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_inferMichael Goulet-0/+24
2023-03-16Auto merge of #109183 - lqd:revert-107376, r=compiler-errorsbors-58/+0
2023-03-16Don't install default opaque projection predicates in RPITIT associated type'...Michael Goulet-3/+46
2023-03-16Install projection from RPITIT to default trait method opaque correctlyMichael Goulet-2/+28
2023-03-15Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiaskobors-30/+34
2023-03-15Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-19/+180
2023-03-15rustdoc: remove `std::` from primitive intra-doc link tooltipsMichael Howell-0/+2
2023-03-15inherit_overflow: adapt pattern to also work with v0 manglingAugie Fackler-1/+1
2023-03-15Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"Rémy Rakic-58/+0
2023-03-15Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPCbors-127/+164
2023-03-15Rollup merge of #109154 - chenyukang:yukang/fix-109152, r=compiler-errorsDylan DPC-0/+30
2023-03-15Rollup merge of #109136 - compiler-errors:simplify-proc-macro-checking, r=oli...Dylan DPC-127/+119
2023-03-15Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=NilstriebDylan DPC-0/+15
2023-03-15Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors-31/+267
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-0/+116
2023-03-15error-msg: impl better suggestion for `E0532`Ezra Shaw-1/+137
2023-03-15Split the mem-replace codegen testScott McMurray-22/+36
2023-03-15Fix #109152, fix the scenario that we may can not get span of funcyukang-0/+30
2023-03-14Improved implementation and comments after code review feedbackScott McMurray-52/+96
2023-03-15Auto merge of #107376 - aliemjay:remove-givens, r=lcnrbors-0/+58
2023-03-14Use index based drop loop for slices and arraysTomasz Miąsko-63/+17
2023-03-14Bless incremental test.Camille GILLOT-2/+2
2023-03-14ICE when checking LocalInfo on runtime MIR.Camille GILLOT-4/+4
2023-03-14Wrap the whole LocalInfo in ClearCrossCrate.Camille GILLOT-6/+2
2023-03-14Tighter spansMichael Goulet-18/+18
2023-03-14Simplify proc macro signature validity checkMichael Goulet-133/+125
2023-03-14Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgrbors-63/+471
2023-03-14Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n...Matthias Krüger-5/+38