1. 2e61461 Update README with link by Filip Hracek · 7 years ago master
  2. 8aa5360 Update README.md by Seth Ladd · 9 years ago
  3. 0a6a406 Merge pull request #86 from kmillikin/issue-83 by Kevin Millikin · 9 years ago
  4. ae03e0c Properly translate for-in and await for-in without a declaration keyword. by Kevin Millikin · 9 years ago
  5. a6d2c3e Merge pull request #80 from kmillikin/issue-79 by Kevin Millikin · 10 years ago
  6. 53338ad Handle failure of 'on T catch' clauses properly. by Kevin Millikin · 10 years ago
  7. 8b401a9 Merge pull request #78 from kmillikin/switch-cases by Kevin Millikin · 10 years ago
  8. 83c73d4 Add a break statement to the end of each switch case. by Kevin Millikin · 10 years ago
  9. ebefc80 Merge pull request #76 from kmillikin/enable-enums by Kevin Millikin · 10 years ago
  10. 62d9867 Allow enums in the input. by Kevin Millikin · 10 years ago
  11. b0f9e56 Update README.md by Kathy Walrath · 10 years ago
  12. 4fa8e37 Update README.md by Kathy Walrath · 10 years ago
  13. 56fffc9 Add dart:async import to README by Kathy Walrath · 10 years ago
  14. b9718ee Fix pubspec.yaml info in README by Kathy Walrath · 10 years ago
  15. 7652b10 Merge pull request #73 from kmillikin/issue-72 by Kevin Millikin · 10 years ago
  16. 254ca7f Merge pull request #71 from xxgreg/master by Kevin Millikin · 10 years ago
  17. 4400573 Fix a bug in the translation of nested loops. by Kevin Millikin · 10 years ago
  18. 3d643cc Handle try block without catch parameters by Greg Lowe · 10 years ago
  19. 236361d Fix pretty printing of instance creation with generic arguments by Greg Lowe · 10 years ago
  20. 04e5405 Update README.md by Seth Ladd · 10 years ago
  21. c3685de Merge pull request #67 from kmillikin/cleanup by Kevin Millikin · 10 years ago
  22. 98d0b65 A major cleanup of the repository. by Kevin Millikin · 10 years ago
  23. 5536b34 Merge pull request #64 from kmillikin/await-for by Kevin Millikin · 10 years ago
  24. d9459e3 A more complete implementation of `await for`. by Kevin Millikin · 10 years ago
  25. 5b06645 Merge branch 'master' into await-for by Kevin Millikin · 10 years ago
  26. 0984511 Merge pull request #65 from headinthebox/AwaitAnything by Kevin Millikin · 10 years ago
  27. fd08078 Restore pubspec by headinthebox · 10 years ago
  28. 41ca7e0 Fixed test and pubspec by headinthebox · 10 years ago
  29. dd84235 Dotted Identifier by headinthebox · 10 years ago
  30. df69b25 Add support for `await for`. by Kevin Millikin · 10 years ago
  31. bc98080 Wrapping expression to be awaited into Future.value by headinthebox · 10 years ago
  32. ae838b5 Merge pull request #61 from kmillikin/types by Kevin Millikin · 10 years ago
  33. ced69dd Preserve types on local variable declarations. by Kevin Millikin · 10 years ago
  34. 5f230c0 Merge pull request #60 from kmillikin/rethrow by Kevin Millikin · 10 years ago
  35. 7c6bc73 Preserve stack traces for rethrow. by Kevin Millikin · 10 years ago
  36. 4cdcb19 Support rethrow. by Kevin Millikin · 10 years ago
  37. b151ae5 Merge pull request #58 from kmillikin/error-continuations by Kevin Millikin · 10 years ago
  38. f8927c0 Handle error continuations in a more sophisticated way. by Kevin Millikin · 10 years ago
  39. 8594b64 Merge pull request #56 from kmillikin/back-to-the-completer by Kevin Millikin · 10 years ago
  40. e6c8ff5 Merge pull request #57 from dart-lang/editor-cleanup by Kevin Millikin · 10 years ago
  41. 2b56c57 Change http to hosted dependency. by Steve Messick · 10 years ago
  42. 88a8c78 Remove errors and some warnings to look nice in Dart Editor. by Steve Messick · 10 years ago
  43. 1bc4d7f Handle catch and finally blocks properly. by Kevin Millikin · 10 years ago
  44. 68c5d25 Fix three bugs in the translation. by Kevin Millikin · 10 years ago
  45. 2974149 All syntactic forms are supported. by Kevin Millikin · 10 years ago
  46. 7ab643f Work in progress on the completer translation. by Kevin Millikin · 10 years ago
  47. 222ef6d Merge pull request #54 from dart-lang/bugfix by Kevin Millikin · 10 years ago
  48. 1142cc4 A fix for a bug with return from finally. by Kevin Millikin · 10 years ago
  49. 93b0ac2 Merge pull request #53 from dart-lang/break-chains by Kevin Millikin · 10 years ago
  50. 1cb5f0a Handle returns consistently. by Kevin Millikin · 10 years ago
  51. db59f68 Merge pull request #52 from kmillikin/break-chains by Kevin Millikin · 10 years ago
  52. 2ff1de7 Incorporated review comments. by Kevin Millikin · 10 years ago
  53. 3704309 Break chains of futures arising from await in a loop. by Kevin Millikin · 10 years ago
  54. 97d1802 Merge pull request #48 from kmillikin/trampoline by Kevin Millikin · 10 years ago
  55. d3d1eb2 Fix outdated comments. by Kevin Millikin · 10 years ago
  56. 62c2e92 Fix a bug: loop exits do not exit the trampoline. by Kevin Millikin · 10 years ago
  57. 6c5ef80 Change the loop trampoline to keep loops synchronous. by Kevin Millikin · 10 years ago
  58. d786afb Merge pull request #47 from kmillikin/factory by Kevin Millikin · 10 years ago
  59. f44387c Fix a bug where constructor names were omitted. by Kevin Millikin · 10 years ago
  60. 644aa3f Wrap the analyzer's AstFactory class. by Kevin Millikin · 10 years ago
  61. 77383c1 Merge pull request #45 from kmillikin/bugfix by Kevin Millikin · 10 years ago
  62. f8b4a62 Remove redundant check in the code. by Kevin Millikin · 10 years ago
  63. 7df70ba Fix a bug in the pretty printing of string interpolation. by Kevin Millikin · 10 years ago
  64. b6ad461 Merge pull request #43 from kmillikin/pretty-printer by Kevin Millikin · 10 years ago
  65. c6f1dc9 Add a few missing recursive calls to the pretty printing visitor. by Kevin Millikin · 10 years ago
  66. 6a2a0b2 Use the new compilation strategy for the transformer. by Kevin Millikin · 10 years ago
  67. 528c9c0 Add a pretty printer for function bodies. by Kevin Millikin · 10 years ago
  68. d6adcf1 Merge pull request #42 from kmillikin/remove-error-cont by Kevin Millikin · 10 years ago
  69. 2898147 Merge branch 'master' into remove-error-cont by Kevin Millikin · 10 years ago
  70. 3e64ea3 Merge branch 'remove-error-cont' of https://github.com/kmillikin/async_await into remove-error-cont by Kevin Millikin · 10 years ago
  71. 6804908 Remove failure continuations. by Kevin Millikin · 10 years ago
  72. ff6a867 Merge pull request #41 from dart-lang/new-boilerplate by Kevin Millikin · 10 years ago
  73. 59ac5f9 Merge pull request #39 from kmillikin/catch-handlers by Kevin Millikin · 10 years ago
  74. 8af7fbf Support stack trace parameters and `on T catch` clauses. by Kevin Millikin · 10 years ago
  75. 6228072 Merge pull request #38 from kmillikin/license by Kevin Millikin · 10 years ago
  76. 8b9d44b Add Erik Meijer to AUTHORS. by Kevin Millikin · 10 years ago
  77. 1a6ef1f Merge pull request #37 from kmillikin/license by Kevin Millikin · 10 years ago
  78. 172f45f Add a LICENSE file and license headers. by Kevin Millikin · 10 years ago
  79. 4ee7270 Merge pull request #36 from kmillikin/boilerplate by Kevin Millikin · 10 years ago
  80. c5009fb Fix bugs in the translation, verify against tests. by Kevin Millikin · 10 years ago
  81. f019009 Change the async body boilerplate. by Kevin Millikin · 10 years ago
  82. 002f261 Merge pull request #35 from kmillikin/master by Kevin Millikin · 10 years ago
  83. 993dd0c Fix an error due to a shadowed identifier. by Kevin Millikin · 10 years ago
  84. 4b53813 Merge remote-tracking branch 'upstream/master' by Kevin Millikin · 10 years ago
  85. d0e8c64 Merge pull request #34 from kmillikin/cascades by Kevin Millikin · 10 years ago
  86. 43bdacf Merge remote-tracking branch 'upstream/master' by Kevin Millikin · 10 years ago
  87. c068efa Support postfix expression. by Kevin Millikin · 10 years ago
  88. dba22ba Merge pull request #31 from kmillikin/cascades by Kevin Millikin · 10 years ago
  89. 70d4b78 Merge pull request #29 from kmillikin/short-circuit by Kevin Millikin · 10 years ago
  90. 44aff66 Merge remote-tracking branch 'upstream/master' by Kevin Millikin · 10 years ago
  91. f1b3cdc Merge pull request #28 from kmillikin/continue by Kevin Millikin · 10 years ago
  92. 0b10402 Add support for cascades. by Kevin Millikin · 10 years ago
  93. 7388db7 Add support for the short-circuit logical operators && and ||. by Kevin Millikin · 10 years ago
  94. 1e26bc9 Merge remote-tracking branch 'upstream/master' by Kevin Millikin · 10 years ago
  95. 6db8b47 Add support for continue to a label. by Kevin Millikin · 10 years ago
  96. 2690c26 Merge pull request #24 from kmillikin/master by Kevin Millikin · 10 years ago
  97. 4c1da7c Use analyzer version >= 0.22.4. by Kevin Millikin · 10 years ago
  98. 6881aae Merge pull request #23 from kmillikin/function-expressions by Kevin Millikin · 10 years ago
  99. fe51f9d Add support for local function declarations and anonymous async functions. by Kevin Millikin · 10 years ago
  100. 29539b5 Merge pull request #22 from kmillikin/adjacent-strings by Kevin Millikin · 10 years ago