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

[Merged by Bors] - ParamSet for conflicting SystemParam:s #2765

Closed
wants to merge 42 commits into from

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    f8c9a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3149b56 View commit details
    Browse the repository at this point in the history
  3. impl Into for FilteredAccess

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2501b97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ab43ea View commit details
    Browse the repository at this point in the history
  5. add and impl ParamSet

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    79fb544 View commit details
    Browse the repository at this point in the history
  6. add some tests

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    aeffdad View commit details
    Browse the repository at this point in the history
  7. add safety comments

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    142b123 View commit details
    Browse the repository at this point in the history
  8. fix access bug

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    33ac800 View commit details
    Browse the repository at this point in the history
  9. run cargo fmt

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    089b904 View commit details
    Browse the repository at this point in the history
  10. fix clippy stuff

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    907b02d View commit details
    Browse the repository at this point in the history
  11. add specialized panic messages

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5955bfe View commit details
    Browse the repository at this point in the history
  12. remove debug comments

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3f9056a View commit details
    Browse the repository at this point in the history
  13. add ParamSet to prelude

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3b77ea3 View commit details
    Browse the repository at this point in the history
  14. added paramset to prelude

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    d678368 View commit details
    Browse the repository at this point in the history
  15. add docstrings

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    bc72f56 View commit details
    Browse the repository at this point in the history
  16. remove ParamConflictType

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    90a5236 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dae0456 View commit details
    Browse the repository at this point in the history
  18. Update add context in ParamSet docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    bilsen and alice-i-cecile committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5f011c9 View commit details
    Browse the repository at this point in the history
  19. use HashSet from bevy_util

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    159ced1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    330c95f View commit details
    Browse the repository at this point in the history
  21. fix rebase

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c875753 View commit details
    Browse the repository at this point in the history
  22. fix tests

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    cf2c51c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7a28816 View commit details
    Browse the repository at this point in the history
  24. remove broken doc links

    bilsen committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    7b520e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

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

Commits on Jan 6, 2022

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

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    107003d View commit details
    Browse the repository at this point in the history
  2. Better docs

    bilsen committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    e466cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ebd608 View commit details
    Browse the repository at this point in the history
  4. Wording

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    bilsen and alice-i-cecile committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    74cc0cf View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    88eaefc View commit details
    Browse the repository at this point in the history
  2. fix merge

    bilsen committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    3236779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    385bdc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    265f8fd View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    bilsen committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    c6964fc View commit details
    Browse the repository at this point in the history
  6. remove paramset link

    bilsen committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    2b62288 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 29, 2022

  1. remove old compile_fail tests

    cart committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    16c8258 View commit details
    Browse the repository at this point in the history
  2. remove unused Access function

    cart committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3a4eee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6503fed View commit details
    Browse the repository at this point in the history
  4. remove unused

    cart committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a2dc8ae View commit details
    Browse the repository at this point in the history