1. 9e67348 Update pubspec.yaml by Devon Carew · 7 years ago
  2. fb118ae Fix travis (#28) by Kevin Moore · 7 years ago
  3. 1f53857 dartfmt by Kevin Moore · 7 years ago
  4. fec9433 enable Travis-CI by Kevin Moore · 7 years ago
  5. 1eeed09 Reject duplicate keys. (#22) by Natalie Weizenbaum · 8 years ago 2.1.12
  6. eca8938 Merge pull request #19 from denesalmasi/yaml by Natalie Weizenbaum · 8 years ago 2.1.11
  7. fe1d770 Add pubspec and changelog entries. by Natalie Weizenbaum · 8 years ago
  8. 13c849b Include a pull request reference. by Natalie Weizenbaum · 8 years ago
  9. 1da95e4 Do not try to fetch more tokens if the stream end is encountered. by Dénes Almási · 8 years ago
  10. 4a9d317 fix a couple of analyzer errors by Kevin Moore · 8 years ago
  11. 64e0209 Support string_scanner 1.0.0. by Natalie Weizenbaum · 8 years ago 2.1.10
  12. 97ec640 Fix all strong-mode warnings. by Natalie Weizenbaum · 8 years ago 2.1.9
  13. 99c7555 Make "path" a dev dependency. by Natalie Weizenbaum · 8 years ago 2.1.8
  14. ddb6eeb Get rid of all the library tags. by Natalie Weizenbaum · 8 years ago
  15. 64571d1 Merge pull request #16 from dart-lang/ddc by Natalie Weizenbaum · 9 years ago 2.1.7
  16. 29cc7b9 fixes #15, strong mode errors and warnings by John Messerly · 9 years ago
  17. fb4313d Fix some strong mode warnings in the parser. by Natalie Weizenbaum · 9 years ago
  18. 3d312e6 Merge pull request #14 from dart-lang/ddc by Natalie Weizenbaum · 9 years ago 2.1.6
  19. 8175ca9 add a cast add a paramater type by Devon Carew · 9 years ago
  20. 7bf5103 Fix source spans for scalars. by Natalie Weizenbaum · 9 years ago 2.1.5
  21. 445e54e Don't use regular expressions in Loader. by Natalie Weizenbaum · 9 years ago 2.1.4
  22. df28edd Improve performance by not doing binary searches. by Natalie Weizenbaum · 9 years ago
  23. fe64750 Limit the number of benchmark trials. by Natalie Weizenbaum · 9 years ago
  24. b7bb942 Hoist tokenizing RegExps out. by Robert Nystrom · 9 years ago
  25. a080e6b Add a parsing benchmark. by Robert Nystrom · 9 years ago
  26. 8107e9a Upgrade to the new test runner. by Natalie Weizenbaum · 9 years ago
  27. d8c1ce7 Add a "missing colon" hint. by Natalie Weizenbaum · 9 years ago 2.1.3
  28. 2972862 yaml: reformat, fix README and homepage link, bump version by Kevin Moore · 9 years ago
  29. 563a5ff Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  30. 3ae9c93 Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  31. 640bdec Fix a crashing yaml bug when parsing block scalars. by nweiz@google.com · 9 years ago
  32. e051068 Don't include extra whitespace in YAML scalar spans. by nweiz@google.com · 9 years ago
  33. 4a257d6 Rewrite the pkg/yaml parser. by nweiz@google.com · 9 years ago
  34. f132d4b pkg/yaml prepare for release by kevmoo@google.com · 10 years ago
  35. 213fcae Update dart:collection to version 1.0.0 by lrn@google.com · 10 years ago
  36. 0b5f1ae Fix an import in yaml_node_wrapper_test. by nweiz@google.com · 10 years ago
  37. c77c9d9 Fix lingering references to the old Span in yaml. by nweiz@google.com · 10 years ago
  38. 3d730c3 Move a number of packages and some of pub over to using source_span. by nweiz@google.com · 10 years ago
  39. bba79aa Fix busted type parameters in yaml. by nweiz@google.com · 10 years ago
  40. 2be5e76 Add new constructors to YamlNode subclasses. by nweiz@google.com · 10 years ago
  41. ddde182 Make YamlException inherit from SpanFormatException. by nweiz@google.com · 10 years ago
  42. 920614a Fix yaml's SDK constraint to contain only SDKs with MapMixin. by nweiz@google.com · 10 years ago
  43. 8b45c6f Fix a variable name typo in yaml. by nweiz@google.com · 10 years ago
  44. 04b7bb4 Attach source range information to parsed YAML nodes. by nweiz@google.com · 10 years ago
  45. 6532bc2 Release yaml 0.10.0. by nweiz@google.com · 10 years ago
  46. 40ae359 Use SpanScanner to emit better YAML parse errors. by nweiz@google.com · 10 years ago
  47. 164de0e Ensure that YAML maps' map keys are order-independent. by nweiz@google.com · 10 years ago
  48. 39da575 Bring the YAML package's style up to modern standards. by nweiz@google.com · 10 years ago
  49. 912bee8 Fix analyzer warnings in the YAML package. by nweiz@google.com · 10 years ago
  50. 2f0ada1 Remove unmodifiable map wrappers that could instead use UnmodifiableMapView. by lrn@google.com · 10 years ago
  51. 05e8e37 Revert "Remove unmodifiable map wrappers that could instead use UnmodifiableMapView." by lrn@google.com · 10 years ago
  52. 4f0467a Remove unmodifiable map wrappers that could instead use UnmodifiableMapView. by lrn@google.com · 10 years ago
  53. e1690ac pkg/unittest: added LICENSE by kevmoo@google.com · 10 years ago
  54. 1261b38 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 11 years ago
  55. 7c928c5 Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 11 years ago
  56. 88ad46e add versions and constraints for packages and samples by jmesserly@google.com · 11 years ago
  57. 7acf30a Remove dart:json by lrn@google.com · 11 years ago
  58. edbee7b Add YamlMap.addAll. by nweiz@google.com · 11 years ago
  59. cfd444d Remove usage of dart:json. by floitsch@google.com · 11 years ago
  60. 118b120 pkg: analysis aided cleanup by kevmoo@j832.com · 11 years ago
  61. b49800b Make my pkg packages warning-clean. by nweiz@google.com · 11 years ago
  62. bd715dc Adding isNotEmpty property to collection and string. by floitsch@google.com · 11 years ago
  63. abf18ec add installation instructions to pkg packages by sethladd@google.com · 11 years ago
  64. 8c51114 Restructure the yaml package. by nweiz@google.com · 11 years ago
  65. e9d030f Remove insertRange. by floitsch@google.com · 11 years ago
  66. 80196b7 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 11 years ago
  67. 63b6fbb Remove Expect from core library. by floitsch@google.com · 11 years ago
  68. 60a3d45 Moved pkg pubspecs to use dev_dependencies where appropriate by kevmoo@j832.com · 11 years ago
  69. 10aa79f Fix escaping in YAML RegExp. by rnystrom@google.com · 11 years ago
  70. 8c837ef Revert "Remove Expect from core library." by floitsch@google.com · 11 years ago
  71. b7a77f8 Remove Expect from core library. by floitsch@google.com · 11 years ago
  72. 4bfbfb8 Remove deprecated StringBuffer.add, addAll and addCharCode. by floitsch@google.com · 11 years ago
  73. 8578440 Remove deprecated string features. by lrn@google.com · 11 years ago
  74. 4470460 Remove deprecated Strings class. by floitsch@google.com · 11 years ago
  75. a73eac3 Reapply "Rename mappedBy to map." by lrn@google.com · 11 years ago
  76. d32852c Revert "Rename mappedBy to map." by floitsch@google.com · 11 years ago
  77. 2dad502 Rename mappedBy to map. by lrn@google.com · 11 years ago
  78. 1569dfc Restructure YAML package suitable for pub lish by jmesserly@google.com · 11 years ago