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

pprust: Improve pretty-printing of delimited token groups #62667

Merged
merged 8 commits into from
Jul 15, 2019

Commits on Jul 15, 2019

  1. pprust: Move some methods to the PrintState trait

    So that path and macro argument printing code can be shared
    petrochenkov committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    65a714a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500b001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c5c1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11585b5 View commit details
    Browse the repository at this point in the history
  5. pprust: Remove the box from print_tts

    Wrap the whole attribute into a box instead
    petrochenkov committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    160c40b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7589601 View commit details
    Browse the repository at this point in the history
  7. pprust: Fix formatting regressions from the previous commits

    Fix some remaining cases of bad formatting
    Update some failing tests
    petrochenkov committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    a2a1cd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cdd18d View commit details
    Browse the repository at this point in the history