about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-16Auto merge of #86332 - rylev:fix-ice-docalias, r=GuillaumeGomezbors-4/+11
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-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-15Rollup merge of #86277 - jsha:remove-must-use, r=ManishearthYuki Okushi-42/+1
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-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-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
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-26/+26
2021-06-12add `@has`Ellen-0/+2
2021-06-12Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726bors-0/+105
2021-06-12lineEllen-1/+1
2021-06-12dont ICE on `ConstEvaluatable` predicatesEllen-0/+5
2021-06-12Auto merge of #86130 - BoxyUwU:abstract_const_as_cast, r=oli-obkbors-0/+279
2021-06-11Suggest a FnPtr type if a FnDef type is foundFabian Wolff-27/+33
2021-06-12Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obkYuki Okushi-11/+17
2021-06-12Rollup merge of #86174 - lqd:const-ub-align, r=RalfJungYuki Okushi-0/+48
2021-06-12Rollup merge of #86153 - tmiasko:dummy-span, r=estebankYuki Okushi-8/+8
2021-06-12Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726Yuki Okushi-0/+20
2021-06-12Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obkYuki Okushi-12/+40
2021-06-11Do not suggest to add type annotations for unnameable typesFabian Wolff-0/+99
2021-06-11Auto merge of #86116 - FabianWolff:issue-86100, r=varkorbors-0/+80
2021-06-11Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJungbors-0/+37
2021-06-11Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieubors-4/+0
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-4/+0
2021-06-11Auto merge of #85961 - 1000teslas:issue-71519-fix, r=petrochenkovbors-0/+10
2021-06-11Run full const-generics test for issue-72293Yuki Okushi-11/+17
2021-06-10Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkovbors-101/+207
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-20/+26
2021-06-10Fix force-warns to allow dashes.Eric Huss-1/+1
2021-06-10support `as _` and add testsEllen-2/+217
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-816/+80
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-101/+207
2021-06-10regression test for issue 82465.Felix S. Klock II-0/+16
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-83/+2
2021-06-10gcc-lld mvp1000teslas-0/+10