1. 0438b26 Dart 3 compatibility: turn classes into mixins (#208) by Oleh Prypin · 2 years, 5 months ago
  2. f118e00 lint with dart_flutter_team_lints (#201) by Devon Carew · 2 years, 7 months ago
  3. 71d3e71 fixed issue #157 (querySelector fails), and added test for it (#158) by Ron Booth · 2 years, 7 months ago
  4. a5be27f finish work for avoid_dynamic_calls (#196) by Devon Carew · 2 years, 7 months ago
  5. 69e72a5 Use growable lists and avoid dynamic by Sam Rawlins · 2 years, 11 months ago
  6. 17297f3 Move htmlSerializeEscape into its own library by Sam Rawlins · 3 years, 6 months ago
  7. ea10e16 Remove dynamic calls by Sam Rawlins · 3 years, 6 months ago
  8. 2a94e17 Use a late final field over a getter with ??= (#170) by Nate Bosch · 3 years, 8 months ago
  9. 82b0e11 Move to pkg:lints (#169) by Kevin Moore · 3 years, 10 months ago
  10. 5037465 Avoid unused instantiation by Nate Bosch · 4 years, 7 months ago
  11. 9ee3aba Some comments around scary patterns by Nate Bosch · 4 years, 7 months ago
  12. 526dd3e Nullable document/head/body by Nate Bosch · 4 years, 7 months ago
  13. 20dd234 Remove local cast alias by Nate Bosch · 4 years, 7 months ago
  14. cc08340 Merge branch 'master' into null_safety-migration by Nate Bosch · 4 years, 7 months ago
  15. 80704ac Use covariant for non-nullable override of nullable setter by Nate Bosch · 4 years, 7 months ago
  16. 137be8d Enable and fix lint comment_references (#144) by Nate Bosch · 4 years, 10 months ago
  17. 1dc41c6 Late final for relationshipt between Node and NodeList by Nate Bosch · 4 years, 10 months ago
  18. f92f120 Non-null map keys by Nate Bosch · 4 years, 10 months ago
  19. 0b534d6 Merge branch 'null_safety' into null_safety-migration by Nate Bosch · 4 years, 10 months ago
  20. 6d2df03 cleanup and fix lints (#143) by Kevin Moore · 4 years, 10 months ago
  21. fd96515 Merge branch 'master' into null_safety-migration by Nate Bosch · 4 years, 10 months ago
  22. 81ab348 Avoid extra list for single character strings (#141) by Nate Bosch · 4 years, 10 months ago
  23. 8bd1252 Initialize to avoid nullable local by Nate Bosch · 4 years, 10 months ago
  24. ea463ce Remove a comparison against eof to get flow analysis by Nate Bosch · 4 years, 10 months ago
  25. 704eb86 Make more arguments non-nullable by Nate Bosch · 4 years, 10 months ago
  26. 3d82647 Make current*Token getters non-nullable by Nate Bosch · 4 years, 10 months ago
  27. b758ca6 Review comments by Nate Bosch · 4 years, 10 months ago
  28. 38ebd0e fixes by Kevin Moore · 4 years, 10 months ago
  29. e5ebbc0 Migrate to null safety by Nate Bosch · 4 years, 10 months ago
  30. d250978 Drop unused lastPhase and beforeRcDataPhase fields (#137) by Nate Bosch · 4 years, 10 months ago
  31. ee5f00d Remove Marker as a name for null (#136) by Nate Bosch · 4 years, 10 months ago
  32. 3949271 Use Object in place of dynamic (#134) by Nate Bosch · 4 years, 11 months ago
  33. ffde103 Remove unused field _lineStarts (#133) by Nate Bosch · 4 years, 11 months ago
  34. 1677075 Rewrite asciiUpper2Lower as an extension (#132) by Nate Bosch · 4 years, 11 months ago
  35. 730c851 Enable and fix lint prefer_final_locals (#131) by Nate Bosch · 4 years, 11 months ago
  36. 20497c6 Disable implicit casts (#130) by Nate Bosch · 4 years, 11 months ago
  37. 22f17e9 Fix infinite loop with bad button close tag (#128) by Nate Bosch · 5 years ago 0.14.0+4
  38. 2599afe Refactor some utilities (#115) by Nate Bosch · 5 years ago
  39. 083a36c Fix newly enforced package:pedantic lints (#111) by Nate Bosch · 6 years ago
  40. 2b392a4 Fix spans generated for HTML with higher-plane unicode characters (#109) by cvolzke4 · 6 years ago
  41. 7dad64b fix latest pedantic lints (#107) by Kevin Moore · 6 years ago
  42. 478bdfa fix latest pedantic lints (#106) by Kevin Moore · 6 years ago
  43. 2b88ac7 Code cleanup (#96) by Kevin Moore · 6 years ago
  44. 38756a0 Don't depend on `pacakge:utf` (#95) by Lasse R.H. Nielsen · 6 years ago
  45. 5abd53c Remove support for deprecated encodings and parser_console.dart library (#93) by Kevin Moore · 6 years ago
  46. c3c1575 fix tiny lint issues by Kevin Moore · 6 years ago
  47. e1826e4 Enable and fix a number of lints (#82) by Kevin Moore · 7 years ago
  48. d51d3fd Fix missing_return in two spots by Sam Rawlins · 7 years ago
  49. beb0b0d dartfmt by Devon Carew · 7 years ago
  50. 7bd1849 fix an issue when run with --preview-dart-2 by Devon Carew · 7 years ago
  51. 82bea83 Update signatures for implementation of Iterable.singleWhere (#63) by Keerti Parthasarathy · 8 years ago 0.13.2+2
  52. fda417f fixed slice to use end index rather than length (#62) by Daniel Davidson · 8 years ago
  53. d5f5193 Implement RemoveAt and RemoveRange on ListProxy by Kevin Moore · 8 years ago
  54. 9ff0b20 enable many lints by Kevin Moore · 8 years ago
  55. 2147b43 List proxy by Kevin Moore · 8 years ago
  56. 3c8cc70 Use SetBase for CssClassSet by Kevin Moore · 8 years ago
  57. 7a96700 sort directives and other lints by Kevin Moore · 8 years ago
  58. 4177ef7 dartfmt by Kevin Moore · 8 years ago
  59. c53fbab Update generic comment syntax by Keerti Parthasarathy · 8 years ago
  60. f6fac71 Strong mode fixes for package by keertip · 9 years ago
  61. 4501cf1 Update Set.difference signature for 1.21.0-dev.2.0 (#43) by Keerti Parthasarathy · 9 years ago 0.13.1
  62. fe7eb2a Fix strong mode error 'Could not infer type parameter' by Keerti Parthasarathy · 9 years ago
  63. 9e79e1b Make package:html strong clean by Sigmund Cherem · 9 years ago 0.13.0
  64. 7177493 Add Element.endSourceSpan by Konstantin Shcheglov · 10 years ago
  65. 65cb4b2 fix parse error with foreignObject end tag by John Messerly · 10 years ago
  66. 243cbc9 remove most string concat, fixes #7 by John Messerly · 10 years ago
  67. 08c86f8 Fixes encoding parser to handle whitespace correctly. by John Messerly · 10 years ago
  68. d97252a rename package to `html` by John Messerly · 10 years ago
  69. 4816d43 formatted source code by Kevin Moore · 10 years ago
  70. fc5b302 removed unused members by Kevin Moore · 11 years ago
  71. eaca2ab Switch various transformers and libraries they use over to source_span. by nweiz@google.com · 11 years ago
  72. 3a35bfc Revert "Add "last" setter to List." by lrn@google.com · 11 years ago
  73. e076b4f Add "last" setter to List. by lrn@google.com · 11 years ago
  74. c407782 Fix a couple more tests that were relying on sourcemap message format. by nweiz@google.com · 11 years ago
  75. 9faf9fb [html5lib] implement querySelector/querySelectorAll by jmesserly@google.com · 11 years ago
  76. 1d87853 Fix how document fragments are added on NodeList operations. The DocumentFragment node should be gone, and its children should be added in place. by sigmund@google.com · 11 years ago
  77. 47a0b6d [html5lib] api updates: localName by jmesserly@google.com · 11 years ago
  78. dde3c12 [html5lib] triple slash comment style by jmesserly@google.com · 11 years ago
  79. 10a5cd4 small fix in html5lib warning message by sigmund@google.com · 12 years ago
  80. 56114da fix accidental breaking changes in html5lib, deprecate instead by jmesserly@google.com · 12 years ago
  81. 6011b25 fix imports link rel=stylesheet by jmesserly@google.com · 12 years ago
  82. 456961e introduce web_components pkg to replace shadow_dom, html_import, custom_element. This new package is 100% compatible with the polyfills used by http://www.polymer-project.org/ by jmesserly@google.com · 12 years ago
  83. 4f5d627 pkg/third_party/html5lib: lots of cleanup by kevmoo@google.com · 12 years ago
  84. 72abebd fix script tags -- remove special case handling for polymer-element by jmesserly@google.com · 12 years ago
  85. 5b72f26 Make List.shuffle take an optional Random object to use. by lrn@google.com · 12 years ago
  86. 578d45d Add List.shuffle(). by lrn@google.com · 12 years ago
  87. 6a7fe63 Remove dart:utf in third_party. by floitsch@google.com · 12 years ago
  88. 8c7e203 html5lib -- workaround dart2js checked issues by jmesserly@google.com · 12 years ago
  89. 4d223f1 move html5lib code into dart svn repo also gets the tests running by jmesserly@google.com · 12 years ago