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 TraitObject to Slice<ExistentialPredicate> #37965

Merged
merged 7 commits into from
Nov 30, 2016

Commits on Nov 28, 2016

  1. Configuration menu
    Copy the full SHA
    46c7a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    607af72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e97d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Refactor TyTrait to contain a interned ExistentialPredicate slice.

    Renames TyTrait to TyDynamic.
    Mark-Simulacrum committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    bb35d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b803ec View commit details
    Browse the repository at this point in the history
  3. Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires.

    Replaces instances of tcx.lang_items.require(..) with fatal unwrap with
    this method.
    Mark-Simulacrum committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    a79c80d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b82fd7 View commit details
    Browse the repository at this point in the history