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

[WIP] Move pointee_info_at to TyLayoutMethods. #57150

Closed

Commits on Dec 24, 2018

  1. Move pointee_info_at to TyLayoutMethods.

    The original implementation is still present at
    librustc_codegen_llvm/abi.rs, should be removed later to prevent code
    duplication.
    wildarch committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    15955b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Fix typo in src/librustc/ty/layout.rs

    Co-Authored-By: wildarch <daandegraaf9@gmail.com>
    oli-obk and wildarch committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    659ffb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3d64f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e08d9cf View commit details
    Browse the repository at this point in the history
  4. Add param_env parameter to pointee_info_at.

    An associated type ParamEnv has been added to TyLayoutMethods to
    facilitate this.
    wildarch committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    7cba55e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

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

Commits on Mar 11, 2019

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