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

Document that heap allocations are not guaranteed to happen, even if explicitly performed in the code #79045

Merged

Commits on Nov 19, 2020

  1. Document that heap allocations are not guaranteed to happen, even if …

    …explicitly performed in the code
    oli-obk committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a2f938a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173892c View commit details
    Browse the repository at this point in the history
  3. Fix tidy

    oli-obk committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    3d1f676 View commit details
    Browse the repository at this point in the history
  4. Elaborate on side effects

    oli-obk committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    dfca61a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d62b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

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

Commits on Dec 26, 2020

  1. Update library/core/src/alloc/global.rs

    Co-authored-by: Ralf Jung <post@ralfj.de>
    oli-obk and RalfJung authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    48c8ff5 View commit details
    Browse the repository at this point in the history
  2. Update library/core/src/alloc/mod.rs

    Co-authored-by: Ralf Jung <post@ralfj.de>
    oli-obk and RalfJung authored Dec 26, 2020
    Configuration menu
    Copy the full SHA
    714feab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fba17e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efcd8a9 View commit details
    Browse the repository at this point in the history