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

Some cleanups around AllocId management #56461

Merged
merged 11 commits into from
Dec 13, 2018
Merged

Commits on Dec 3, 2018

  1. Monomorphize AllocMap struct

    oli-obk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    a5e57c8 View commit details
    Browse the repository at this point in the history
  2. Monomorphize AllocType

    oli-obk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    3074fcb View commit details
    Browse the repository at this point in the history
  3. Function pointers are only equal to themselves, not to other function…

    … pointers to the same function
    oli-obk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f6b3eb0 View commit details
    Browse the repository at this point in the history
  4. Document AllocMap

    oli-obk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    3d278e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1e83a9 View commit details
    Browse the repository at this point in the history
  6. s/AllocType/AllocKind/

    oli-obk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    2e00d64 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. s/alloc_type/alloc_kind/

    oli-obk committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    d625019 View commit details
    Browse the repository at this point in the history
  2. Clear up comment

    oli-obk committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    66b2353 View commit details
    Browse the repository at this point in the history
  3. s/id_to_type/id_to_kind/

    oli-obk committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    760df2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    982a966 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7181aa1 View commit details
    Browse the repository at this point in the history