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

Hierarchy of Sized traits #3729

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. hierarchy of sized traits

    davidtwco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    45d9eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dedc078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eaaddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20e7454 View commit details
    Browse the repository at this point in the history
  5. add diamond hierarchy

    davidtwco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8a8c5a9 View commit details
    Browse the repository at this point in the history
  6. using const traits

    davidtwco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    592d192 View commit details
    Browse the repository at this point in the history
  7. improved diagram

    davidtwco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9eecd57 View commit details
    Browse the repository at this point in the history
  8. address review comments

    davidtwco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    55b8779 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7849df0 View commit details
    Browse the repository at this point in the history
  10. dynsized -> valuesized

    davidtwco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f5a5cfc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d222516 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    337c2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2a39b View commit details
    Browse the repository at this point in the history
  3. remove const pointee

    davidtwco committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    226ca5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0f7bb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eae11e View commit details
    Browse the repository at this point in the history
  6. mention PhantomData

    davidtwco committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dcf2b84 View commit details
    Browse the repository at this point in the history
  7. mention extension options

    davidtwco committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    487de4d View commit details
    Browse the repository at this point in the history
  8. move to correct filename

    davidtwco committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    26f0ace View commit details
    Browse the repository at this point in the history
  9. correct Copy is a subtrait of Sized

    Co-authored-by: León Orell Valerian Liehr <[email protected]>
    davidtwco and fmease authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a840d8b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. correct supertrait/subtrait

    Co-authored-by: León Orell Valerian Liehr <[email protected]>
    davidtwco and fmease authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    260c980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a1b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b670517 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ea881 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a703feb View commit details
    Browse the repository at this point in the history
  6. correct incorrect syntax

    davidtwco committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    fad04b0 View commit details
    Browse the repository at this point in the history
  7. list all alternate bounds

    davidtwco committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2fb3aaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23cb8a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. use distinct Pointee trait

    davidtwco committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0c2f6e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397e474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1482b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f85898 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f4b8ff View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    ab8e7f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b050c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432a77a View commit details
    Browse the repository at this point in the history
  4. mention rfl want

    davidtwco committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    98af888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60eab1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e124e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4faeb83 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    b4258c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f8d6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9158ebb View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

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

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    5573be7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2831cca View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    ef2f5cd View commit details
    Browse the repository at this point in the history
  2. clarify return types

    davidtwco committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    145446d View commit details
    Browse the repository at this point in the history