1. a055256 fix formatting (#90) by Kevin Moore · 2 years, 9 months ago
  2. 6248970 Update pubspec.yaml by Kevin Moore · 2 years, 10 months ago
  3. 4252e31 Remove unused dependencies. (#89) by Lasse R.H. Nielsen · 2 years, 10 months ago
  4. 29ee596 Update test-package.yml (#88) by Kevin Moore · 3 years ago
  5. e3e85b8 Update LICENSE (#87) by Franklin Yow · 3 years, 1 month ago
  6. a0a813f Migrate to GitHub Actions (#86) by Alexander Thomas · 3 years, 4 months ago
  7. e0acfeb Bump version in pubspec. by Robert Nystrom · 3 years, 5 months ago
  8. 65efd8e Make compatible with null-safe args package. by Robert Nystrom · 3 years, 5 months ago
  9. 83504e4 Make dart2js_info compatible with null-safe protobuf by Ivan Inozemtsev · 3 years, 6 months ago
  10. 787aa97 Remove dependency on quiver. (#82) by Lasse R.H. Nielsen · 3 years, 7 months ago
  11. 66a7193 Remove unused dart:async imports by Mike Fairhurst · 3 years, 7 months ago
  12. 0632a62 Increase Dart SDK version by Ivan Inozemtsev · 3 years, 8 months ago
  13. f97a2b8 Update protobuf dependency by Ivan Inozemtsev · 3 years, 8 months ago
  14. 94ba36c fix README example to mention `--grouping` by sigmundch · 3 years, 10 months ago
  15. c809182 Delete codereview.settings by Kevin Moore · 4 years, 9 months ago
  16. 8335ee5 Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1 (#79) by Sam Rawlins · 5 years ago
  17. 829f7be Delete analysis_options.yaml by Kevin Moore · 5 years ago
  18. 3896c5e reformat by Sigmund Cherem · 5 years ago
  19. b82db32 Move subcommands under src. Otherwise, pub-global-activate believes they should have a main by Sigmund Cherem · 5 years ago 0.6.1
  20. 40b704c Add a test for verifying proto codec serialized ids by Loren Van Spronsen · 5 years ago
  21. 8f9cf98 Use unqualified enum strings when generating serialized ids in the proto codec by Loren Van Spronsen · 5 years ago
  22. b971da7 Release 0.6.0 by Sigmund Cherem · 5 years ago 0.6.0
  23. cae9e37 Refactor convert command so that all conversions can use the same -o and --inject-text flags by Sigmund Cherem · 5 years ago
  24. 4cbb951 Revert to use the old-style IDs for json codec. by Sigmund Cherem · 5 years ago
  25. 812c1b1 Add 'show' command - displays infos as text by Sigmund Cherem · 5 years ago
  26. 521aa8e Consolidate all tools under a single command-line interface by Sigmund Cherem · 5 years ago
  27. b22cea7 Add JSON/binary conversion tools by Sigmund Cherem · 5 years ago
  28. ad2adf5 Add filename to output unit. by Sigmund Cherem · 5 years ago
  29. e991020 Allow all tools to read JSON or binary format (#69) by sigmundch · 5 years ago
  30. 814a5c0 update git ignore by Sigmund Cherem · 5 years ago
  31. d6eaba9 Small cleanup tasks. json and proto use the codec abstraction, but the binary serialization does not, other unrelated cleanup (#67) by sigmundch · 5 years ago
  32. dc9516a Add backwards-compatible json encoding (#66) by sigmundch · 5 years ago
  33. 8439f0c Allow null dart2js version (#65) by sigmundch · 5 years ago
  34. 38de0d8 Remove output unit field from code-span, it is redundant with output unit in the enclosing entity (#64) by sigmundch · 5 years ago
  35. a99b40b Add changelog comment about binary codec by Sigmund Cherem · 5 years ago
  36. 618f66a fix analyzer warnings by Sigmund Cherem · 5 years ago
  37. 648e670 Add binary serialization by Sigmund Cherem · 5 years ago
  38. 3db2a91 made some fields non-final to make deserialization easier by Sigmund Cherem · 5 years ago
  39. 23f2917 remove measurements from proto and regenerate by Sigmund Cherem · 5 years ago
  40. 9b962ab Split json codec from the info AST by Sigmund Cherem · 5 years ago
  41. e61cd1b json codec: bug fixes after removing id by Sigmund Cherem · 5 years ago
  42. 02094d4 Add CodeSpan to represent code sections in dump info by sigmundch · 5 years ago
  43. b60a136 Remove 'id' field from infos, compute an id during serialization (#59) by sigmundch · 5 years ago
  44. 01f42a3 Report library-sizes using the library uri (#58) by sigmundch · 5 years ago 0.5.17
  45. a966ccb Split out io from util.dart (#57) by sigmundch · 5 years ago 0.5.16
  46. aa5cee5 Add resetIds (#56) by sigmundch · 5 years ago 0.5.15
  47. 457ae22 run dartfmt by Sigmund Cherem · 5 years ago 0.5.14
  48. 68fbae0 Update coverage tool. by Sigmund Cherem · 5 years ago
  49. 85689be Prepare to release 0.5.13 (#53) by Kevin Moore · 6 years ago 0.5.13
  50. 0f1ace2 Use a relative path when generating unique IDs for elements (#52) by Kevin Moore · 6 years ago
  51. 79d7ee1 Remove gratuitous uses of SplayTreeMap when decoding JSON (#51) by Kevin Moore · 6 years ago
  52. f5970b3 Fix move.yml by Kevin Moore · 6 years ago
  53. 20d899c Support GitHub issue mover by Kevin Moore · 6 years ago
  54. a8e8631 use latest pkg:protos (#46) by Kevin Moore · 6 years ago
  55. 5fe2553 support latest pkg:quiver (#47) by Kevin Moore · 6 years ago
  56. 6212699 Improve the output of the diff tool (#45) by Harry Terkelsen · 6 years ago 0.5.12
  57. 3c01003 Add --summary option to diff tool (#44) by Harry Terkelsen · 6 years ago 0.5.11
  58. 85f0aba chore: set max SDK version to <3.0.0 (#43) by Patrice Chalin · 6 years ago 0.5.10
  59. 94cd237 dartfmt by Kevin Moore · 6 years ago
  60. 0347b8f Add output unit info to proto codec (#40) by Loren Van Spronsen · 6 years ago 0.5.9
  61. 2a7c7f3 Properly type imports when parsing deferredFiles from JSON. (#41) by Loren Van Spronsen · 6 years ago
  62. 7247ccf Proto codec support for deferred files (#39) by Loren Van Spronsen · 6 years ago 0.5.8
  63. f06f247 Put a tighter dependency on protobuf (#38) by Harry Terkelsen · 6 years ago untagged-eaed39d6a83e09b7cea2
  64. 035bb82 Bump the version of dart2js_info to 0.5.7. (#37) by Loren Van Spronsen · 6 years ago
  65. 6c657d5 Add a new protobuf codec for info data (#35) by Loren Van Spronsen · 6 years ago
  66. 78f180b Make dumpinfo parsing also strong clean (#34) by sigmundch · 6 years ago 0.5.6+4
  67. 7006aba Actually update the version number! (#33) by Emily Fortuna · 6 years ago
  68. 20c29a4 Make dart2js_info runtime strong mode clean. (#32) by Emily Fortuna · 6 years ago
  69. 46d8d1d Verify that all elements have a parent (#31) by Harry Terkelsen · 6 years ago
  70. 3fec061 gitignore .dart_tool directory (#30) by Harry Terkelsen · 6 years ago
  71. 1219d28 Roll version to 0.5.6+2 (#29) by Harry Terkelsen · 6 years ago 0.5.6+2
  72. 7ab6180 Only run travis on dev (#28) by Kevin Moore · 6 years ago
  73. 0c9136e Remove upper case constants (#27) by Lasse R.H. Nielsen · 6 years ago 0.5.6+1
  74. 7f18a26 Add isRuntimeTypeUsed, isIsolateInUse, isFunctionApplyUsed and isMirrorsUsed to ProgramInfo. by Harry Terkelsen · 6 years ago 0.5.6
  75. 66f8a1f Fix fuzzy arrow issues in bin/ (#25) by Sam Rawlins · 6 years ago
  76. 79ffef0 Roll dart2js_info to 0.5.5+2 (#24) by Harry Terkelsen · 6 years ago 0.5.5+2
  77. 852d142 Changes for landing https://github.com/dart-lang/sdk/issues/32161 (#23) by Michael R Fairhurst · 6 years ago
  78. a126fbd Fix uses_dynamic_as_bottom errors (#22) by Sam Rawlins · 6 years ago
  79. 55eb311 prepare for release by Kevin Moore · 7 years ago 0.5.5+1
  80. e31d4c8 Allow the latest shelf and args packages by Kevin Moore · 7 years ago
  81. 9013440 rename analysis_options by Kevin Moore · 7 years ago
  82. 1312c3f Fix travis (#20) by Kevin Moore · 7 years ago
  83. dfcbd59 add diff tool (#19) by Harry Terkelsen · 7 years ago 0.5.5
  84. bd163f4 Add missing dependency on shelf_static by Kevin Moore · 7 years ago 0.5.4+2
  85. 62ad264 ensure sort of holding info is stable by Kevin Moore · 7 years ago
  86. a750c36 regenerated the hello_world json by Kevin Moore · 7 years ago
  87. 9de49d7 Update changelog by Kevin Moore · 7 years ago
  88. 5a356e7 improve travis support by Kevin Moore · 7 years ago
  89. f9c18c9 dartfmt by Kevin Moore · 7 years ago
  90. 3db6b4d update homepage and quiver dependency by Kevin Moore · 7 years ago
  91. 074566d Remove files published accidentally by Sigmund Cherem · 7 years ago 0.5.4+1
  92. 3a35a5c Add simple binary that prints the inferred type information of a single function by Sigmund Cherem · 7 years ago 0.5.4
  93. 9193477 Create a more stable ID for ConstantInfo by Kevin Moore · 7 years ago 0.5.3+1
  94. 925f423 cleanup imports by Kevin Moore · 7 years ago 0.5.3
  95. cd587f3 pubspec reordering by Kevin Moore · 7 years ago
  96. bfa736a allow the latest pkg/quiver by Kevin Moore · 7 years ago
  97. 9bedfc1 dartfmt by Kevin Moore · 7 years ago
  98. ae18b86 uniqueness via hashing by Kevin Moore · 7 years ago
  99. 74a8f92 Add defer-layout tool. by Sigmund Cherem · 8 years ago 0.5.2
  100. b1ed416 fix bug caused by deleting too much code in previous commit by Harry Terkelsen · 8 years ago 0.5.1+1