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

[WIP] Start adding support for opt-in built-in traits #14371

Closed
wants to merge 13 commits into from

Commits on Jun 21, 2014

  1. Configuration menu
    Copy the full SHA
    5bce725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48c382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a3005 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2335ae8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d26c15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cc5c10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c700da2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe75302 View commit details
    Browse the repository at this point in the history
  9. Lookup trait implementations for type

    This commit adds a function in vtable to find the vtables for a trait
    implementation on a type.
    
    cc rust-lang#13231
    flaper87 committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    362f973 View commit details
    Browse the repository at this point in the history
  10. Add a bounds visitor

    The bounds visitor checks looks for built-in traits implementations and
    verifies that the type fulfills such trait.
    
    [RFC rust-lang#3]
    cc rust-lang#13231
    [breaking-change]
    flaper87 committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    977ad5e View commit details
    Browse the repository at this point in the history
  11. core: Move impls to libcore

    flaper87 committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    b0db749 View commit details
    Browse the repository at this point in the history
  12. Addressed feedback

    flaper87 committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    4607444 View commit details
    Browse the repository at this point in the history
  13. More Share implementations

    flaper87 committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    f65a7cc View commit details
    Browse the repository at this point in the history