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

RFC 2235 - Implement PartialEq,Eq,Hash,Debug for all types #1217

Merged
merged 7 commits into from
Feb 5, 2019

Commits on Jan 23, 2019

  1. Remove Cargo.lock

    This was an artifact from when a git dependency on ctest was used. This
    is no longer the case, so removing it to simplify future PRs.
    Susurrus committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    51a0587 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Configuration menu
    Copy the full SHA
    868a85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ae121 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    cd1e16d View commit details
    Browse the repository at this point in the history
  2. Check for Debug impls for all types

    This was not compile-tested on all platforms, but instead all `pub enum`
    types had a `Debug` impl derived for them.
    Susurrus committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    fa9cb78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f368458 View commit details
    Browse the repository at this point in the history
  4. Ignore the style executable used for testing

    This is used for running style checks on the libc codebase but shouldn't
    be committed, so adding it to the .gitignore file.
    Susurrus committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    e33f760 View commit details
    Browse the repository at this point in the history