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] - Extract Resources into their own dedicated storage #4809

Closed
wants to merge 40 commits into from

Commits on Jun 7, 2022

  1. Preliminary changes

    james7132 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7cd3e3f View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    james7132 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    76ede2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b16be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5464d47 View commit details
    Browse the repository at this point in the history
  5. Fix build

    james7132 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    32c5456 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    james7132 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    bb9a49f View commit details
    Browse the repository at this point in the history
  7. Fix CI

    james7132 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b719c1b View commit details
    Browse the repository at this point in the history
  8. Fix CI

    james7132 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    99f14d7 View commit details
    Browse the repository at this point in the history
  9. Shrink Resources

    james7132 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4918e10 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Less jank way of fetching ticks.

    Co-authored-by: Boxy <supbscripter@gmail.com>
    james7132 and BoxyUwU committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    2b24bac View commit details
    Browse the repository at this point in the history
  2. Better safety comment.

    Co-authored-by: Boxy <supbscripter@gmail.com>
    james7132 and BoxyUwU committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    ab675d1 View commit details
    Browse the repository at this point in the history
  3. Better safety comment.

    Co-authored-by: Boxy <supbscripter@gmail.com>
    james7132 and BoxyUwU committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    bd25ccc View commit details
    Browse the repository at this point in the history
  4. Correct safety comment pointing to the right parameter.

    Co-authored-by: Boxy <supbscripter@gmail.com>
    james7132 and BoxyUwU committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    70578fe View commit details
    Browse the repository at this point in the history
  5. Much simpler remove impl.

    Co-authored-by: Boxy <supbscripter@gmail.com>
    james7132 and BoxyUwU committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    27ce1a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Update safety comments

    james7132 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    520fd30 View commit details
    Browse the repository at this point in the history
  2. Move the unsafe into Column

    james7132 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7737705 View commit details
    Browse the repository at this point in the history
  3. Column::get

    james7132 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a6b5e4b View commit details
    Browse the repository at this point in the history
  4. Formatting

    james7132 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    610c617 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e32ec9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    515e2b3 View commit details
    Browse the repository at this point in the history
  7. Remove contains

    james7132 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c1f1133 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    a0731e6 View commit details
    Browse the repository at this point in the history
  2. Fix test compilation

    james7132 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f4123b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Fix must_use typo

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    james7132 and alice-i-cecile committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    bb38531 View commit details
    Browse the repository at this point in the history
  2. Change panic message.

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    james7132 and alice-i-cecile committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    bb59857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3556580 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734584d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

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

Commits on Oct 16, 2022

  1. Fix CI

    james7132 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    58027c4 View commit details
    Browse the repository at this point in the history
  2. Update get's doc comment.

    Co-authored-by: JoJoJet <21144246+JoJoJet@users.noreply.github.com>
    james7132 and JoJoJet committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    d3d846a View commit details
    Browse the repository at this point in the history
  3. Update get_mut's doc comment.

    Co-authored-by: JoJoJet <21144246+JoJoJet@users.noreply.github.com>
    james7132 and JoJoJet committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    40afd47 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Fix docs typo

    Co-authored-by: Boxy <supbscripter@gmail.com>
    james7132 and BoxyUwU committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7b9fbf0 View commit details
    Browse the repository at this point in the history
  2. Use an impl param instead of a bound

    Co-authored-by: Boxy <supbscripter@gmail.com>
    james7132 and BoxyUwU committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a6c8977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39be822 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    efd5113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    535bc9f View commit details
    Browse the repository at this point in the history
  3. Fix CI

    james7132 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7932fa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2476ed View commit details
    Browse the repository at this point in the history
  5. Formatting

    james7132 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    31cd2b4 View commit details
    Browse the repository at this point in the history