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

RFC: Pointer metadata & VTable #2580

Merged
merged 31 commits into from
Jan 29, 2021
Merged

RFC: Pointer metadata & VTable #2580

merged 31 commits into from
Jan 29, 2021

Commits on Oct 26, 2018

  1. RFC: DynTrait and VTable

    SimonSapin committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    0bb757e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4acf9b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. RFC: Pointer metadata

    SimonSapin committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    8de354c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Pointer metadata: add bounds on the associated type

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    kennytm and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    24a2ff8 View commit details
    Browse the repository at this point in the history
  2. Pointer metadata: typo fix

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    oli-obk and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    dd3de2f View commit details
    Browse the repository at this point in the history
  3. Pointer metadata: typo fix

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    oli-obk and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    637647f View commit details
    Browse the repository at this point in the history
  4. Pointer metadata: typo fix

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    oli-obk and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    99fbed9 View commit details
    Browse the repository at this point in the history
  5. Pointer metadata: typo fix

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    oli-obk and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    74e185c View commit details
    Browse the repository at this point in the history
  6. Pointer metadata: grammar

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    oli-obk and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    65418d0 View commit details
    Browse the repository at this point in the history
  7. Pointer metadata: grammar

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    oli-obk and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    ef9ee32 View commit details
    Browse the repository at this point in the history
  8. Pointer metadata: grammar

    Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
    oli-obk and SimonSapin committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    f6d95d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1aa0df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18f1fef View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    3dd1484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ede231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6ebad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf80163 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2edbe38 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Pointer metadata: typo

    SimonSapin committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    bb5e09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2a2e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Pointer metadata RFC: remove VTable::drop_in_place

    It is the same as `std::ptr::drop_in_place(<*mut _>::from_raw_parts(data, self))`
    SimonSapin committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    7be2349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538b9aa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

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

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    29c7547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5622f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

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

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    f94f627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236e657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0175e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Typo fix

    Co-authored-by: yvt <i@yvt.jp>
    SimonSapin and yvt committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    3ff39f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. RFC 2580: Pointer metadata

    KodrAus committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    50b567b View commit details
    Browse the repository at this point in the history