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
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

Potentially constant statements and bodies. feature Proposed language feature that solves one or more problems
#4261 opened Feb 11, 2025 by lrhn
Loosen const requirements for asserts request Requests to resolve a particular developer problem
#4260 opened Feb 11, 2025 by filiph
Scoping augmentations down for code generators augmentations Issues related to the augmentations proposal.
#4256 opened Feb 6, 2025 by munificent
Nullifying Conditional Operator feature Proposed language feature that solves one or more problems
#4252 opened Feb 3, 2025 by Tech-Tac
Allow private names as named record field and parameter names. feature Proposed language feature that solves one or more problems
#4251 opened Feb 2, 2025 by lrhn
Please introduce namespaces in the language request Requests to resolve a particular developer problem
#4250 opened Feb 2, 2025 by lafrank
Need better exhaustiveness for record-typed type matching. exhaustiveness patterns Issues related to pattern matching. request Requests to resolve a particular developer problem
#4249 opened Feb 1, 2025 by lrhn
[ ] automatic parameter brackets feature Proposed language feature that solves one or more problems
#4247 opened Jan 31, 2025 by nate-thegrate
Enhanced Constructors feature Proposed language feature that solves one or more problems
#4246 opened Jan 31, 2025 by stereotype441
Having a mixin implement a private member of another mixin causes a name collision request Requests to resolve a particular developer problem
#4244 opened Jan 31, 2025 by rrousselGit
Allow annotations to reference non-const objects / Meta Objects feature Proposed language feature that solves one or more problems
#4242 opened Jan 30, 2025 by TekExplorer
Enhancing Annotations and Macros feature Proposed language feature that solves one or more problems
#4238 opened Jan 25, 2025 by RohitSaily
Pattern destructing could assign values to existing variables request Requests to resolve a particular developer problem
#4235 opened Jan 23, 2025 by FMorschel
The specification does not include super parameters bug There is a mistake in the language specification or in an active document
#4233 opened Jan 21, 2025 by levelrin
[Dot Shorthands][spec] Redirecting factory constructor dot-shorthands Issues related to the dot shorthands feature. feature-completeness A special or edge case of another feature which isn't supported
#4227 opened Jan 9, 2025 by kallentu
Dynamic variable values can utilize extension functionality. feature Proposed language feature that solves one or more problems
#4225 opened Jan 8, 2025 by Stitch-Taotao
The mechanism that turns [] from List<X> xs = const []; into <Never>[] doesn't handle invariance question Further information is requested type-inference Type inference, issues or improvements
#4223 opened Jan 6, 2025 by eernstg
Optional positional type parameters request Requests to resolve a particular developer problem
#4219 opened Dec 30, 2024 by FMorschel
Static access shorthand parsing question bug There is a mistake in the language specification or in an active document
#4218 opened Dec 30, 2024 by sgrekhov
Type patterns feature Proposed language feature that solves one or more problems patterns Issues related to pattern matching.
#4215 opened Dec 22, 2024 by lrhn
Generic and conditional constructors feature Proposed language feature that solves one or more problems static-extensions Issues about the static-extensions feature
#4213 opened Dec 20, 2024 by eernstg
Proposal for a pipe-like operator to chain constructor/method invocations without nesting feature Proposed language feature that solves one or more problems
#4211 opened Dec 18, 2024 by rrousselGit
ProTip! Exclude everything labeled bug with -label:bug.