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

Only put Display-like bounds on type variables #387

Merged
merged 10 commits into from
Jul 25, 2024
Merged

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    b877940 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    256c041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d73864 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Fix tests

    JelteF committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    e307908 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Re-impl, vol.1

    tyranron committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dc223cf View commit details
    Browse the repository at this point in the history
  2. Re-impl, vol.2

    tyranron committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4a506c4 View commit details
    Browse the repository at this point in the history
  3. Fix

    tyranron committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b30e717 View commit details
    Browse the repository at this point in the history
  4. Only put Display-like bounds on type variables

    Resolves #363
    
    Related to #371
    
    Requires #377
    
    This makes sure we don't add unnecessary bounds for Display-like
    derives. It does so in the same way as #371 did for the Debug derive: By
    only adding bounds when the type contains a type variable.
    JelteF committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ba743ea View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge branch 'refs/heads/master' into fix-display-bounds

    # Conflicts:
    #	impl/doc/display.md
    #	impl/src/fmt/display.rs
    #	tests/display.rs
    tyranron committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    46f9126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378b6fc View commit details
    Browse the repository at this point in the history