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

Replace all labels with interned labels #7762

Merged
merged 55 commits into from
Oct 25, 2023

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    431a27e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777b394 View commit details
    Browse the repository at this point in the history
  3. Use from instead of into

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    369cf43 View commit details
    Browse the repository at this point in the history
  4. Fix invariant descriptions

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5277f1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ac419a View commit details
    Browse the repository at this point in the history
  6. Make all labels internable

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9258450 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    556a8ac View commit details
    Browse the repository at this point in the history
  8. remove Borrow from Leak

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0f6596e View commit details
    Browse the repository at this point in the history
  9. merge StaticRef with Leak

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e9e16fb View commit details
    Browse the repository at this point in the history
  10. make a note private

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0d9d83b View commit details
    Browse the repository at this point in the history
  11. interned labels are labels

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    fff9864 View commit details
    Browse the repository at this point in the history
  12. simplify interning APIs

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    803fa9c View commit details
    Browse the repository at this point in the history
  13. rustfmt

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3099a4b View commit details
    Browse the repository at this point in the history
  14. special-case interned system sets

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    815b52c View commit details
    Browse the repository at this point in the history
  15. remove an unnecessary special-case

    JoJoJet authored and geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ab0e722 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    681b470 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6c61187 View commit details
    Browse the repository at this point in the history
  18. Fix clippy warnings

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    73c05c9 View commit details
    Browse the repository at this point in the history
  19. Improve documentation

    Co-authored-by: Joseph <21144246+JoJoJet@users.noreply.github.com>
    geieredgar and JoJoJet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    531bb9b View commit details
    Browse the repository at this point in the history
  20. Fix whitespace

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    53e6e2c View commit details
    Browse the repository at this point in the history
  21. Fix docs

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c664fe7 View commit details
    Browse the repository at this point in the history
  22. Update crates/bevy_utils/src/intern.rs

    Co-authored-by: Joseph <21144246+JoJoJet@users.noreply.github.com>
    geieredgar and JoJoJet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a4d7c81 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    11fcbd0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b5130c7 View commit details
    Browse the repository at this point in the history
  25. Fix macro hygiene

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c190414 View commit details
    Browse the repository at this point in the history
  26. Fix typos

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    db71468 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    75b2a46 View commit details
    Browse the repository at this point in the history
  28. Remove code duplication

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f596145 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    04dbbeb View commit details
    Browse the repository at this point in the history
  30. Remove headings

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    806b0a5 View commit details
    Browse the repository at this point in the history
  31. Fix derive macro docs

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    afc0a2d View commit details
    Browse the repository at this point in the history
  32. Refactor static_ref_impl

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    629e02c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3f769e5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8ea3a7f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    cbf145b View commit details
    Browse the repository at this point in the history
  36. Fix formating

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8efc7a1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a501af7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1d1b8a9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5a43a0c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    65a54aa View commit details
    Browse the repository at this point in the history
  41. Add names to blocks for extra methods

    Co-authored-by: Joseph <21144246+JoJoJet@users.noreply.github.com>
    geieredgar and JoJoJet committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    99f7cfc View commit details
    Browse the repository at this point in the history
  42. Fix clippy warning

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    4286b3c View commit details
    Browse the repository at this point in the history
  43. Fix docs

    geieredgar committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ba6d135 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    a05e6f1 View commit details
    Browse the repository at this point in the history
  2. Fix errors after merging

    geieredgar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    83c2b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    563e392 View commit details
    Browse the repository at this point in the history
  4. Add unit distinction test

    geieredgar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6a3760f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2af81e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    846734a View commit details
    Browse the repository at this point in the history
  7. Fix missing ;

    geieredgar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8d10df7 View commit details
    Browse the repository at this point in the history
  8. Fix test

    geieredgar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4b1a9fd View commit details
    Browse the repository at this point in the history
  9. Fix doctest

    geieredgar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    813dd42 View commit details
    Browse the repository at this point in the history
  10. Fix doc link

    geieredgar committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    83ee170 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    2d75e20 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Flip comparison order

    cart committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e2acc8b View commit details
    Browse the repository at this point in the history