0.7.2.1
  1. 50f1dc5 Be consistent with number scanning by hausner@google.com · 12 years ago
  2. 5c0b92e Fix number scanning by hausner@google.com · 12 years ago
  3. 232cdaa VM: Make ParameterMirror.toString say it is a parameter mirror. by rmacnak@google.com · 12 years ago
  4. e3ce299 Traverse inlined frames lazily when printing the stacktrace. No need to carry separate function and code array, since function can always be extracted from code. by srdjan@google.com · 12 years ago
  5. 7e7b95c Fix android build of runtime. by whesse@google.com · 12 years ago
  6. 47239cb Move delete/deleteSync up to FileSystemEntity, with a shared documentation. by ajohnsen@google.com · 12 years ago
  7. 8923601 Disable all warnings when compiling NSS. by whesse@google.com · 12 years ago
  8. 9d8049d Small code cleanup in the assembler/simulator. by fschneider@google.com · 12 years ago
  9. 5d8f2ca Reapply "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  10. b8d9214 Be sure to enter monitor before notifying, in file_system_watcher_macos. by ajohnsen@google.com · 12 years ago
  11. c09f27b Implement BigintOperations::MultiplyWithDigit by sra@google.com · 12 years ago
  12. d6aaf0c 1. Add flag --trace-api to trace API function invocation by asiva@google.com · 12 years ago
  13. 765aac1 Keep track of the application of a mixin type to a mixin application class, by regis@google.com · 12 years ago
  14. 8cd4bf5 Change inlined stack frame iterator to use code and pc instead of frame. by srdjan@google.com · 12 years ago
  15. 7df443f Make showHide combinators work with getter/setter names by hausner@google.com · 12 years ago
  16. 7fb4b62 Fix build breakage. by srdjan@google.com · 12 years ago
  17. d7d3588 Support named and optional positional arguments in reflective invocation. by rmacnak@google.com · 12 years ago
  18. f235a79 Remove ASSERT which was reported as a race by ThreadSanitizer by sgjesse@google.com · 12 years ago
  19. c288d7c Revert "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  20. 59004e9 Fix range check bug for ByteData getters and setters. by fschneider@google.com · 12 years ago
  21. 76c0e79 Add custom equals and hashCode for HashMap implementation. by lrn@google.com · 12 years ago
  22. 865ef54 Implement ParameterMirror.metadata. by rmacnak@google.com · 12 years ago
  23. c099eb8 Do not export library prefix names used in a library by hausner@google.com · 12 years ago
  24. 64fd5a5 Implement InstanceMirror.== in dart2js and InstanceMirror.hashCode in the VM and dart2js. by rmacnak@google.com · 12 years ago
  25. a783459 Preserves callee-saved FPU registers on ARM by zra@google.com · 12 years ago
  26. 7c53dfa Make file system watcher compile on Mac OS 106, and add a runtime-call to test if the system supports the feature. by ajohnsen@google.com · 12 years ago
  27. f29b968 Saves callee-saved fpu registers on MIPS. by zra@google.com · 12 years ago
  28. 40013fe Simplify compilation of relational operators. by fschneider@google.com · 12 years ago
  29. 6c5229a Move _FileSystemWatcher to IO patch since it extends NativeFieldWrapperClass1. by ajohnsen@google.com · 12 years ago
  30. 38bae0a Add FileSystemWatcher class to dart:io. by ajohnsen@google.com · 12 years ago
  31. eaf1021 Make HashMap constructor a factory. by lrn@google.com · 12 years ago
  32. cfab482 Follow-up fix to my change to IsPowerOfTwo: Alignment of one means no alignment, not zero. by fschneider@google.com · 12 years ago
  33. e174a4c Fix a compiler bug caused by Utils::IsPowerOfTwo treating zero as a power of two. by fschneider@google.com · 12 years ago
  34. 92e97e5 Fix bug with reflection on VM-internal native methods. by fschneider@google.com · 12 years ago
  35. 8adad2e Don't throw when there is an "onError" for int.parse. by floitsch@google.com · 12 years ago
  36. 8d66e5d Fix error message for NoSuchMethodError to not contain "Symbol". by lrn@google.com · 12 years ago
  37. 53dc9ba Change the field and constructor parameter types of NoSuchMethodError to Symbol. by lrn@google.com · 12 years ago
  38. 97891ce If a rethrow is encountered in the catch block, then its handler must be marked that it needs stacktrace. Fix issue r12584. by srdjan@google.com · 12 years ago
  39. 39f1574 Fix for Issue 12833 by sra@google.com · 12 years ago
  40. 03d1af5 Fix crash with cyclic exports by hausner@google.com · 12 years ago
  41. 919eae4 Ensure class mirrors on non-generic classes always have their runtime type set. Add a test for class mirror equality. by rmacnak@google.com · 12 years ago
  42. cfb81a4 Last round of cleanups in exception handler, before going to the next stage. by srdjan@google.com · 12 years ago
  43. da4806e - Reapply change r26880. by iposva@google.com · 12 years ago
  44. eceb4ec Add checks catching potential integer overflows. by mlippautz@google.com · 12 years ago
  45. ea5dfcd Revert "Compress memory usage. Imprive speed of finding exception handle..." by kmillikin@google.com · 12 years ago
  46. f82de66 Evaluation of expression in context of library top-level by hausner@google.com · 12 years ago
  47. 20d9b10 Improve performance of exception handling: quicker (and correcter) determination if the exception class extends class Error. by srdjan@google.com · 12 years ago
  48. 83bf536 - Fix double-increment in bignum library code. by iposva@google.com · 12 years ago
  49. e8117fe Compress memory usage. Imprive speed of finding exception handlers: if a code does not have any handlers, do not reaverse the PC descriptors. by srdjan@google.com · 12 years ago
  50. cefc714 - Identified more loops that need handle scopes. by iposva@google.com · 12 years ago
  51. 4ba20d8 Small changes to make analyzer happy. by lrn@google.com · 12 years ago
  52. 1a3ef7b Allow inlining of methods that have an intrinsic translation. by fschneider@google.com · 12 years ago
  53. 788c569 Convert HashMap and LinkedHashMap to closed addressing hash tables. by lrn@google.com · 12 years ago
  54. 215fa4a Remove last vestiges of removeAll from typed lists. by lrn@google.com · 12 years ago
  55. c003658 Move the assertion checking the number of arguments passed to a runtime entry by regis@google.com · 12 years ago
  56. c012196 Evaluates arguments before throwing a NoSuchMethodError in constructor by zra@google.com · 12 years ago
  57. 8171570 Fix the previously ineffective assert checking the number of arguments passed to by regis@google.com · 12 years ago
  58. ac705b0 More reflection of mixin applications in the VM. by rmacnak@google.com · 12 years ago
  59. e06ea63 Mark exception handlers if they have a stacktrace specified. Do not build a stacktrace if the handler has no stacktrace. by srdjan@google.com · 12 years ago
  60. 32b1a71 - Allow the collection of intermediate values during long BigintOperations. by iposva@google.com · 12 years ago
  61. 74da0c7 Remove usage of dart:json. by floitsch@google.com · 12 years ago
  62. 3f23ba6 Fix implementations of Match too, to use "input", not "str". by lrn@google.com · 12 years ago
  63. 8577269 Rename Match.str to input. by lrn@google.com · 12 years ago
  64. 00f20f3 Collect edge count profiling data and reorder basic blocks. by kmillikin@google.com · 12 years ago
  65. 4f80ef0 Change Bool::Get to return a handle instead of a pointer to a raw object. by kmillikin@google.com · 12 years ago
  66. 3408c5b Make the result of JSON.decode be marked by "null" in the reviver. by lrn@google.com · 12 years ago
  67. 6764a24 Made old dart:json library use convert to parse JSON. by lrn@google.com · 12 years ago
  68. 3e94676 Require case expressions to be compile-time constants by hausner@google.com · 12 years ago
  69. d7aa93e - Remove support for the old "get foo()" - style syntax. by iposva@google.com · 12 years ago
  70. 817a6ff Implement ParameterMirror.{isFinal,hasDefaultValue,defaultValue}. by mlippautz@google.com · 12 years ago
  71. 37a5567 Triage Safari bug 7414. by ahe@google.com · 12 years ago
  72. c2fa1cf Add compilation error on named parameters with private names by hausner@google.com · 12 years ago
  73. bd58514 - Avoid doubly implementing Function. by iposva@google.com · 12 years ago
  74. 1887b5c Some more removals of dart:utf. by floitsch@google.com · 12 years ago
  75. 794936d Remove LoadFieldInstr with no uses by johnmccutchan@google.com · 12 years ago
  76. d3b5da1 Always generate full unoptimized code for intrinsified methods. by fschneider@google.com · 12 years ago
  77. f02f2c0 Mark CustomIsolates test as potentially crashing. by lrn@google.com · 12 years ago
  78. 88b242b Mark some tests as failing instead of skipping. by lrn@google.com · 12 years ago
  79. 2646118 Get rid of some downcasts by sgjesse@google.com · 12 years ago
  80. 92f8786 Remember metadata positions for mixin and function typedefs. by rmacnak@google.com · 12 years ago
  81. 93059fe More cleanup related to malformed and malbounded types. by regis@google.com · 12 years ago
  82. a105ba4 JSON string decoding for VM debugger by hausner@google.com · 12 years ago
  83. 81bcb1f Distinguish between malformed and malbounded types (fix issues 12552 and 12554). by regis@google.com · 12 years ago
  84. 255a283 Fix corner cases for double pow operation. by srdjan@google.com · 12 years ago
  85. b708a45 Fix Function.end_token_pos() and implement MethodMirror.source getter. by mlippautz@google.com · 12 years ago
  86. 7fe1c42 Fix issue 12718 - crash when the trying to access context variables in a frame. by asiva@google.com · 12 years ago
  87. fdbfedd Fold equals and not equals comparisons for constant strings. by kmillikin@google.com · 12 years ago
  88. 6de4e02 Fix android compilation by copying process_linux.cc to process_android.cc. by whesse@google.com · 12 years ago
  89. 4582e52 Make Invocation.positionalArguments and .namedArguments never be null. by lrn@google.com · 12 years ago
  90. 7f81e17 Cleanup of deoptimization environment copying functions. by kmillikin@google.com · 12 years ago
  91. 35d7140 Remove Encoding-enum from dart:io and add interface in dart:convert. by floitsch@google.com · 12 years ago
  92. 68a90e4 Fix crash in optimized code caused by missing IC data. by fschneider@google.com · 12 years ago
  93. d773e98 Mark private methods of core libraries as invisible in the VM. by fschneider@google.com · 12 years ago
  94. 2642b1e Evaluate expression in the context of a class by hausner@google.com · 12 years ago
  95. 8b84025 Avoid array bounds check when allowed by guarded field. by johnmccutchan@google.com · 12 years ago
  96. 4a9402e Fix allocation of indices for try-blocks. by fschneider@google.com · 12 years ago
  97. cf6578f Update ZLib/GZip in dart:io to be a Codec/Converter from dart:convert. by ajohnsen@google.com · 12 years ago
  98. 7ad55e3 The peer pointer was not being setup at all, fixed that and added a test case by asiva@google.com · 12 years ago
  99. 7ed3644 Make reflectClass(dynamic) throw an illegal argument exception. by rmacnak@google.com · 12 years ago
  100. 3876a9e Remove assertion in compile-time constant map literals by hausner@google.com · 12 years ago