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 stack(array_of_arrays) #43334

Merged
merged 23 commits into from
Aug 21, 2022
Merged

Add stack(array_of_arrays) #43334

merged 23 commits into from
Aug 21, 2022

Commits on Aug 15, 2022

  1. stack

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    332d610 View commit details
    Browse the repository at this point in the history
  2. promotion, export

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0ce3ab9 View commit details
    Browse the repository at this point in the history
  3. missing eltype

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    139d780 View commit details
    Browse the repository at this point in the history
  4. stack(f, iter)

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    5f60bfd View commit details
    Browse the repository at this point in the history
  5. type stability

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c58c26e View commit details
    Browse the repository at this point in the history
  6. new implementation

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    be2d0be View commit details
    Browse the repository at this point in the history
  7. docs, comments

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    941bb8e View commit details
    Browse the repository at this point in the history
  8. simplify a little

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a703176 View commit details
    Browse the repository at this point in the history
  9. add offset tests

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    daa20c5 View commit details
    Browse the repository at this point in the history
  10. re-name prototype

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b48d621 View commit details
    Browse the repository at this point in the history
  11. test

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    781fff4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4932c1c View commit details
    Browse the repository at this point in the history
  13. skip alloc tests

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8eaf5fd View commit details
    Browse the repository at this point in the history
  14. compat 1.9 not 1.8

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    efa569d View commit details
    Browse the repository at this point in the history
  15. xref Iterators.flatmap

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b627606 View commit details
    Browse the repository at this point in the history
  16. improve examples

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b74f88f View commit details
    Browse the repository at this point in the history
  17. rm flatmap example

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    205606d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    df9cb8c View commit details
    Browse the repository at this point in the history
  19. add to NEWS

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b4535ba View commit details
    Browse the repository at this point in the history
  20. 3 suggestions

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6a1f594 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    773e89f View commit details
    Browse the repository at this point in the history
  22. use LazyString

    mcabbott committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3d6ab6b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. fix a doctest

    mcabbott committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    60eabd8 View commit details
    Browse the repository at this point in the history