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

Modernizing parts of Option, Result, and Default #9115

Closed
wants to merge 21 commits into from

Commits on Sep 13, 2013

  1. Configuration menu
    Copy the full SHA
    45c62c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653400a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a73c8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1374a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6c1131 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bd87ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7380b1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d625d4a View commit details
    Browse the repository at this point in the history
  9. std: fix a warning

    erickt committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    b8a284e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff34740 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12e0d7e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e03d60e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38f97ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ca47eeb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a0e123e View commit details
    Browse the repository at this point in the history
  16. std: Remove Zero impl from vec

    Vecs are not numeric types, so it doesn't make sense for them to
    implement Zero.
    erickt committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    43aba85 View commit details
    Browse the repository at this point in the history
  17. std: Remove Zero impl for Option

    Options are not numeric types, so it doesn't make sense for them to
    implement Zero.
    erickt committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    f107718 View commit details
    Browse the repository at this point in the history
  18. Document the Zero trait

    erickt committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    7c08abb View commit details
    Browse the repository at this point in the history
  19. 4 Configuration menu
    Copy the full SHA
    7f9c5aa View commit details
    Browse the repository at this point in the history
  20. 4 Configuration menu
    Copy the full SHA
    28eb49b View commit details
    Browse the repository at this point in the history
  21. 9 Configuration menu
    Copy the full SHA
    93683ae View commit details
    Browse the repository at this point in the history