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] - reflect: add insert and remove methods to List #7063

Closed
wants to merge 7 commits into from

Commits on Dec 29, 2022

  1. added insert and remove methods

    soqb committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    0de31b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Update crates/bevy_reflect/src/impls/std.rs

    Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
    soqb and MrGVSV committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8aae090 View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_reflect/src/impls/smallvec.rs

    Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
    soqb and MrGVSV committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    26a00b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7042ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23688a9 View commit details
    Browse the repository at this point in the history
  5. after -> before for remove docs

    soqb committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    453223a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Update crates/bevy_reflect/src/list.rs

    Co-authored-by: Johan Klokkhammer Helsing <johanhelsing@gmail.com>
    soqb and johanhelsing committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    2b1ca39 View commit details
    Browse the repository at this point in the history