0.7.3.1
  1. d6e339e Double the default heap size on 64-bit platforms to account for all pointers taking up twice the amount of memory. by kasperl@google.com · 12 years ago
  2. bbcf74a Make "as" a built-in identifier aka pseudo keyword by hausner@google.com · 12 years ago
  3. 417e20b Detect illegal class member names by hausner@google.com · 12 years ago
  4. 2c0acad - Tighten assertions in the X64 assembler related to object pool usage. by iposva@google.com · 12 years ago
  5. d9f7cc5 Add "function" as an argument to Dart_ActivationFrameInfo by jacobr@google.com · 12 years ago
  6. aa8d63a Properly handle exceptions that arise when reflectively invoking a constructor/factory. by rmacnak@google.com · 12 years ago
  7. 214d00f Mirrors cleanup. No semantic changes. by mlippautz@google.com · 12 years ago
  8. 2760027 Fix error handling when current working directory is deleted. by whesse@google.com · 12 years ago
  9. 0d6bc7e Fix bug with deoptimization of SIMD Uint32x4 values. by fschneider@google.com · 12 years ago
  10. 28a09f3 Do not eliminate GuardFieldInstr when guarding list length. by johnmccutchan@google.com · 12 years ago
  11. cd958c8 Fix reparsing of function parameters that include type parameters. by mlippautz@google.com · 12 years ago
  12. 07c4d9d Fill in type arguments when creating an object from the mirrors or embedding API. by rmacnak@google.com · 12 years ago
  13. 94502c1 Checks CObject lengths in native API. by mlippautz@google.com · 12 years ago
  14. 43d319c Update unresolved name handling with library prefixes by hausner@google.com · 12 years ago
  15. 18362b2 Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations." by lrn@google.com · 12 years ago
  16. 1cf1806 Remove unreachable code in mirrors. by mlippautz@google.com · 12 years ago
  17. c6ef82b Polish the EventHandler cleanup in r26517. by ajohnsen@google.com · 12 years ago
  18. 1cd8002 Always wait for child processes when forked, even if the process failed. by ajohnsen@google.com · 12 years ago
  19. 6949a7b Simplify process exit-code handling on Posix, take 2. by ajohnsen@google.com · 12 years ago
  20. c5bb6f7 Convert HashSet, LinkedHashSet to factory methods and custom implementations. by lrn@google.com · 12 years ago
  21. 94ca56a Fix a bug in block reordering/block compaction. by kmillikin@google.com · 12 years ago
  22. 6c92ec5 Simplify VM internal representation of a mixin application clause (MixinAppType by regis@google.com · 12 years ago
  23. e65e9e1 Better handling of zero in compare and branch for MIPS. by zra@google.com · 12 years ago
  24. 09a1a38 - Add missing AddProperty function, which was lost during reformatting. by iposva@google.com · 12 years ago
  25. 52a736e - Disallow copy constructors. by iposva@google.com · 12 years ago
  26. 336183c - Add missing explicit in constructor. by iposva@google.com · 12 years ago
  27. 74b2a34 - Base JSON stream printing on stack objects. by iposva@google.com · 12 years ago
  28. fe9e202 Fix debugger expression evaluation for top-level functions by hausner@google.com · 12 years ago
  29. fd57843 Update handling of ambiguous name references by hausner@google.com · 12 years ago
  30. 92202c9 Fix compiler warning by vsm@google.com · 12 years ago
  31. 6b175bb "Reverting 27298" by mlippautz@google.com · 12 years ago
  32. eb28abc Updates status file for slow test on x64. by zra@google.com · 12 years ago
  33. dc9fca0 Add length checks to ApiMessageWriter. by mlippautz@google.com · 12 years ago
  34. df2054d Sets a register aside on x64 for use as a pool-pointer. It is loaded and restored from the code object on Frame entry and exit. All LoadObject calls that can, and many calls and jumps through ExternalLabels now use the pool-pointer. The --compiler-stats flag when running dart2js indicates that code size is reduced ~13%, and more is probably possible. by zra@google.com · 12 years ago
  35. 1d0cde6 Fix the flag --reorder-basic-blocks so it works to disable reordering. by kmillikin@google.com · 12 years ago
  36. 34721f9 Add cvtsd2ss into X64 disassembler by johnmccutchan@google.com · 12 years ago
  37. 0c0bb73 Fix large performance regression in Box2D, MD5, and SHA1 benchmarks caused by https://codereview.chromium.org/22915008/ by johnmccutchan@google.com · 12 years ago
  38. df78198 Remove String.concat from implementation classes. by lrn@google.com · 12 years ago
  39. 0f1e912 Reapply "Make LinkedHashMap also have a factory constructor and be customizable"" by lrn@google.com · 12 years ago
  40. 8fdf9b8 Use correct output encoding in Process.runSync. by ajohnsen@google.com · 12 years ago
  41. e9eec70 Change --print-ast output to be more regular. by kmillikin@google.com · 12 years ago
  42. 57a245c Replace guarded list length field loads with constants by johnmccutchan@google.com · 12 years ago
  43. e571ecd Tests for GuardField length check along with bug fixes by johnmccutchan@google.com · 12 years ago
  44. 86ffb1f Add alignment checks to typed_data views by johnmccutchan@google.com · 12 years ago
  45. 4df2b2b Remove leftover from CL 23038010. by mlippautz@google.com · 12 years ago
  46. ce4b15c Esoteric bit operations. by sra@google.com · 12 years ago
  47. aa8b03e For trigonometric functions call to C-libraries: they are faster than x87 operations (3% on Box2D). This also enables quicker trigonometrics on ARM and MIPS. TODO: Make InvokeMathCFunction more flexible so that it can handle both static and instance calls by srdjan@google.com · 12 years ago
  48. 3aec267 Fix bug where Script files that only contained patches were lost from the list of LoadedScripts() This resulted in incorrect stack traces for int.parse Many Script files containing patches also contained non-patch classes or top level members and so they still worked. by jacobr@google.com · 12 years ago
  49. bce63cc Revert "Simplify process exit-code handling on Posix." by ajohnsen@google.com · 12 years ago
  50. 761f55b Revert "Make LinkedHashMap also have a factory constructor and be customizable" by lrn@google.com · 12 years ago
  51. dff262d Remove inlining restriction of calls to the == operator. by fschneider@google.com · 12 years ago
  52. 5e4135c Simplify process exit-code handling on Posix. by ajohnsen@google.com · 12 years ago
  53. 6435915 Make LinkedHashMap also have a factory constructor and be customizable by lrn@google.com · 12 years ago
  54. 2b19ed6 Disentangle AstNode::Name and AstNode::ShortName. by kmillikin@google.com · 12 years ago
  55. 50f1dc5 Be consistent with number scanning by hausner@google.com · 12 years ago
  56. 5c0b92e Fix number scanning by hausner@google.com · 12 years ago
  57. 232cdaa VM: Make ParameterMirror.toString say it is a parameter mirror. by rmacnak@google.com · 12 years ago
  58. 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
  59. 7e7b95c Fix android build of runtime. by whesse@google.com · 12 years ago
  60. 47239cb Move delete/deleteSync up to FileSystemEntity, with a shared documentation. by ajohnsen@google.com · 12 years ago
  61. 8923601 Disable all warnings when compiling NSS. by whesse@google.com · 12 years ago
  62. 9d8049d Small code cleanup in the assembler/simulator. by fschneider@google.com · 12 years ago
  63. 5d8f2ca Reapply "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  64. b8d9214 Be sure to enter monitor before notifying, in file_system_watcher_macos. by ajohnsen@google.com · 12 years ago
  65. c09f27b Implement BigintOperations::MultiplyWithDigit by sra@google.com · 12 years ago
  66. d6aaf0c 1. Add flag --trace-api to trace API function invocation by asiva@google.com · 12 years ago
  67. 765aac1 Keep track of the application of a mixin type to a mixin application class, by regis@google.com · 12 years ago
  68. 8cd4bf5 Change inlined stack frame iterator to use code and pc instead of frame. by srdjan@google.com · 12 years ago
  69. 7df443f Make showHide combinators work with getter/setter names by hausner@google.com · 12 years ago
  70. 7fb4b62 Fix build breakage. by srdjan@google.com · 12 years ago
  71. d7d3588 Support named and optional positional arguments in reflective invocation. by rmacnak@google.com · 12 years ago
  72. f235a79 Remove ASSERT which was reported as a race by ThreadSanitizer by sgjesse@google.com · 12 years ago
  73. c288d7c Revert "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  74. 59004e9 Fix range check bug for ByteData getters and setters. by fschneider@google.com · 12 years ago
  75. 76c0e79 Add custom equals and hashCode for HashMap implementation. by lrn@google.com · 12 years ago
  76. 865ef54 Implement ParameterMirror.metadata. by rmacnak@google.com · 12 years ago
  77. c099eb8 Do not export library prefix names used in a library by hausner@google.com · 12 years ago
  78. 64fd5a5 Implement InstanceMirror.== in dart2js and InstanceMirror.hashCode in the VM and dart2js. by rmacnak@google.com · 12 years ago
  79. a783459 Preserves callee-saved FPU registers on ARM by zra@google.com · 12 years ago
  80. 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
  81. f29b968 Saves callee-saved fpu registers on MIPS. by zra@google.com · 12 years ago
  82. 40013fe Simplify compilation of relational operators. by fschneider@google.com · 12 years ago
  83. 6c5229a Move _FileSystemWatcher to IO patch since it extends NativeFieldWrapperClass1. by ajohnsen@google.com · 12 years ago
  84. 38bae0a Add FileSystemWatcher class to dart:io. by ajohnsen@google.com · 12 years ago
  85. eaf1021 Make HashMap constructor a factory. by lrn@google.com · 12 years ago
  86. cfab482 Follow-up fix to my change to IsPowerOfTwo: Alignment of one means no alignment, not zero. by fschneider@google.com · 12 years ago
  87. e174a4c Fix a compiler bug caused by Utils::IsPowerOfTwo treating zero as a power of two. by fschneider@google.com · 12 years ago
  88. 92e97e5 Fix bug with reflection on VM-internal native methods. by fschneider@google.com · 12 years ago
  89. 8adad2e Don't throw when there is an "onError" for int.parse. by floitsch@google.com · 12 years ago
  90. 8d66e5d Fix error message for NoSuchMethodError to not contain "Symbol". by lrn@google.com · 12 years ago
  91. 53dc9ba Change the field and constructor parameter types of NoSuchMethodError to Symbol. by lrn@google.com · 12 years ago
  92. 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
  93. 39f1574 Fix for Issue 12833 by sra@google.com · 12 years ago
  94. 03d1af5 Fix crash with cyclic exports by hausner@google.com · 12 years ago
  95. 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
  96. cfb81a4 Last round of cleanups in exception handler, before going to the next stage. by srdjan@google.com · 12 years ago
  97. da4806e - Reapply change r26880. by iposva@google.com · 12 years ago
  98. eceb4ec Add checks catching potential integer overflows. by mlippautz@google.com · 12 years ago
  99. ea5dfcd Revert "Compress memory usage. Imprive speed of finding exception handle..." by kmillikin@google.com · 12 years ago
  100. f82de66 Evaluation of expression in context of library top-level by hausner@google.com · 12 years ago