2.13.0
  1. 06fc3fa Minor fixes to breaking change process by Paul Berry · 4 years, 8 months ago
  2. e7f1c03 Elaborate on what is included by Michael Thomsen · 4 years, 8 months ago
  3. 716a43e Fix link to flags by Michael Thomsen · 4 years, 8 months ago
  4. ec51b7a Corrected the format for VM experiment flag by cv692001 · 4 years, 11 months ago
  5. d0a6192 process docs: Add link to experimental flags yaml file by Kevin Moore · 5 years ago
  6. 26c1dec Fix a number of outdated URLs across a number of markdown files by Kevin Moore · 5 years ago
  7. 0def426 Add doc explaining how language versioning and experiments work. by Robert Nystrom · 5 years ago
  8. 590144a Update platforms diagram by Michael Thomsen · 6 years ago
  9. 9e1bbc1 Ensuring that every feature spec in SDK is marked as background material by Erik Ernst · 6 years ago
  10. ca64509 Update breaking-changes.md by Franklin Yow · 6 years ago
  11. 642f8d0 Remove dartLangSpec.tex; current version is in language repo by Erik Ernst · 6 years ago
  12. e830338 Updated spec_parser such that it runs with ANTLR v4 by Erik Ernst · 6 years ago
  13. 1af9d3e Update breaking-changes.md by Michael Thomsen · 6 years ago
  14. 0bf8a1e Update breaking-changes.md by Aadil Maan · 6 years ago
  15. 2eb3ac7 Specify implicit creation by Erik Ernst · 7 years ago
  16. 8934716 Incorporate mixin declarations in language specification. by Lasse R.H. Nielsen · 7 years ago
  17. 33ae5f0 Performed copyedits proposed by Patrice Chalin by Erik Ernst · 7 years ago
  18. fed59a7 Whitespace and formatting cleanup by Erik Ernst · 7 years ago
  19. a12805b Gathered all spec snippets about operator == into one location by Erik Ernst · 7 years ago
  20. 649c4e6 Revised all spec occurrences of "dynamic error"/"dynamic type error" by Erik Ernst · 7 years ago
  21. da6938a After some more `git cl uploads`, this fixes a bunch of by Erik Ernst · 7 years ago
  22. d51a847 Integrating generic-function-instantiation.md into dartLangSpec.tex by Erik Ernst · 7 years ago
  23. 37e06d3 Create breaking-changes.md by Michael Thomsen · 7 years ago
  24. 02bb437 Added specification of new style function types, generalized typedefs by Erik Ernst · 7 years ago
  25. f4986cc Fixed a couple of typos, including LaTeX error by Erik Ernst · 7 years ago
  26. 68f77fa Specify that extending or implementing Function does nothing. by Lasse R.H. Nielsen · 7 years ago
  27. cba23af Adjusted spec to make it an error to have a method - getter/setter clash by Erik Ernst · 7 years ago
  28. 5ed1c61 Minor grammar and consistency fixes by Paul Berry · 7 years ago
  29. c565d4e Make the specification not mention `LinkedHashSet`. by Lasse R.H. Nielsen · 7 years ago
  30. 5b3b199 Integrated generalized-void.md into dartLangSpec.tex by Erik Ernst · 7 years ago
  31. 9e48cc7 Adjust specification of type tests to include promotion to X & S by Erik Ernst · 7 years ago
  32. a862e86 Remove docs/language/informal/subtyping.md, which is now in the language repo by Leaf Petersen · 7 years ago
  33. 5d8501a Integrated invalid_returns.md by Erik Ernst · 7 years ago
  34. 8dd03be Add specification of set literals. by Lasse Reichstein Holst Nielsen · 7 years ago
  35. 825b1c0 Corrected status of subtyping.md by Erik Ernst · 7 years ago
  36. d118c7f Added changelog entry for instantiate-to-bound integration + commentary by Erik Ernst · 7 years ago
  37. 67217f4 Integration of i2b into dartLangSpec.tex by Erik Ernst · 7 years ago
  38. cd2e768 Corrected instantiate-to-bound.md. by Erik Ernst · 7 years ago
  39. 00cec99 Integrated subtyping.md into dartLangSpec.tex by Erik Ernst · 7 years ago
  40. f43c765 TBR: Added a missing status update to the int64.md feature specification. by Erik Ernst · 7 years ago
  41. 614ae7f Integrated covariant parameter feature specs. by Erik Ernst · 7 years ago
  42. 30c5b39 Integrated dynamic-members.md by Erik Ernst · 7 years ago
  43. 207f06c Typo fix in spec, just one spurious `{` removed. by Erik Ernst · 7 years ago
  44. 38d92dd Allow Type objects as case expressions and constant map keys. by Lasse R.H. Nielsen · 7 years ago
  45. 09a44b8 Fixed a typo level problem with an Index and a spurious comment. by Erik Ernst · 7 years ago
  46. 4324bd1 Fix dead link in mixin-declaration by Michael Thomsen · 7 years ago
  47. 33c3218 Cleaned up some terminology, whitespace, and added index. by Erik Ernst · 7 years ago
  48. c0db490 Merge remote-tracking branch 'github/master' by Jonas Termansen · 7 years ago
  49. 117c23f Corrected nSM forwarder rules cf. #34962 by Erik Ernst · 7 years ago
  50. 57f895c Bounds of a generic type alias ensure the body is regular-bounded by Erik Ernst · 7 years ago
  51. d693742 Specify for all literals whether the object overrides `Object.==`. by Lasse R.H. Nielsen · 7 years ago
  52. e4e82da Changed dartLangSpec errors to warnings by Erik Ernst · 7 years ago
  53. af8e291 Respecify where type promotion happens. by Lasse R.H. Nielsen · 7 years ago
  54. ade528c Fixed the type alias omission in the def. of simple bounds by Erik Ernst · 7 years ago
  55. 7c7df7b Add initial version of feature specification on interface conflicts. by Erik Ernst · 7 years ago
  56. 23c36ed Elaborate that -0 means -0.0 in double context or when compiled to JS. by Lasse R.H. Nielsen · 7 years ago
  57. a9b47bd Integrated nosuchmethod-forwarding.md into dartLangSpec.tex by Erik Ernst · 7 years ago
  58. 6e561b7 Corrected several near-typo errors in Redirecting Factory Constructors by Erik Ernst · 7 years ago
  59. 62e67d7 Adjusted instantiate-to-bound.md such that it covers type aliases by Erik Ernst · 7 years ago
  60. 0a26599 Adjusted terminology to emphasize "compile-time constant" in commentary by Erik Ernst · 7 years ago
  61. 0808d29 Update spec of potentially constant and compile-time constant expressions. by Lasse R.H. Nielsen · 7 years ago
  62. e05f1fc Adjusted superclasses to make a mixin application superclass abstract by Erik Ernst · 7 years ago
  63. 4816b60 Eliminate checked mode and production mode by Erik Ernst · 7 years ago
  64. f4dfb61 Corrected the "reusing part" error to take exports into account. by Erik Ernst · 7 years ago
  65. c3c4e63 Adjusted spec to use package syntax, thus eliminating bnf.sty by Erik Ernst · 7 years ago
  66. 5af9844 Language specification reorganization. by Erik Ernst · 7 years ago
  67. b9cb904 Fix typo in int-to-double.md by Lasse R.H. Nielsen · 7 years ago
  68. d6bec62 Add tests for implicit conversion of integer literals to double values in a double context. by Lasse R.H. Nielsen · 7 years ago
  69. e2fdd57 Clarify ambiguous definition of constant interpolated string expressions. by Paul Berry · 7 years ago
  70. 4ef1ad0 Update the language spec to allow `with` clause without an `extends` clause by danrubel · 7 years ago
  71. f071f7c Updated the status of each feature specification as needed by Erik Ernst · 7 years ago
  72. 9883fcc Fix valid_returns tests. by Leaf Petersen · 7 years ago
  73. 52f2241 Added int-to-double.md by Erik Ernst · 7 years ago
  74. 1acf6f7 dynamic-members.md: Make `d.hashCode()` and `d.runtimeType()` an error by Erik Ernst · 7 years ago
  75. 9388cb3 Removed rule against return; & return e; in same function by Erik Ernst · 7 years ago
  76. 65b8ab1 Fixes a bad escape. by Daniel Hillerström · 7 years ago
  77. f6242cb Disallow expressions statements starting with `{`. by Lasse Reichstein Holst Nielsen · 7 years ago
  78. 9282a34 Corrected specification of dynamic checks on redirecting factories by Erik Ernst · 7 years ago
  79. f88582e Improve wording in invalid return spec per comments. by Leaf Petersen · 7 years ago
  80. 9085009 Adjusted type variable name conflicts to match class member rules by Erik Ernst · 7 years ago
  81. be0969b Specify that superinitializers must come at the end by Erik Ernst · 7 years ago
  82. 1a2532c Adjusted end of 10.6 about constant object expressions by Erik Ernst · 7 years ago
  83. 891b716 Fix overly strict invalid return checking. by Leaf Petersen · 7 years ago
  84. d14b256 Specify integer literals in double context. by Lasse Reichstein Holst Nielsen · 7 years ago
  85. 98c8cfc Add note to language/informal deprecating the directory by Sam Rawlins · 7 years ago
  86. 75f92ac Point old super mixin informal spec to canonical copy by Leaf Petersen · 7 years ago
  87. 0c18758 Added return-void-2-dynamic to whitelist of generalized-void.md by Erik Ernst · 7 years ago
  88. 6920d6b Added specification of generated nSM forwarders for private methods by Erik Ernst · 7 years ago
  89. 61148ea Update mixin-declaration feature specification. by Lasse R.H. Nielsen · 7 years ago
  90. 73663ae Allow void on the RHS of null coalescing expressions by Leaf Petersen · 7 years ago
  91. 02ba125 Add informal spec for invalid returns. by Leaf Petersen · 7 years ago
  92. b8098e9 Added new feature spec generic-function-instantiation.md. by Erik Ernst · 7 years ago
  93. f55e23a Fixed obsolete reference about member conflicts by Erik Ernst · 7 years ago
  94. 715d597 Added specification that redirecting constructors must be checked. by Erik Ernst · 7 years ago
  95. a07b2a1 Changed all warnings to errors in the language specification. by Erik Ernst · 7 years ago
  96. b803d74 Adjusted errors for FutureOr in class headers by Erik Ernst · 7 years ago
  97. 4fd0404 Adjusted circularity prevention rule for type variable subtyping by Erik Ernst · 7 years ago
  98. 5fab324 Update boolean conversion section of the specification to Dart 2. by Lasse Reichstein Holst Nielsen · 7 years ago
  99. b43dc89 Remove spec references to Symbol constructor. by Lasse R.H. Nielsen · 7 years ago
  100. 28ed0d7 Make it explicit that "dynamic" is exported from dart:core. by Lasse R.H. Nielsen · 7 years ago