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

fix various const eval errors #33339

Merged
merged 5 commits into from
May 5, 2016
Merged

fix various const eval errors #33339

merged 5 commits into from
May 5, 2016

Commits on May 2, 2016

  1. Configuration menu
    Copy the full SHA
    12c4a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf51eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10737a5 View commit details
    Browse the repository at this point in the history
  4. tests

    oli-obk committed May 2, 2016
    Configuration menu
    Copy the full SHA
    f080b13 View commit details
    Browse the repository at this point in the history
  5. refactor infer function

    There was no span available in the cast function, but we need to infer the `x` in `x as char` to `u8`.
    The spans are now removed from all functions using `infer` and instead added in `eval_const_expr_partial`
    oli-obk committed May 2, 2016
    Configuration menu
    Copy the full SHA
    ce6ea47 View commit details
    Browse the repository at this point in the history