about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-20Rollup merge of #109259 - GuillaumeGomez:fix-missing-private-inlining, r=notr...Matthias Krüger-0/+27
2023-03-20Auto merge of #108148 - parthopdas:master, r=oli-obkbors-4/+109
2023-03-19Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkovDylan DPC-0/+13
2023-03-19Rollup merge of #109212 - Ezrashaw:no-similar-sugg-for-unstable, r=estebankDylan DPC-0/+47
2023-03-19Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c...Dylan DPC-4/+80
2023-03-19Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-SimulacrumDylan DPC-0/+47
2023-03-19Rollup merge of #104100 - ink-feather-org:const_iter_range, r=the8472,fee1-deadDylan DPC-15/+1
2023-03-19The name of NativeLib will be presentedyukang-0/+13
2023-03-18Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper"Nikita Popov-3/+3
2023-03-18Auto merge of #107224 - nikic:llvm-16, r=cuviperbors-3/+3
2023-03-18Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errorsMatthias Krüger-1/+16
2023-03-18Rollup merge of #109193 - spastorino:new-rpitit-11, r=compiler-errorsMatthias Krüger-20/+339
2023-03-18Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomezMatthias Krüger-34/+60
2023-03-18Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im...onestacked-15/+1
2023-03-18fix: don't suggest similar method when unstableEzra Shaw-0/+47
2023-03-18Rollup merge of #109251 - MU001999:master, r=NilstriebMatthias Krüger-0/+25
2023-03-18Rollup merge of #109248 - compiler-errors:get_fn_decl-aaa, r=WaffleLapkinMatthias Krüger-0/+22
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-17Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed testsSantiago Pastorino-20/+339
2023-03-17Add generic parameters mismatch test for async in traitsSantiago Pastorino-0/+31
2023-03-17Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as...Santiago Pastorino-1/+16
2023-03-17Add regression test for #109258Guillaume Gomez-0/+27
2023-03-17Pass the right HIR back from get_fn_declMichael Goulet-0/+22
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-17Increase array size in array-map.rsNikita Popov-3/+3
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-17Suggest surrounding the macro with `{}` to interpret as a statementMu42-0/+25
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