1. 04 3月, 2022 1 次提交
  2. 28 2月, 2022 1 次提交
  3. 16 12月, 2021 1 次提交
  4. 01 11月, 2021 1 次提交
  5. 25 10月, 2021 1 次提交
  6. 27 9月, 2021 2 次提交
  7. 12 8月, 2021 1 次提交
  8. 06 7月, 2021 1 次提交
  9. 18 5月, 2021 5 次提交
  10. 05 5月, 2021 1 次提交
  11. 25 4月, 2021 1 次提交
  12. 22 3月, 2021 2 次提交
  13. 05 3月, 2021 1 次提交
    • J
      Don't require a `DocContext` for `report_diagnostic` · b3c4e25e
      Joshua Nelson 提交于
      This is needed for the next commit, which needs access to the `cx` from
      within the `decorate` closure.
      
      - Change `as_local_hir_id` to an associated function, since it only
        needs a `TyCtxt`
      - Change `source_span_for_markdown_range` to only take a `TyCtxt`
      b3c4e25e
  14. 17 2月, 2021 1 次提交
  15. 22 1月, 2021 1 次提交
  16. 01 1月, 2021 1 次提交
  17. 23 11月, 2020 1 次提交
    • J
      Make `fold_item_recur` non-nullable · ab1e6342
      Joshua Nelson 提交于
      This gets rid of a bunch of `unwrap()`s and makes it a little more clear
      what's going on.
      
      Originally I wanted to make `fold_item` non-nullable too, which would
      have been a lot nicer to work with, but unfortunately `stripper` does
      actually return `None` in some places. I might make a follow-up moving
      stripper to be special and not a pass so that passes can be
      non-nullable.
      ab1e6342
  18. 16 11月, 2020 1 次提交
  19. 31 8月, 2020 1 次提交
  20. 23 4月, 2020 1 次提交
  21. 01 3月, 2020 1 次提交
  22. 22 2月, 2020 1 次提交
  23. 02 2月, 2020 1 次提交
  24. 18 1月, 2020 1 次提交
  25. 10 1月, 2020 1 次提交
  26. 05 1月, 2020 2 次提交
    • A
      buffer lexer errors in rustdoc syntax checking · 1ad928ee
      Andy Russell 提交于
      1ad928ee
    • D
      Distinguish between private items and hidden items in rustdoc · 90adafbc
      David Tolnay 提交于
      I believe rustdoc should not be conflating private items (visibility
      lower than `pub`) and hidden items (attribute `doc(hidden)`). This
      matters now that Cargo is passing --document-private-items by default
      for bin crates. In bin crates that rely on macros, intentionally hidden
      implementation details of the macros can overwhelm the actual useful
      internal API that one would want to document.
      
      This PR restores the strip-hidden pass when documenting private items,
      and introduces a separate unstable --document-hidden-items option to
      skip the strip-hidden pass. The two options are orthogonal to one
      another.
      90adafbc
  27. 02 1月, 2020 1 次提交
  28. 01 1月, 2020 1 次提交
  29. 23 12月, 2019 1 次提交
  30. 21 11月, 2019 1 次提交
  31. 10 11月, 2019 2 次提交
  32. 07 11月, 2019 1 次提交