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

Use rls-data crate #40554

Merged
merged 8 commits into from
Mar 20, 2017
Merged

Use rls-data crate #40554

merged 8 commits into from
Mar 20, 2017

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    fee1f64 View commit details
    Browse the repository at this point in the history
  2. Change json dumper (and a few other bits and pieces) to use rls-data …

    …rather than its own data structures
    nrc committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    a77e528 View commit details
    Browse the repository at this point in the history
  3. Use out-of-tree rustc serialize

    And remove a few data structures in favour of rls-data ones
    nrc committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    83f84ff View commit details
    Browse the repository at this point in the history
  4. Add rls-span to do some conversions into rls-data.

    And fix some warnings and borrow errors
    nrc committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    bf07f1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    979a988 View commit details
    Browse the repository at this point in the history
  6. Handle feature=rustbuild

    Taken from https://github.com/rust-lang/rust/pull/40347/files
    
    And update rls-span to a version with the rustbuild boilerplate
    nrc committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    2a3663f View commit details
    Browse the repository at this point in the history
  7. Move to using 0.1 versions of crates, rather than GH links

    Also adds a fixme and does cargo update
    nrc committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    dc63eff View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

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