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 Option<Entity> to leverage niche optimization #3029

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. Remove unsafe code for NonZeroU32 in entity, run rust format, mark en…

    …tity slots as dead instead of wrapping
    NotVeryMoe committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7ad7eaa View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Add entity generation exhaustion warning

    NotVeryMoe committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    43e990d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Address PR feedback to improve documentation

    Change generation.unwrap to generation.expect, add documentation for None generation's in entity meta, add documentation for wrapping_add of generations, revert doc comment change, fix generation comparison
    NotVeryMoe committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    e3784e5 View commit details
    Browse the repository at this point in the history
  2. Ran cargo format

    NotVeryMoe committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    4767f08 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Remove workaround for the now stablized const panic

    NotVeryMoe committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    2e201a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Change to unreachable

    NotVeryMoe committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    ab84dff View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Merge remote-tracking branch 'upstream/main' into option-entity-gener…

    …ation-optimization
    NotVeryMoe committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    3535468 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    080fef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    829ae66 View commit details
    Browse the repository at this point in the history
  3. Fix format

    notverymoe committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    6323185 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Fix tests

    notverymoe committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    41c3e80 View commit details
    Browse the repository at this point in the history