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

Allow to expect (adopted) #15301

Merged
merged 34 commits into from
Sep 20, 2024
Merged

Commits on Sep 19, 2024

  1. feat(ecs): specify ellided lifetime

    Fixes a warning that was raised!
    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4aa4081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d48e7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b379a View commit details
    Browse the repository at this point in the history
  4. refactor(ptr): migrate bevy_ptr

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5a94b2e View commit details
    Browse the repository at this point in the history
  5. refactor(utils): migrate bevy_utils

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c0830cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b0e8e0 View commit details
    Browse the repository at this point in the history
  7. refactor(tasks): migrate bevy_tasks

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    648ff55 View commit details
    Browse the repository at this point in the history
  8. refactor(ecs): migrate bevy_ecs

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4981d93 View commit details
    Browse the repository at this point in the history
  9. refactor(derive): migrate bevy_derive

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    66f72a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a9db7d View commit details
    Browse the repository at this point in the history
  11. refactor(app): migrate bevy_app

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5bfe4b7 View commit details
    Browse the repository at this point in the history
  12. refactor: rustfmt

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    37cacc4 View commit details
    Browse the repository at this point in the history
  13. fix(reflect): switch some #[expect(...)] to #[allow(...)] when th…

    …e lint may not always throw
    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cac6cbf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    486781c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c50791f View commit details
    Browse the repository at this point in the history
  16. fix: better wording in bevy_app reason

    Co-authored-by: Ben Frankel <ben.frankel7@gmail.com>
    2 people authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dce395d View commit details
    Browse the repository at this point in the history
  17. feat(reflect): condional #[expect(...)]

    Expands on 2a947d7.
    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8f8756c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80202ee View commit details
    Browse the repository at this point in the history
  19. refactor(log): migrate bevy_log

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1cfe910 View commit details
    Browse the repository at this point in the history
  20. refactor(time): migrate bevy_time

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1631b97 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    73868a4 View commit details
    Browse the repository at this point in the history
  22. refactor(asset): migrate bevy_asset

    BD103 authored and richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5ce7428 View commit details
    Browse the repository at this point in the history
  23. Fix typo

    richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2a296a8 View commit details
    Browse the repository at this point in the history
  24. Fix typo

    Co-authored-by: Antony <antony.m.3012@gmail.com>
    richchurcher and chompaa committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    462f8ad View commit details
    Browse the repository at this point in the history
  25. Fix quotes

    Co-authored-by: Antony <antony.m.3012@gmail.com>
    richchurcher and chompaa committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e2ca452 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    98e02f8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    18f523a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ae87e76 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    31918d5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    622c015 View commit details
    Browse the repository at this point in the history
  31. Remove defunct comment

    richchurcher committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cdcaf84 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    ff5ecf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd95b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    762b9d9 View commit details
    Browse the repository at this point in the history