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

Do not emit JSON dumps of diagnostic codes #63721

Merged
merged 2 commits into from
Aug 21, 2019

Commits on Aug 20, 2019

  1. Load error codes via build script instead of JSON parsing

    This scans the tree for `error_codes.rs` and loads all of them.
    Mark-Simulacrum committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    99ce39b View commit details
    Browse the repository at this point in the history
  2. Remove serialization of diagnostics to files

    This is no longer used by the index generator and was always an unstable
    compiler detail, so strip it out.
    
    This also leaves in RUSTC_ERROR_METADATA_DST since the stage0 compiler
    still needs it to be set.
    Mark-Simulacrum committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    72e2cfd View commit details
    Browse the repository at this point in the history