about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-06-16Factor out render_rightsideJacob Hoffman-Andrews-3/+0
2021-06-16Make portability part of the summary.Jacob Hoffman-Andrews-3/+3
2021-06-16Remove methods under Implementors on trait pagesJacob Hoffman-Andrews-20/+0
2021-06-16add regression test for issue #37508Yerkebulan Tulibergenov-0/+36
2021-06-16add regression test for issue #39161Yerkebulan Tulibergenov-0/+13
2021-06-17Rollup merge of #86260 - jsha:expand-methods, r=GuillaumeGomezYuki Okushi-0/+5
2021-06-17Rollup merge of #86104 - FabianWolff:issue-86085, r=davidtwcoYuki Okushi-0/+43
2021-06-16Open trait implementations' toggles by default.Jacob Hoffman-Andrews-0/+5
2021-06-16rename test-casesTrinity Pointard-4/+4
2021-06-16Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomezbors-4/+11
2021-06-16Move some typeck-related tests to the typeck dirYuki Okushi-0/+0
2021-06-16Remove invalid suggestions for assoc consts on placeholder type errorYuki Okushi-0/+35
2021-06-16Allow to pass arguments to rustdoc-gui toolGuillaume Gomez-0/+12
2021-06-16Update test stderr filesAris Merchant-43/+6
2021-06-15add regression test for issue #78632Yerkebulan Tulibergenov-0/+59
2021-06-16Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqdYuki Okushi-0/+20
2021-06-16Rollup merge of #86280 - JohnTitor:issue-76510, r=oli-obkYuki Okushi-0/+90
2021-06-16Rollup merge of #86242 - BoxyUwU:rustdoc-const-evaluatable-ice, r=oli-obkYuki Okushi-0/+7
2021-06-16Rollup merge of #85283 - Swatinem:ordered-profraw, r=tmandryYuki Okushi-6/+8
2021-06-16Do not emit invalid suggestions on multiple mutable borrow errorsYuki Okushi-0/+32
2021-06-15Use better error message for hard errors in CTFESmitty-88/+54
2021-06-15Add test for safe intrinsicsGuillaume Gomez-0/+20
2021-06-15Fix ICE when doc aliases were put on function paramsRyan Levick-4/+11
2021-06-15remove code for recursive Deref in sidebarTrinity Pointard-0/+22
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-2/+2
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-1/+3
2021-06-15Use last segmenthi-rustin-24/+22
2021-06-15fix rustdoc stack overflow on mutually recursive DerefTrinity Pointard-0/+22
2021-06-15Rollup merge of #86277 - jsha:remove-must-use, r=ManishearthYuki Okushi-42/+1
2021-06-15shrinking the deprecated method spanhi-rustin-123/+157
2021-06-15Add future_prelude_collision to 2021 compat groupjam1garner-11/+66
2021-06-15Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514bors-83/+18
2021-06-14Auto merge of #86275 - lqd:ctfe-validation, r=RalfJungbors-95/+95
2021-06-14Avoid possible filename collision in coverage testsArpad Borsos-6/+8
2021-06-14don't warn for fully qual inherent methodsNiko Matsakis-0/+42
2021-06-14add inherent-method-collision testNiko Matsakis-0/+15
2021-06-14move test to rust-2021 directoryNiko Matsakis-0/+0
2021-06-14Fix `future_prelude_collision` not maintaining type aliasesjam1garner-1/+15
2021-06-14Fix `future_prelude_collision` lint breaking for pointer mutabilty coercionjam1garner-7/+35
2021-06-14Add autoderef and autoref tests for `future_prelude_collision` lintjam1garner-5/+47
2021-06-14Add UI tests for `future_prelude_collision` lintjam1garner-0/+142
2021-06-14Auto merge of #86117 - ehuss:force-warns-underscore, r=rylevbors-1/+1
2021-06-14Add a regression test for issue-76510Yuki Okushi-0/+90
2021-06-13Remove must_use from ALLOWED_ATTRIBUTESJacob Hoffman-Andrews-42/+1
2021-06-14Permit zero non-zero-field on transparent typesYuki Okushi-72/+42
2021-06-13update tests involving CTFE validationRémy Rakic-95/+95
2021-06-13Auto merge of #86271 - GuillaumeGomez:fix-font-weight, r=jshabors-1/+31
2021-06-13Add test to ensure font-weight is applied correctlyGuillaume Gomez-1/+31
2021-06-13Auto merge of #86245 - lqd:const-ub-align, r=RalfJungbors-27/+129
2021-06-13Test invalid vtable size/alignment const UB errorsRémy Rakic-27/+129