about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-11-13Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitorbors-80/+141
2022-11-13Rollup merge of #104345 - fmease:fix-up-a-fluent-message, r=compiler-errorsYuki Okushi-1/+29
2022-11-13Rollup merge of #104318 - c410-f3r:moar-errors, r=petrochenkovYuki Okushi-0/+0
2022-11-13Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum...Yuki Okushi-53/+62
2022-11-13Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomezYuki Okushi-26/+50
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-18/+18
2022-11-13fix up a fluent messageLeón Orell Valerian Liehr-1/+29
2022-11-12Auto merge of #103311 - petrochenkov:pblfix, r=bjorn3bors-1/+4
2022-11-12Update run-make-fulldeps testsVadim Petrochenkov-1/+4
2022-11-12Auto merge of #104325 - GuillaumeGomez:rollup-19bzwoa, r=GuillaumeGomezbors-80/+273
2022-11-12Rollup merge of #104319 - GuillaumeGomez:fix-non-clickable-source-link, r=not...Guillaume Gomez-0/+5
2022-11-12Rollup merge of #104261 - compiler-errors:formal-and-expected-differ, r=estebankGuillaume Gomez-0/+55
2022-11-12Rollup merge of #104250 - GuillaumeGomez:migrate-not-found-link-color, r=notr...Guillaume Gomez-0/+36
2022-11-12Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-deadGuillaume Gomez-0/+65
2022-11-12Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726Guillaume Gomez-80/+80
2022-11-12Rollup merge of #104110 - krasimirgg:msan-16, r=nagisaGuillaume Gomez-0/+32
2022-11-12Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkovbors-8/+13
2022-11-12Add GUI test to ensure that source links can be clickedGuillaume Gomez-0/+5
2022-11-12Move testsCaio-0/+0
2022-11-12Use same color for links in no result searchGuillaume Gomez-2/+2
2022-11-12Add GUI test for "no result found" linksGuillaume Gomez-0/+36
2022-11-12Auto merge of #102701 - flba-eb:add_qnx_nostd_support, r=cjgillotbors-1/+1
2022-11-12Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPCbors-34/+306
2022-11-12Rollup merge of #104267 - notriddle:notriddle/checkbox, r=GuillaumeGomezDylan DPC-12/+84
2022-11-12Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errorsDylan DPC-0/+135
2022-11-12Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebankDylan DPC-20/+14
2022-11-12Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obkDylan DPC-2/+73
2022-11-12Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebankbors-133/+89
2022-11-12Auto merge of #103150 - joboet:remove_lock_wrappers, r=m-ou-sebors-2/+2
2022-11-11rustdoc: update test casesMichael Howell-17/+9
2022-11-11rustdoc: make notable traits popover behavior consistent with Help and SettingsMichael Howell-0/+28
2022-11-11rustdoc: use consistent "popover" styling for notable traitsMichael Howell-36/+25
2022-11-11Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearthbors-92/+678
2022-11-11Auto merge of #104289 - Dylan-DPC:rollup-v7wei2t, r=Dylan-DPCbors-93/+264
2022-11-11Rollup merge of #104129 - notriddle:notriddle/102576-js-notable-trait, r=Mani...Manish Goregaokar-16/+108
2022-11-11Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebankManish Goregaokar-4/+76
2022-11-11Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e...Manish Goregaokar-0/+97
2022-11-11Rollup merge of #100386 - compiler-errors:sized-coinductive-redux, r=lcnrManish Goregaokar-69/+113
2022-11-11Rollup merge of #95292 - BGR360:const-trait-specialize, r=lcnrManish Goregaokar-3/+284
2022-11-11rustdoc: add test cases for checkbox togglesMichael Howell-4/+79
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-8/+13
2022-11-11Rollup merge of #104216 - Nilstrieb:dont-ice-invalid-operator-traits, r=estebankDylan DPC-0/+31
2022-11-11Rollup merge of #104202 - camsteffen:103748, r=estebankDylan DPC-0/+59
2022-11-11Rollup merge of #104169 - GuillaumeGomez:migrate-css-target, r=notriddleDylan DPC-0/+35
2022-11-11Rollup merge of #103445 - fmease:fix-50291, r=estebankDylan DPC-7/+5
2022-11-11Rollup merge of #100633 - estebank:must_use_async_fn_return, r=tmandryDylan DPC-86/+134
2022-11-11Print all labels, even if they have no span. Fall back to main item's span.Oli Scherer-13/+10
2022-11-11Don't add message that will never be shown to usersOli Scherer-7/+4
2022-11-11Do not rename bound variables when verbose-printing binders.Camille GILLOT-18/+18
2022-11-11Visit opaque types during type collection too.Camille GILLOT-321/+100