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

Proposal: Variadics #2240

Open
wants to merge 60 commits into
base: trunk
Choose a base branch
from
Open

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    c696fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    732db47 View commit details
    Browse the repository at this point in the history
  3. Formatting

    geoffromer committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    829dbd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49cba67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a772441 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Jan 23, 2023

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

Commits on Mar 13, 2023

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

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    b398e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3b693 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Apply suggestions from code review

    Co-authored-by: josh11b <[email protected]>
    geoffromer and josh11b committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    128bdc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6dd83 View commit details
    Browse the repository at this point in the history
  3. Clean up duplicate text.

    geoffromer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b975085 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    b7f5e28 View commit details
    Browse the repository at this point in the history
  2. Miscellaneous cleanup.

    geoffromer committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    08c8317 View commit details
    Browse the repository at this point in the history
  3. Update Type to type

    geoffromer committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9e8ca4d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    f78cf5b View commit details
    Browse the repository at this point in the history
  2. Introduce "kernel"

    geoffromer committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2cb427c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d972ac View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    3155e3c View commit details
    Browse the repository at this point in the history
  2. Resolve FIXMEs

    geoffromer committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3ecbf7d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Apply suggestions from code review

    Co-authored-by: josh11b <[email protected]>
    geoffromer and josh11b committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2106223 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Respond to reviewer comments.

    Most notably, introduce the "pack index" variable in place of "representatives" (and use the term "representative" for something else)
    geoffromer committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ad7a665 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Apply suggestions from code review

    Co-authored-by: josh11b <[email protected]>
    geoffromer and josh11b committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ae87a45 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    15ce15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae69fd View commit details
    Browse the repository at this point in the history
  3. Split out design details

    geoffromer committed May 5, 2023
    Configuration menu
    Copy the full SHA
    bbb1aee View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

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

Commits on May 23, 2023

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

Commits on Jun 2, 2023

  1. Apply suggestions from code review

    Co-authored-by: Richard Smith <[email protected]>
    geoffromer and zygoloid committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0591139 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Aug 2, 2023

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

Commits on Aug 10, 2023

  1. Switch to iterative model

    geoffromer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6808a3c View commit details
    Browse the repository at this point in the history
  2. Minimal pivot to "Model 2"

    geoffromer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4c546fd View commit details
    Browse the repository at this point in the history
  3. Allow each in deduced params

    As a consequence, drop support for arrays
    geoffromer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    622252b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    821223c View commit details
    Browse the repository at this point in the history
  5. Rename [:] to expand

    geoffromer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d39bf0b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update p2240.md

    - Also some minor tweaks to variadics.md
    geoffromer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c22b61a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Apply suggestions from code review

    Co-authored-by: josh11b <[email protected]>
    geoffromer and josh11b committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    31290a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e09de View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 12, 2023

  1. Respond to reviewer commments

    (Including comments from the 2023-08-31 open discussion)
    geoffromer committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0b3ffd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Apply suggestions from code review

    Co-authored-by: josh11b <[email protected]>
    geoffromer and josh11b committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4615603 View commit details
    Browse the repository at this point in the history
  2. Add citation

    geoffromer committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d5f18af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    349cb71 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

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

Commits on Oct 2, 2023

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

Commits on Oct 10, 2023

  1. Apply suggestions from code review

    Co-authored-by: Richard Smith <[email protected]>
    geoffromer and zygoloid committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c1645e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b97b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 20, 2023

  1. Add missing alternative-considered.

    Also respond to some early design feedback
    geoffromer committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f4525b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Feb 20, 2024

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

Commits on May 14, 2024

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

    geoffromer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    61a0cc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add appendix

    geoffromer committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cdc9fff View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 13, 2024

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