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

[API Proposal]: Create array from array type #88620

Merged
merged 26 commits into from
Nov 16, 2023

Commits on Jul 10, 2023

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

Commits on Jul 11, 2023

  1. Code review

    AlexRadch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9305288 View commit details
    Browse the repository at this point in the history
  2. InternalCreateFromArrayType

    AlexRadch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f0b2424 View commit details
    Browse the repository at this point in the history
  3. GC

    AlexRadch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    58467db View commit details
    Browse the repository at this point in the history
  4. GC

    AlexRadch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f90fda6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. code review

    AlexRadch committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    824aabe View commit details
    Browse the repository at this point in the history
  2. code review Exceptions

    AlexRadch committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8296fe6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    d83dd4e View commit details
    Browse the repository at this point in the history
  2. code review:

    - add missing comments for new public APIs
    - use the new API in DataTypeImplementation (and solve a TODO)
    - fix typo
    - remove code that was commented out
    - improve test name
    adamsitnik committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f32e6e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9e015 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    31e43a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    387d0c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    4816e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a9d585 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    jkotas committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5845090 View commit details
    Browse the repository at this point in the history
  4. Delete superfluous validation

    jkotas committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    87d756d View commit details
    Browse the repository at this point in the history
  5. Fix build break

    jkotas committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1f67190 View commit details
    Browse the repository at this point in the history
  6. Smaller diff

    jkotas committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    39536c3 View commit details
    Browse the repository at this point in the history
  7. Fix build break

    jkotas committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2429e23 View commit details
    Browse the repository at this point in the history
  8. build fix

    adamsitnik authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1a6de0f View commit details
    Browse the repository at this point in the history
  9. FB, fix tests

    jkotas committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8ce5332 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Add back workaround for Mono

    jkotas committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    19271ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a44ff View commit details
    Browse the repository at this point in the history
  3. Fix tests for native AOT

    jkotas committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    10660c1 View commit details
    Browse the repository at this point in the history
  4. Revert unnecessary change

    jkotas committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ad50dd5 View commit details
    Browse the repository at this point in the history