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

Teach -Z treat-err-as-bug to take a number of errors to emit #58984

Merged
merged 8 commits into from
Mar 9, 2019

Commits on Mar 7, 2019

  1. Make -Z treat-err-as-bug take a number of errors to be emitted

    `-Z treat-err-as-bug=0` will cause `rustc` to panic after the first
    error is reported. `-Z treat-err-as-bug=2` will cause `rustc` to
    panic after 3 errors have been reported.
    estebank committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    7a55a00 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect default

    estebank committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    7694ca1 View commit details
    Browse the repository at this point in the history
  3. fix bad use of with_emitter

    estebank committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    754037d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c41ddf1 View commit details
    Browse the repository at this point in the history
  5. fix bad logic

    estebank committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a7563a3 View commit details
    Browse the repository at this point in the history
  6. Fix with_emitter callers

    estebank committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    bc9b936 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3299f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29716ef View commit details
    Browse the repository at this point in the history