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

change hir::ExprLit to take a ConstVal instead of an ast::Lit #32793

Closed
wants to merge 5 commits into from

Commits on Apr 7, 2016

  1. Configuration menu
    Copy the full SHA
    76dfa93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5eb5f8 View commit details
    Browse the repository at this point in the history
  3. move ast lint pass step before lowering step

    this is necessary to catch unary negation of suffixed unsigned integers and
    overflowing suffixed integers
    oli-obk committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    59a945e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    452d522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad6e826 View commit details
    Browse the repository at this point in the history