Skip to content

Issues: dart-lang/sdk

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Suggestion: elementAtOrNull should return null if the index is negative area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#56185 opened Jul 9, 2024 by nate-thegrate
Add two Iterable methods area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#55037 opened Feb 24, 2024 by nate-thegrate
Add ListExtensions.firstOrNull, lastOrNull, singleOrNull. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection library-core type-enhancement A request for a change that isn't a bug
#53756 opened Oct 14, 2023 by scheglov
VM LinkedHashMap has inefficient keys.contains, likely others. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-collection P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#52909 opened Jul 12, 2023 by lrhn
Deprecate .from constructors, defer to .of + .cast. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection library-core type-enhancement A request for a change that isn't a bug
#52400 opened May 15, 2023 by lrhn
entry.list in LinkedList area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#50937 opened Jan 7, 2023 by Run10Break1
A better approach to express collection mutability area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#50888 opened Jan 4, 2023 by rubenferreira97
deep/nested version of Iterable.toList area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#50768 opened Dec 19, 2022 by pixelcmtd
SplayTreeSet & SplayTreeMap efficient join and split support. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#50357 opened Nov 1, 2022 by modulovalue
Feature Suggest: SplayTreeSet can set the comparation after construction. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#50302 opened Oct 26, 2022 by hndrbrm
Rename Queue to Deque area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#49284 opened Jun 17, 2022 by ghost
Required dynamically MAP Calculation by using Query String like sql query. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#49109 opened May 25, 2022 by abdulrehmananwar
Refactor _List and _ImmutableList to have shared accessors area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-collection library-core
#48361 opened Feb 9, 2022 by dcharkes
Make Map.of more efficient, and make Map.from delegate to Map.of where possible area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. customer-flutter library-collection type-enhancement A request for a change that isn't a bug
#47856 opened Dec 6, 2021 by dnfield
Idea: update documentation with 'answers' to popular StackOverflow questions. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection library-core type-documentation A request to add or improve documentation
#47794 opened Nov 28, 2021 by bernaferrari
Feature Request: Multiply Lists area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#46765 opened Jul 30, 2021 by creativecreatorormaybenot
Implement a feature for lists of objects merging area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#42167 opened May 30, 2020 by Viacheslav-Romanov
Consider allocating a new dummy node in _SplayTree._splay area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug type-performance Issue relates to performance or code size
#41099 opened Mar 18, 2020 by alexmarkov
Usability improvement: Float32List and Float64List could use zero fill value area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#38897 opened Oct 15, 2019 by eernstg
Add previousKey and nextKey to LinkedHashMap area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#36003 opened Feb 21, 2019 by johnmcconnell
Missing methods in SplayTreeSet and SplayTreeMap area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#35362 opened Dec 8, 2018 by erikcorry
ListMixin.indexOf(Object) should take an E area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. enhancement-breaking-change An enhancement which is breaking. library-collection type-enhancement A request for a change that isn't a bug
#31311 opened Nov 8, 2017 by jakobr-google
ListMixin default methods are fairly inefficient area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-performance Issue relates to performance or code size
#30477 opened Aug 17, 2017 by leafpetersen
dart2js: Specialize classes based in implementation strategy of subject fields (ListIterator) area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. dart2js-optimization library-collection type-enhancement A request for a change that isn't a bug web-dart2js
#22671 opened Mar 5, 2015 by rakudrama
LinkedList.forEach allows to modify the list area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a docs-api docs-articles library-collection type-documentation A request to add or improve documentation
#13571 opened Sep 25, 2013 by DartBot
ProTip! Type g i on any issue or pull request to go back to the issue listing page.