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

Remove deprecated lang items #44526

Merged
merged 5 commits into from
Sep 14, 2017

Commits on Sep 12, 2017

  1. Remove deprecated lang items

    They have been deprecated for years and there is no trace left of them
    in the compiler.
    leoyvens committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    4738231 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Remove require_owned_box

    It's unused and unnecessary
    leoyvens committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    74107f9 View commit details
    Browse the repository at this point in the history
  2. Refactor how to get a lang item's name

    Small refactorings
    leoyvens committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    ab30b6a View commit details
    Browse the repository at this point in the history
  3. Refactor fn_trait_kind

    Short and sweet
    leoyvens committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    c2fb70b View commit details
    Browse the repository at this point in the history
  4. Fix initial review

    leoyvens committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    9218e44 View commit details
    Browse the repository at this point in the history