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

Warn when rustc output conflicts with existing directories #47203

Merged

Commits on Jan 29, 2018

  1. Warn when rustc output conflicts with existing directories

    When the compiled executable would conflict with a directory, display a
    rustc error instead of a verbose and potentially-confusing linker
    error. This is a usability improvement, and doesn’t actually change
    behaviour with regards to compilation success. This addresses the
    concern in rust-lang#35887.
    varkor committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    df1c61d View commit details
    Browse the repository at this point in the history
  2. Fix tidy error

    varkor committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    dc274e6 View commit details
    Browse the repository at this point in the history
  3. Fix quotation mark

    varkor committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    3d55974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45e962e View commit details
    Browse the repository at this point in the history
  5. Fix tidy error

    varkor committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    ba76092 View commit details
    Browse the repository at this point in the history
  6. Minor refactoring

    varkor committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d97da7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a2f02d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e92bdb9 View commit details
    Browse the repository at this point in the history