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

New #[pyclass] system that is aware of its concrete layout #683

Merged
merged 27 commits into from
Jan 11, 2020

Commits on Dec 7, 2019

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

Commits on Dec 8, 2019

  1. Configuration menu
    Copy the full SHA
    bdb66af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d7dfaf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Introduce PyInternalCaster

    kngwyu committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    a663907 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Introduce PyClassInitializer

    kngwyu committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    b86de93 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

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

Commits on Dec 21, 2019

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

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    efa16a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2dc843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acb1120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5cff05 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Resolve some clippy complains

    kngwyu committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ea51756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e3ece8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

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

Commits on Dec 28, 2019

  1. Documentation enhancement

    kngwyu committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    766a520 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

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

Commits on Jan 5, 2020

  1. New PyClassInitializer

    kngwyu committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    18e565f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Simplify IntoInitializer

    davidhewitt committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    60edeb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Merge pull request #1 from davidhewitt/pyclass-new-layout

    Simplify IntoInitializer
    kngwyu authored Jan 7, 2020
    Configuration menu
    Copy the full SHA
    b04d0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b602b4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26e07c View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary Box

    kngwyu committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    67a98d6 View commit details
    Browse the repository at this point in the history
  5. Fix use order in prelude

    kngwyu committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    ab0a731 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    451de18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57177a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    302b3bb View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    kngwyu committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    439efbb View commit details
    Browse the repository at this point in the history