b3857af0e5
Changes: ``` > git log --format="%C(auto) %h %s" 5c3e2c3..58b0a10 https://dart.googlesource.com/core.git/+/58b0a108 Make it possible to add default subcommand (925) https://dart.googlesource.com/core.git/+/e43ff949 feat(collection): Replace quickSort with pdqsort for performance and robustness (922) https://dart.googlesource.com/core.git/+/f2efaaf3 Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (924) https://dart.googlesource.com/core.git/+/33b52327 Add `separated`, `separatedList` and `separate` to iterables and lists. (919) https://dart.googlesource.com/core.git/+/20ed9668 Add use_null_aware_elements to recommended (923) https://dart.googlesource.com/core.git/+/e6c3810c [crypto] remove the -wip to release new version (921) https://dart.googlesource.com/core.git/+/f7a786ac Bump actions/stale from 10.0.0 to 10.1.0 in the github-actions group (920) https://dart.googlesource.com/core.git/+/018e1dc7 fix(crypto): update conditional import for js interop library (915) https://dart.googlesource.com/core.git/+/9fefb52b Make Int64 default constructor non-const in native mode (916) https://dart.googlesource.com/core.git/+/f00841de Bump the github-actions group with 2 updates (914) https://dart.googlesource.com/core.git/+/7fee9c06 Fix `Int64.operator ==` (911) https://dart.googlesource.com/core.git/+/a4dc8738 Implement `Int64` as a wrapper for `int` when targeting native and Wasm (905) https://dart.googlesource.com/core.git/+/1aa58ef5 [fixnum] update the min. required dart sdk (907) https://dart.googlesource.com/core.git/+/60f2b5d3 Run fixnum tests with dart2wasm (906) ``` Diff: https://dart.googlesource.com/core.git/+/5c3e2c38df268be2347f3aad30ced0147dd012bb..58b0a108b4d1310465e8482d6629357891df1cb1/ Change-Id: Ibde49f27d1d26b8fc1aad3fd7df3efd924796b33 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467361 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Slava Egorov <vegorov@google.com>