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

Move structures from ty/mod.rs into their own modules #111208

Closed
wants to merge 38 commits into from

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    e467f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5854e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9990165 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05c8728 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb29d65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c19b3f1 View commit details
    Browse the repository at this point in the history
  7. Move `ty::{OutlivesPredicate, PolyRegionOutlivesPredicate, PolyTypeOu…

    …tlivesPredicate, RegionOutlivesPredicate, TypeOutlivesPredicate}` to their own little module (cute)
    WaffleLapkin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    7ca97d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81f69a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94d522e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a600a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64c7cc2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    528e9b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    24c89cd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79f92ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a409b98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    29a7901 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    71e0bb4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8be9b84 View commit details
    Browse the repository at this point in the history
  19. Move `ty::{Placeholder, PlaceholderConst, PlaceholderRegion, Placehol…

    …derType}` to their own little module (cute)
    WaffleLapkin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    cacaab6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c0e0ce View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0810f88 View commit details
    Browse the repository at this point in the history
  22. Move ty::{ResolverAstLowering, ResolverGlobalCtxt, ResolverOutputs}

    … to their own little module (cute)
    WaffleLapkin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    32fe946 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9db043f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5e441b8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7a41522 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a1e3cb4 View commit details
    Browse the repository at this point in the history
  27. Move `ty::{BoundConst, CReaderCacheKey, ClosureSizeProfileData, Crate…

    …InherentImpls, CrateVariancesMap, Destructor, DestructuredConst, ImplHeader, ImplOverlapKind, ImplSubject, InferVarInfo, OpaqueTypeKey, VariantDiscr, VariantFlags}` to their own little modules (cute)
    WaffleLapkin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    9acb574 View commit details
    Browse the repository at this point in the history
  28. Rearange [pub] uses

    WaffleLapkin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    3c941b2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2c556f5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a04bd9b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    335f7ca View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b6237e6 View commit details
    Browse the repository at this point in the history
  33. Move rustc_middle::{ty=>}::resolver_outputs

    ... and add `MainDefinition` to it
    WaffleLapkin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    413370b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e3de992 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    07e0e75 View commit details
    Browse the repository at this point in the history
  36. Destribute placeholders

    WaffleLapkin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    fa016bc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5793896 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7fad53e View commit details
    Browse the repository at this point in the history