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

Move errors from libsyntax into their own crate #34403

Closed
wants to merge 17 commits into from

Commits on Jun 23, 2016

  1. Move errors from libsyntax to its own crate

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    6ae3502 View commit details
    Browse the repository at this point in the history
  2. Address comments and fix travis warning

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    2829fbc View commit details
    Browse the repository at this point in the history
  3. Address more travis errors

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    51deb4f View commit details
    Browse the repository at this point in the history
  4. Consolidate codemap tests and fix more errors for travis

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    f2fe204 View commit details
    Browse the repository at this point in the history
  5. Fix touchy test to work with old and new error format

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    bad4869 View commit details
    Browse the repository at this point in the history
  6. Actually consolidate the CodeMap tests

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    b68e079 View commit details
    Browse the repository at this point in the history
  7. Move test helper functions to consolidated codemap testing

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    2b8bab0 View commit details
    Browse the repository at this point in the history
  8. Add missing refernce to RenderedLine

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    d4e79de View commit details
    Browse the repository at this point in the history
  9. make old school mode a bit more configurable

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    80f1c78 View commit details
    Browse the repository at this point in the history
  10. Updating test I missed for old school refactor

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    bdd3f8f View commit details
    Browse the repository at this point in the history
  11. Add missing 'extern crate' for test

    Jonathan Turner committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    ea7ba12 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Fix up rpass tests missing imports

    Jonathan Turner committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f960f9e View commit details
    Browse the repository at this point in the history
  2. Fix rfail test missing import

    Jonathan Turner committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    89da728 View commit details
    Browse the repository at this point in the history
  3. Reexport syntax_pos in codemap and fix some cfail tests

    Jonathan Turner committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    f5259ab View commit details
    Browse the repository at this point in the history
  4. Fix codemap tests to not double import

    Jonathan Turner committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    9f2a507 View commit details
    Browse the repository at this point in the history
  5. reexport errors from syntax. fix failing cfail test

    Jonathan Turner committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    bc14006 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Fix rustbuild error building libsyntax

    Jonathan Turner committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    53fbc92 View commit details
    Browse the repository at this point in the history