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

Refactor interning to properly mark memory as mutable or immutable #58351

Merged
merged 22 commits into from
Jun 19, 2019

Commits on Jun 19, 2019

  1. Fixmes and style fixes

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8d5728a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b6f386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b1bd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    870a6dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b52f6f4 View commit details
    Browse the repository at this point in the history
  6. Fix rebase fallout

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    d6fa407 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e3fbcf View commit details
    Browse the repository at this point in the history
  8. Elaborate on a comment

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    13f35de View commit details
    Browse the repository at this point in the history
  9. Add and update more tests

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    104b108 View commit details
    Browse the repository at this point in the history
  10. s/intern/intern_shallow/

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    98bf737 View commit details
    Browse the repository at this point in the history
  11. The future is now

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5734558 View commit details
    Browse the repository at this point in the history
  12. Fix typo

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a18d99a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    521d38a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6229a8f View commit details
    Browse the repository at this point in the history
  15. Update ui test output

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    667f94c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    921f0d9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb37bf0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fd426a6 View commit details
    Browse the repository at this point in the history
  19. More FIXMEs

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    62af19b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3977cc2 View commit details
    Browse the repository at this point in the history
  21. Fix comment about alignments

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    ce39fff View commit details
    Browse the repository at this point in the history
  22. packed -> repr(packed)

    oli-obk committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    cd290c7 View commit details
    Browse the repository at this point in the history