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

backport of changes in #17057 that don't require new worlds #18679

Merged
merged 9 commits into from
Oct 4, 2016

Commits on Oct 3, 2016

  1. fix a slottypes bug exposed by making singleton objects more inferable

    the widenconst for slottypes happens before optimization,
    so need to be careful not to introduce `Const` in that array during optimization
    vtjnash committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    469031e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5baf6a View commit details
    Browse the repository at this point in the history
  3. make singleton objects more inferable and remove invalid @generated f…

    …unctions from irrationals
    vtjnash committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    8e39436 View commit details
    Browse the repository at this point in the history
  4. avoid runtime @eval in @parallel test

    vtjnash committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    d8ea82e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    785adca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39d3699 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f64fa84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f299848 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d790275 View commit details
    Browse the repository at this point in the history