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