1. 3d3a2ff Version 1.22.0-dev.3.0 by William Hesse · 8 years ago 1.22.0-dev.3.0
  2. 384d352 new test for analysis options include directive by Dan Rubel · 8 years ago
  3. 82caf1d Improve documentation for Isolate.kill. by Florian Loitsch · 8 years ago
  4. bcd63e59 Add dart syntax to changelog by Kevin Moore · 8 years ago
  5. 1f99052 Fuchsia: Adds File::Copy() by Zachary Anderson · 8 years ago
  6. 918b90b Fuchsia: implement Process::Wait() for Process.runSync() by Zachary Anderson · 8 years ago
  7. e763fac VM: [DBC] Fix more problems with lazy deopt. by Vyacheslav Egorov · 8 years ago
  8. 0184f36 Fix typo in documentation. by Florian Loitsch · 8 years ago
  9. b5ec4b8 Update status for html/worker_api_test by William Hesse · 8 years ago
  10. c95423b Update changelog.md to mention new assert with message feature (#28156) by Michael Thomsen · 8 years ago
  11. b13bb54 Make ClosedWorld a `forTesting` property of ResolutionWorldBuilder. by Johnni Winther · 8 years ago
  12. 7025002 Access ConstantSystem through ClosedWorld. by Johnni Winther · 8 years ago
  13. bc1b27b Further reduce use of Compiler.closedWorld. by Johnni Winther · 8 years ago
  14. b7cb409 Fix dartium status by Matthias Hausner · 8 years ago
  15. 13908fa Adjust co19 test status by Matthias Hausner · 8 years ago
  16. ef40b32 Remove --assert-message VM flag by Matthias Hausner · 8 years ago
  17. 7f26211 Correct handling of cross-frame functions in ddc. by Jacob Richman · 8 years ago
  18. 1fcc738 VM: [DBC] Fix lazy deoptimization after calls that return no values. by Vyacheslav Egorov · 8 years ago
  19. 13bd1ad DDC/AnalyzerCLI common cmdline option processing by Dan Rubel · 8 years ago
  20. 5bf4fce Added thread.dart and zone.dart to the observatory sources to resolve build issues. by Ben Konyi · 8 years ago
  21. f1de9b0 Revert "Added ability to request zone memory information for all isolates through the VM service and added tests." by Ben Konyi · 8 years ago
  22. 9622f1a Added ability to request zone memory information for all isolates through the VM service and added tests. by Ben Konyi · 8 years ago
  23. 1d7fb1c Update status for language/assert_message_test on Dartium by William Hesse · 8 years ago
  24. 1f289fc Fuchsia: resolve executable name, fetch environment vars by Zachary Anderson · 8 years ago
  25. a919399 Fix directory existence query error by Zachary Anderson · 8 years ago
  26. f6c944a implement LabeledStatement and Break in kernel by Harry Terkelsen · 8 years ago
  27. 4607e38 Reapply "Save and restore feedback from JIT." by Ryan Macnak · 8 years ago
  28. 1a41627 When creating a JIT app snapshot, don't recreate the VM isolate snapshot. by Ryan Macnak · 8 years ago
  29. d77af3e Update status file. by Florian Loitsch · 8 years ago
  30. 2f532ab Remove Dart_CreateLibrarySnapshot. by Ryan Macnak · 8 years ago
  31. 176d732 Revert "Save and restore feedback from JIT." by Ryan Macnak · 8 years ago
  32. 0d17033 dependency_grapher: handle dependencies on SDK. by Paul Berry · 8 years ago
  33. eaca15c Fix analysis.getNavigation with the new analysis driver. by Konstantin Shcheglov · 8 years ago
  34. 31ee202 Save and restore feedback from JIT. by Ryan Macnak · 8 years ago
  35. 519f7d4 Add preliminary packages file support to dependency_grapher. by Paul Berry · 8 years ago
  36. 16f4045 Do nothing if the changed file is not known to the driver. by Konstantin Shcheglov · 8 years ago
  37. 92f74d2 Update kernel status file after configurable import test was added. by Asger Feldthaus · 8 years ago
  38. 04c33c84 Add one more test for configurable imports. by Lasse R.H. Nielsen · 8 years ago
  39. 88037f0 Added compile-time errors for supertypes: Type alias missing, and more. by Erik Ernst · 8 years ago
  40. adb4610 Version 1.22.0-dev.2.0 by William Hesse · 8 years ago 1.22.0-dev.2.0
  41. 44b45f8 Mark language/generic_sends_test as passing by Martin Kustermann · 8 years ago
  42. b11484e Pass ClosedWorld directly to codegen tasks by Johnni Winther · 8 years ago
  43. 254bea3 Create Namer and Emitter on codegen start. by Johnni Winther · 8 years ago
  44. 8d4553a Log only valid occurences of 'All native types used ...'. by Johnni Winther · 8 years ago
  45. 16053d3 Support generic methods in kernel by Johnni Winther · 8 years ago
  46. f4e5c95 Disable dependency_grapher_test on dart2js for now. by Paul Berry · 8 years ago
  47. cf4714c Update status file for rewind_test on Windows by Zachary Anderson · 8 years ago
  48. b556a56 Fuchsia: Switch to new virtual memory syscalls by Zachary Anderson · 8 years ago
  49. ede20b6 Implement a front end API for querying the dependency structure of a project. by Paul Berry · 8 years ago
  50. 8c6dca0 Update GC stats, ThreadPool, Timer and ScopedTimer to use monotonic time. by Ryan Macnak · 8 years ago
  51. e48f143 Internally measure isolate uptime with monotonic time. by Ryan Macnak · 8 years ago
  52. 7e15a96 Use AnalysisOptions.signature as a way to check compatibility. by Konstantin Shcheglov · 8 years ago
  53. cfcfe7a Add access to FutureOr in TypeProviders (and add implementation in mock sdks) by Brian Wilkerson · 8 years ago
  54. dc426c8 Rename snapshot kind enum values (kAppWithJIT -> kAppJIT, kAppNoJIT -> kAppAOT). by Ryan Macnak · 8 years ago
  55. 77f53f6 fixes #27385, implement virtual fields in DDC by Jennifer Messerly · 8 years ago
  56. 9506cb9 Error checking for Stdio calls by Zach Anderson · 8 years ago
  57. a105d89 refactor DDC and Analyzer CLI parser option declaration by danrubel · 8 years ago
  58. 74c92d5 fix assert message tests in dart2js by Harry Terkelsen · 8 years ago
  59. 3d00c22 rev dartdoc version in DEPS to 0.9.8+1 by keertip · 8 years ago
  60. e321439 cleanup Analyzer CLI and DDC arg parsing by danrubel · 8 years ago
  61. 0340727 If there is a changed file, hasFilesToAnalyze is true. by Konstantin Shcheglov · 8 years ago
  62. 4a5d09d Another hermetic test for a case found in instrumentation logs. by Konstantin Shcheglov · 8 years ago
  63. 9b003dd Make try/catch/finally work with Kernel code and some refactoring. by Emily Fortuna · 8 years ago
  64. 5b84611 refactor DDC to support --ignore-unrecognized-flags by danrubel · 8 years ago
  65. b0a0a42 VM: [Kernel] Do not crash when encountering generic methods in Kernel. by Vyacheslav Egorov · 8 years ago
  66. d8f75e8 Disable libraries_reader_test on dart2js for now. by Paul Berry · 8 years ago
  67. 456f9b5 Allocate fewer objects in dartk frontend. by Asger Feldthaus · 8 years ago
  68. 2e71861 Add 'self_check' runtime for running self-checking unit tests by Asger Feldthaus · 8 years ago
  69. 31d5860 Enable strong-mode test suite for dartk. by Asger Feldthaus · 8 years ago
  70. e9f0db2 Start re-trying dartk compilations if they crash by Martin Kustermann · 8 years ago
  71. f85d65b CHANGELOG: add issue links, an article link, and an example (#28112) by Sam Rawlins · 8 years ago
  72. 9ab1f22 Make some VM libraries patch cleanly using the analyzer. by Kevin Millikin · 8 years ago
  73. 9e0a4bc Do not generate a duplicate ExternalName class by Kevin Millikin · 8 years ago
  74. d55e9b1 Add file missing from previous commit by Karl Klose · 8 years ago
  75. ff99a0c Merge kernel closure conversion into the Dart SDK by Karl Klose · 8 years ago
  76. f7b6f0c Make the VM's dart:core and dart:async library patches clean. by Kevin Millikin · 8 years ago
  77. eea098a fix DDC codegen test by danrubel · 8 years ago
  78. 1d43347 update DDC to use analyzer extractDefinedVariables by danrubel · 8 years ago
  79. c05c73f add --assert-message flag back by Harry Terkelsen · 8 years ago
  80. f0a0b1f Fix some completion tests with parts. by Konstantin Shcheglov · 8 years ago
  81. 8c946a6 Apply error processors in the new driver by Brian Wilkerson · 8 years ago
  82. 4b840f2 fix assert with message by Harry Terkelsen · 8 years ago
  83. 4e33530 Add front end code for reading the SDK's "libraries.dart" file. by Paul Berry · 8 years ago
  84. 846a73e Fuchsia: Directory listing by Zachary Anderson · 8 years ago
  85. 3fe9a33 Workaround for accessing part sources while resolving a library. by Konstantin Shcheglov · 8 years ago
  86. 2c62510 move CommandLineParser into analyzer for reuse by DDC by danrubel · 8 years ago
  87. a8e9a1f Fix updating source factory in driver (issue 28086) by Brian Wilkerson · 8 years ago
  88. 1d74db1 Add assert messages in DDC to the CHANGELOG. by Bob Nystrom · 8 years ago
  89. 4b9087f Handle non-regular files in recursive delete by Zachary Anderson · 8 years ago
  90. 392c242 Add dart:io stubs to ddc sdk, define dart.library.html by Vijay Menon · 8 years ago
  91. 8dbfef1 Fix completion tests that attempted to resolve a library. by Konstantin Shcheglov · 8 years ago
  92. bead4ce Add more tests of the driver by Brian Wilkerson · 8 years ago
  93. 63d1c18 Add completion tests for the new analysis driver. by Konstantin Shcheglov · 8 years ago
  94. 11975ab ObjectGraph: Establish a HeapIterationScope *before* making the heap writable, least the sweeper interfer. by Ryan Macnak · 8 years ago
  95. 2c0b605 Add optional message argument to assert statements in the VM. by Matthias Hausner · 8 years ago
  96. 871f478 Fix for resynthesizing invalid @functionName() annotations. by Konstantin Shcheglov · 8 years ago
  97. 017257a VM: Only update hash table stats when needed for printing. by Florian Schneider · 8 years ago
  98. 1417eec move extractDefinedVariables from analyzer cli to analyzer by danrubel · 8 years ago
  99. 9b21047 Fix for searching top-level declarations in parts. by Konstantin Shcheglov · 8 years ago
  100. 52c81e4 Fix for detecting lib/src. Sort fixes by relevance. by Konstantin Shcheglov · 8 years ago