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

Cross-crate self as argument method calls #18177

Merged
merged 6 commits into from
Nov 1, 2014
Merged

Cross-crate self as argument method calls #18177

merged 6 commits into from
Nov 1, 2014

Commits on Oct 31, 2014

  1. Resolve methods called as functions and...

    ...defined in another crate.
    
    Fixes rust-lang#18061
    nrc committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    4e7d86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d416d16 View commit details
    Browse the repository at this point in the history
  3. Cross crait inherant impls

    nrc committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    1397f99 View commit details
    Browse the repository at this point in the history
  4. test

    nrc committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    318472b View commit details
    Browse the repository at this point in the history
  5. Rebasing and review changes

    nrc committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    2474d7d View commit details
    Browse the repository at this point in the history
  6. Fix RustDoc bug

    nrc committed Oct 31, 2014
    5 Configuration menu
    Copy the full SHA
    060566f View commit details
    Browse the repository at this point in the history