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 diagnostics for rustc_metadata #34970

Closed
wants to merge 13 commits into from
Closed

Add diagnostics for rustc_metadata #34970

wants to merge 13 commits into from

Commits on Jul 21, 2016

  1. Added messages for E0467, E0468, E0469, and E0470

    Jackson O'Donnell committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    178f8a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. registered diagnostics for rustc_metadata

    Jackson O'Donnell committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    4cbbe51 View commit details
    Browse the repository at this point in the history
  2. added diagnostic message for E0466

    Jackson O'Donnell committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    eead207 View commit details
    Browse the repository at this point in the history
  3. fixed make tidy errors

    Jackson O'Donnell committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    3476aad View commit details
    Browse the repository at this point in the history
  4. compliant error messages

    Jackson O'Donnell committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    2a0136c View commit details
    Browse the repository at this point in the history
  5. re-fix trailing whitespace for make tidy

    Jackson O'Donnell committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    5f9aa81 View commit details
    Browse the repository at this point in the history
  6. fixed failing doctests

    Jackson O'Donnell committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    9a4a81f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Added @GuillaumeGomez recommendations

    Jackson O'Donnell committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    055a228 View commit details
    Browse the repository at this point in the history
  2. change to "Erroneous code example"

    Jackson O'Donnell committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    3f6b5e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. Fixed failing Rust_Compiler_Error_Index_487

    Jackson O'Donnell committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    cdda2c3 View commit details
    Browse the repository at this point in the history
  2. Delete empty line

    Jackson O'Donnell committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    083b536 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2016

  1. Merge remote-tracking branch 'upstream/master'

    In order to fix failing tests of rust-lang#35011
    Jackson O'Donnell committed Jul 30, 2016
    Configuration menu
    Copy the full SHA
    0608f31 View commit details
    Browse the repository at this point in the history
  2. Fixed failing doctest for E0463

    Jackson O'Donnell committed Jul 30, 2016
    Configuration menu
    Copy the full SHA
    fd9ebcf View commit details
    Browse the repository at this point in the history