1. 08 7月, 2020 1 次提交
  2. 26 6月, 2020 2 次提交
  3. 06 6月, 2020 1 次提交
    • J
      properly handle feature gated lints · e7e6bc11
      Joey Hain 提交于
      - lint: add `feature_gate` field, allow specifying it in `declare_lint!`
      
      - generalize the lint feature gate check
      
      - librustdoc: generalize whitelisting of feature-gated lints
      e7e6bc11
  4. 30 5月, 2020 1 次提交
  5. 29 5月, 2020 1 次提交
  6. 28 5月, 2020 1 次提交
  7. 11 5月, 2020 1 次提交
    • M
      Fix clippy warnings · 8bfd8453
      Matthias Krüger 提交于
      Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed}
      8bfd8453
  8. 02 5月, 2020 1 次提交
  9. 28 4月, 2020 1 次提交
  10. 24 4月, 2020 3 次提交
  11. 23 4月, 2020 1 次提交
  12. 19 4月, 2020 1 次提交
  13. 10 4月, 2020 1 次提交
  14. 30 3月, 2020 3 次提交
  15. 22 3月, 2020 5 次提交
  16. 16 3月, 2020 1 次提交
  17. 02 3月, 2020 1 次提交
  18. 01 3月, 2020 1 次提交
  19. 27 2月, 2020 1 次提交
  20. 22 2月, 2020 1 次提交
  21. 10 2月, 2020 1 次提交
  22. 04 2月, 2020 1 次提交
  23. 02 2月, 2020 1 次提交
  24. 27 1月, 2020 1 次提交
  25. 11 1月, 2020 1 次提交
  26. 10 1月, 2020 1 次提交
  27. 08 1月, 2020 1 次提交
  28. 05 1月, 2020 3 次提交
    • M
      Remove rustc_hir reexports in rustc::hir. · ebfd8673
      Mazdak Farrokhzad 提交于
      ebfd8673
    • 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
    • M
      canonicalize FxHash{Map,Set} imports · 7901c7f7
      Mazdak Farrokhzad 提交于
      7901c7f7
  29. 03 1月, 2020 1 次提交