Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Spans from HIR #72015

Closed
wants to merge 41 commits into from
Closed

Remove Spans from HIR #72015

wants to merge 41 commits into from

Commits on Mar 13, 2021

  1. Collect spans during lowering.

    Collect spans directly into an IndexVec.
    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    596450e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6618d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166bb39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46b2dc2 View commit details
    Browse the repository at this point in the history
  5. Pass HirId in save_analysis.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    9c1039a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b5f1a3 View commit details
    Browse the repository at this point in the history
  7. Fix fulldeps tests.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    07e9c5c View commit details
    Browse the repository at this point in the history
  8. Fix clippy.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4cff471 View commit details
    Browse the repository at this point in the history
  9. Remove span from hir::Param.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    173048d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56a6530 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    272a1f2 View commit details
    Browse the repository at this point in the history
  12. Remove span from hir::Stmt.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7b8595f View commit details
    Browse the repository at this point in the history
  13. Remove span from hir::Block.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    a295ae3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32716ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6ec2356 View commit details
    Browse the repository at this point in the history
  16. Remove span from hir::Arm.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4f527e9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1fcff64 View commit details
    Browse the repository at this point in the history
  18. Remove span from hir::Local.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3cf2fba View commit details
    Browse the repository at this point in the history
  19. Remove span from hir::Pat.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f51da1e View commit details
    Browse the repository at this point in the history
  20. Remove span from hir::Field.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    ec56b9f View commit details
    Browse the repository at this point in the history
  21. Remove GenericArg::span.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    ec5cd74 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    66e1a16 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a29261d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    56871a5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    346176f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6459750 View commit details
    Browse the repository at this point in the history
  27. Fix fulldeps tests.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fcdfaf0 View commit details
    Browse the repository at this point in the history
  28. Fortify find_entry.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    e6d9d4b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    125796b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7e26fd6 View commit details
    Browse the repository at this point in the history
  31. Pass HirId in rustc_lint.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    bdb83e2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    05e913a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2035593 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cf99aea View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    85396f8 View commit details
    Browse the repository at this point in the history
  36. Remove span from hir::Item.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    042bf08 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d632f42 View commit details
    Browse the repository at this point in the history
  38. Remove Span from hir::Ty.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    0d9d1e0 View commit details
    Browse the repository at this point in the history
  39. Remove Span from hir::Expr.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    e281f67 View commit details
    Browse the repository at this point in the history
  40. Fix fulldeps tests.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f065656 View commit details
    Browse the repository at this point in the history
  41. Fix suggestions.

    cjgillot committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    bb40d08 View commit details
    Browse the repository at this point in the history