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

Value visitors for miri #55549

Merged
merged 21 commits into from
Nov 7, 2018
Merged

Value visitors for miri #55549

merged 21 commits into from
Nov 7, 2018

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    5b5e076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7bd9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8e471f View commit details
    Browse the repository at this point in the history
  4. fix for pre-NLL rustc

    RalfJung committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    fdc3a3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33770ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0f1b1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d24b37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa01e04 View commit details
    Browse the repository at this point in the history
  9. Also test for undef in enum discriminant

    The error message is sub-par, but fixing that requries moving ScalarMaybeUndef
    to librustc which would conflict badly with another PR that is in flight.
    RalfJung committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    77c2834 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aea61e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98295e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b096f08 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c267721 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    996a425 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91cad39 View commit details
    Browse the repository at this point in the history
  16. FIXME

    RalfJung committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0d596f2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7565b5a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8730410 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0529dc8 View commit details
    Browse the repository at this point in the history
  20. walk_value: more tracing

    RalfJung committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a0074ca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7b7c6ce View commit details
    Browse the repository at this point in the history