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

rustc: Remove deprecated lints and flags #21441

Merged
merged 2 commits into from
Jan 22, 2015
Merged

Commits on Jan 20, 2015

  1. rustc: Remove deprecated flags

    This commit removes a number of deprecated flags from the compiler:
    
    * opt-level => -C opt-level
    * debuginfo => -C debuginfo
    * print-crate-name => --print crate-name
    * print-file-name => --print file-names
    * no-trans => -Z no-trans
    * no-analysis => -Z no-analysis
    * parse-only => -Z parse-only
    * dep-info => --emit dep-info
    
    This commit also moves the --pretty flag behind `-Z unstable-options` as the
    pretty printer will likely not be stable for 1.0
    
    cc rust-lang#19051
    alexcrichton committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    953f294 View commit details
    Browse the repository at this point in the history
  2. rustc: Remove deprecated lint names

    These were all renamed quite some time ago, so remove their old names from the
    compiler.
    alexcrichton committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    64914d9 View commit details
    Browse the repository at this point in the history