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

Split create_def and lowering of lifetimes for opaque types and bare async fns #99867

Merged
merged 56 commits into from
Aug 5, 2022

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    5c23a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b14c957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f11a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84a24a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cda2c04 View commit details
    Browse the repository at this point in the history
  6. Add debug! calls

    spastorino committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    399609e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fac7631 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25825cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19dcbd1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a184ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c0d9ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20c88a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f77688 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f334f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    05b989e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    81c4d23 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1802d45 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c390bda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    14ea178 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3030ab3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d9e6364 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6041ed0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    552f6b0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    95158fd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6c6a81e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f6b4dd1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2d826e2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f0db1d6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1d6cebf View commit details
    Browse the repository at this point in the history
  30. Remove captured_lifetimes and LifetimeCaptureContext and make create_…

    …lifetime_defs return the captures
    spastorino committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1380062 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cd3c388 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    40bcbed View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7858509 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    966269a View commit details
    Browse the repository at this point in the history
  35. Document opt_local_def_id

    spastorino committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c946cdc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    11e00f5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6289d0e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d85720a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    76b518f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4b9b583 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    12fa339 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3f7db37 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9c7de6f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a3bfdc7 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    cab6740 View commit details
    Browse the repository at this point in the history
  46. Add more debug calls

    spastorino committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2f353d1 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1ece866 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9f10f58 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f8b1b2b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    5e71659 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c0923c8 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    45991f9 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    ece5245 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    bf1c7da View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    065e497 View commit details
    Browse the repository at this point in the history
  56. Fix typo

    spastorino committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4170d73 View commit details
    Browse the repository at this point in the history