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

Add support for non-decimal floating point literals. #12323

Closed
wants to merge 2 commits into from

Commits on Feb 16, 2014

  1. Add support for non-decimal floating point literals.

    Issue rust-lang#1433. The syntax chosen was requiring an 0b, 0x, or 0o after the dot.
    If the literal is hexadecimal, an exponent is required.
    rcxdude committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    16f5e9e View commit details
    Browse the repository at this point in the history
  2. Fixup non-decimal-float tests

    rcxdude committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    72c3e10 View commit details
    Browse the repository at this point in the history