1. 24 10月, 2018 1 次提交
  2. 15 10月, 2018 1 次提交
  3. 12 10月, 2018 1 次提交
  4. 11 10月, 2018 4 次提交
  5. 06 10月, 2018 4 次提交
    • P
      Fix empty-section.rs test · 28596ade
      Philip Munksgaard 提交于
      The Auto Trait Implementation section is not wrapped in a
      `synthetic-implementations` class. In fact, it is wrapped in a
      `synthetic-implementations` id. However, we can generalize and completely remove
      the `synthetic-implementations` requirement. We just have to verify that there's
      no mention of "Auto Trait Implementations" anywhere.
      28596ade
    • P
      Fix redirect.rs test · a9a26de8
      Philip Munksgaard 提交于
      Struct names are no longer encapsulated in `<code>` tags, which meant that the
      test was not correctly verifying that it wasn't being show. I've also added a
      check to make sure the documentation page for the redirect::Qux struct is not
      generated at all.
      a9a26de8
    • P
      Fix unneeded-trait-implementations-title test · 5f8dc0dd
      Philip Munksgaard 提交于
      The `@!has` command does not support specifying just a PATH and an XPATH. That
      means that the previous test searched for the literal string
      `//h2[@id="implementations"]` within the generated output, which obviously
      didn't exist. Even after adding a trait implementation, the test still passed.
      The correct way to check for the existence of a DOM element with the id
      `implementations` is to use the `@count` keyword.
      5f8dc0dd
    • P
      Remove duplicate test line · 46ccce08
      Philip Munksgaard 提交于
      46ccce08
  6. 05 10月, 2018 3 次提交
    • O
      Stabilize `min_const_fn` · ec74d353
      Oliver Schneider 提交于
      ec74d353
    • P
      Add compile flags to playground-empty test · f97e094b
      Philip Munksgaard 提交于
      "Run" links to the playground are not added to the generated documentation if
      the unstable `--playground-url` argument is not passed to rustdoc. Therefore,
      without specifying `--playground-url` as a compile-flag, the test doesn't
      correctly assert that `#![doc(html_playground_url = "")]` removes playground
      links.
      f97e094b
    • P
      replace escape-rust-expr test with dont-show-const-contents · 7d3d835c
      Philip Munksgaard 提交于
      The old test was supposed to check for proper html escaping when showing the
      contents of constants. This was changed as part of #53409. The revised test
      asserts that the contents of the constant is not shown as part of the generated
      documentation.
      7d3d835c
  7. 27 9月, 2018 1 次提交
  8. 26 9月, 2018 3 次提交
  9. 20 9月, 2018 7 次提交
  10. 16 9月, 2018 1 次提交
  11. 15 9月, 2018 1 次提交
  12. 10 9月, 2018 2 次提交
  13. 07 9月, 2018 1 次提交
  14. 31 8月, 2018 1 次提交
  15. 29 8月, 2018 1 次提交
  16. 26 8月, 2018 1 次提交
  17. 25 8月, 2018 1 次提交
  18. 22 8月, 2018 1 次提交
  19. 19 8月, 2018 1 次提交
  20. 17 8月, 2018 1 次提交
  21. 16 8月, 2018 2 次提交
  22. 10 8月, 2018 1 次提交