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