Skip to content

Issues: dart-lang/language

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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

[Wildcard Variables][spec] Late wildcard variables wildcard-variables The wildcard-variables feature
#3820 opened May 17, 2024 by kallentu
Feature Request: Add comptime Functionality Similar to ZigLang to Dart feature Proposed language feature that solves one or more problems
#3818 opened May 17, 2024 by dxvid-pts
Macros: Allow anonymous classes/functions for the sake of being used by generated code feature Proposed language feature that solves one or more problems
#3817 opened May 17, 2024 by rrousselGit
Private to this feature Proposed language feature that solves one or more problems
#3816 opened May 17, 2024 by eernstg
Make each "parameter" of a catch clause optional request Requests to resolve a particular developer problem
#3815 opened May 16, 2024 by srawlins
Tick marks for macros feature Proposed language feature that solves one or more problems static-metaprogramming Issues related to static metaprogramming
#3814 opened May 16, 2024 by nate-thegrate
Sealed parts for parts-with-imports augmentation-libraries feature Proposed language feature that solves one or more problems
#3810 opened May 15, 2024 by lrhn
Macros: Could ClassTypeBuilder have access to user-defined class methods? request Requests to resolve a particular developer problem static-metaprogramming Issues related to static metaprogramming
#3809 opened May 15, 2024 by rrousselGit
Allow unnamed optional parameters to not have default value. feature Proposed language feature that solves one or more problems wildcard-variables The wildcard-variables feature
#3807 opened May 15, 2024 by lrhn
Extension type function not available request Requests to resolve a particular developer problem
#3806 opened May 15, 2024 by Soliardi-Chyngyz
Allow augmenting function declarations to specify default values. augmentation-libraries feature Proposed language feature that solves one or more problems
#3805 opened May 15, 2024 by lrhn
New Operator: ?.() conditional function call feature Proposed language feature that solves one or more problems
#3804 opened May 15, 2024 by utenma
Local shadow causes 'cannot be referenced before it is declared' request Requests to resolve a particular developer problem
#3801 opened May 14, 2024 by mattrberry
[wildcards] Late, wildcarded variables question Further information is requested
#3798 opened May 13, 2024 by eernstg
Allow subtype constraint generation to strip null off of Null, following a similar rule for dynamic and void small-feature A small feature which is relatively cheap to implement.
#3797 opened May 13, 2024 by eernstg
Strict bounds small-feature A small feature which is relatively cheap to implement.
#3795 opened May 13, 2024 by eernstg
[Wildcard Variables][spec] Allow super._? specification wildcard-variables The wildcard-variables feature
#3792 opened May 9, 2024 by kallentu
[static-metaprogramming] Make "Refactor -> Rename..." convenient for code generated by Macros feature Proposed language feature that solves one or more problems
#3789 opened May 9, 2024 by Quijx
Type inference fails to solve Null <: T? and T <: C<T> to Never, choses non-solution Null. request Requests to resolve a particular developer problem
#3796 opened May 9, 2024 by FMorschel
Shorter constructor declaration syntax. feature Proposed language feature that solves one or more problems
#3788 opened May 8, 2024 by lrhn
Implicitly create static methods as wrappers for instance methods feature Proposed language feature that solves one or more problems
#3786 opened May 8, 2024 by Levi-Lesches
Class methods - static methods with access to generic type parameters. feature Proposed language feature that solves one or more problems
#3781 opened May 6, 2024 by lrhn
enums extending other types feature Proposed language feature that solves one or more problems
#3780 opened May 4, 2024 by nate-thegrate
ProTip! Exclude everything labeled bug with -label:bug.