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

Refactor misc. "pure data structures" into their own crate #24209

Merged
merged 6 commits into from
Apr 18, 2015

Commits on Apr 17, 2015

  1. Configuration menu
    Copy the full SHA
    966e53d View commit details
    Browse the repository at this point in the history
  2. Use the newer snapshot_vec, which has a simplified delegate

    interface since in practice no delegates had any state.
    nikomatsakis committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    52c3462 View commit details
    Browse the repository at this point in the history
  3. Port to using the newer graph, which offers iterators instead of the

    older `each` method, but is otherwise identical.
    nikomatsakis committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    7ab0d1a View commit details
    Browse the repository at this point in the history
  4. Port to use the new Unify code, which has no UnifyValue trait

    but is otherwise mostly the same.
    nikomatsakis committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    416f388 View commit details
    Browse the repository at this point in the history
  5. Add licenses.

    nikomatsakis committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    65ccffd View commit details
    Browse the repository at this point in the history
  6. Address nits

    nikomatsakis committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    e47fb48 View commit details
    Browse the repository at this point in the history