dart-sdk/sdk_nnbd/lib/collection
Alexander Markov 65254a4518 [nnbd/corelib] Fix performance regressions due to casts in 'get current' in iterators
Fixes https://github.com/dart-lang/sdk/issues/40877

Change-Id: I6ae70ba53bccf6634953adcba6e92554236d82ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138327
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2020-03-04 21:07:16 +00:00
..
collection.dart Migrate the forked version of dart:collection to NNBD... mostly. 2019-10-23 20:53:55 +00:00
collection_sources.gni Make a fork of sdk/lib for use by NNBD. 2019-09-10 19:20:12 +00:00
collections.dart Migrate the forked version of dart:collection to NNBD... mostly. 2019-10-23 20:53:55 +00:00
hash_map.dart Fix dart:collection analysis errors in NNBD fork 2019-12-05 18:20:09 +00:00
hash_set.dart Fix dart:collection analysis errors in NNBD fork 2019-12-05 18:20:09 +00:00
iterable.dart [dartdevc] Migrating dart:_js_helper and dart:_interceptors to NNBD. 2019-12-04 18:23:29 +00:00
iterator.dart Migrate the forked version of dart:collection to NNBD... mostly. 2019-10-23 20:53:55 +00:00
linked_hash_map.dart Fix dart:collection analysis errors in NNBD fork 2019-12-05 18:20:09 +00:00
linked_hash_set.dart Fix dart:collection analysis errors in NNBD fork 2019-12-05 18:20:09 +00:00
linked_list.dart [nnbd/corelib] Fix performance regressions due to casts in 'get current' in iterators 2020-03-04 21:07:16 +00:00
list.dart Change indexOf() and lastIndexOf() back to Object. 2020-02-20 09:00:17 +00:00
maps.dart [nnbd/corelib] Fix performance regressions due to casts in 'get current' in iterators 2020-03-04 21:07:16 +00:00
queue.dart [nnbd/corelib] Fix performance regressions due to casts in 'get current' in iterators 2020-03-04 21:07:16 +00:00
set.dart Fix dart:collection analysis errors in NNBD fork 2019-12-05 18:20:09 +00:00
splay_tree.dart Fix the migrated splay_tree.dart to make some casts nullable. 2020-02-21 02:24:46 +00:00