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

Add Support for Indexers and Ranges #605

Open
wants to merge 34 commits into
base: draft-v8
Choose a base branch
from

Commits on Sep 26, 2023

  1. Add range operator

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    369ca4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d77d147 View commit details
    Browse the repository at this point in the history
  3. add indexers and ranges

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1f97b8e View commit details
    Browse the repository at this point in the history
  4. add indexers and ranges

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c3047be View commit details
    Browse the repository at this point in the history
  5. fix formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3813628 View commit details
    Browse the repository at this point in the history
  6. fix formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    54c4a55 View commit details
    Browse the repository at this point in the history
  7. fix formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    56e0322 View commit details
    Browse the repository at this point in the history
  8. fix formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1ef3ab2 View commit details
    Browse the repository at this point in the history
  9. fix formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c051a5d View commit details
    Browse the repository at this point in the history
  10. fix formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8ba0cfa View commit details
    Browse the repository at this point in the history
  11. fix formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    18319e5 View commit details
    Browse the repository at this point in the history
  12. add indexers and ranges

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7cb2cd5 View commit details
    Browse the repository at this point in the history
  13. fix md formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3233609 View commit details
    Browse the repository at this point in the history
  14. fix md formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d699f4f View commit details
    Browse the repository at this point in the history
  15. fix md formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0b81b47 View commit details
    Browse the repository at this point in the history
  16. fix md formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a007699 View commit details
    Browse the repository at this point in the history
  17. fix md formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8895e78 View commit details
    Browse the repository at this point in the history
  18. Add annotation to examples

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d8b297d View commit details
    Browse the repository at this point in the history
  19. Create BitArrayPartial1.cs

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    53d51fd View commit details
    Browse the repository at this point in the history
  20. Create BitArrayPartial2.cs

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    12b4632 View commit details
    Browse the repository at this point in the history
  21. Create BitArrayPartial3.cs

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f62b30f View commit details
    Browse the repository at this point in the history
  22. added annotation to examples

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cf03cbd View commit details
    Browse the repository at this point in the history
  23. fix md formatting

    RexJaeschke authored and BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9e74541 View commit details
    Browse the repository at this point in the history
  24. update links

    BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5157c57 View commit details
    Browse the repository at this point in the history
  25. more section references

    BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    39a0fdd View commit details
    Browse the repository at this point in the history
  26. more section numbers

    BillWagner committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7c67270 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Small bits of cleanup

    RexJaeschke authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    fb5703c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3981944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d53e7b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    5b596d0 View commit details
    Browse the repository at this point in the history
  2. fix type name ordering

    RexJaeschke authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d1a8fec View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. describe GetOffset

    RexJaeschke authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    faf2eac View commit details
    Browse the repository at this point in the history
  2. some tweaks

    - added non-virtual requirement to 2 x imp-generated indexers.
    - described `GetOffset` semantics.
    - removed erroneous text w.r.t optional trailing params on `this[int]`.
    RexJaeschke authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0b88e74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2873d8 View commit details
    Browse the repository at this point in the history