0.7.4.1
  1. cac6077 Make Dart_ScriptGetTokenInfo account for line_offset() and col_offset() by jacobr@google.com · 12 years ago
  2. 1fb64d6 Cleanup of some comparisons on ARM. by zra@google.com · 12 years ago
  3. fab06df Revert revision 27542 "Make Dart_IdentityEqual live up to its spec and not leak boxing implementation detail." by ricow@google.com · 12 years ago
  4. 8ed7a03 Make Dart_IdentityEqual live up to its spec and not leak boxing implementation detail. by rmacnak@google.com · 12 years ago
  5. 2e07b29 Make Dart_FunctionOwner return handles on Types rather than Classes. by rmacnak@google.com · 12 years ago
  6. c7460af Add Dart_QualifiedClassName. by rmacnak@google.com · 12 years ago
  7. 2958d5a Allocate pending_classes array in new gen. by asiva@google.com · 12 years ago
  8. 5c8925e Use CHECK_ISOLATE instead of the more heavy DARTSCOPE for by asiva@google.com · 12 years ago
  9. b09bbf7 Add metadata to type parameters. Reflective access is provided by TypeVariableMirror. by mlippautz@google.com · 12 years ago
  10. e155ff8 Revert last commit by zra@google.com · 12 years ago
  11. a61d0c6 Allows build of the standalone VM for ARM adroid. by zra@google.com · 12 years ago
  12. f3ed73c Make hidden initializing formal parameters invisible to the debugger by hausner@google.com · 12 years ago
  13. 6282267 Fixes slow object pool search on x64. by zra@google.com · 12 years ago
  14. f1583de - More use of pre-allocated read-only handles. by iposva@google.com · 12 years ago
  15. 35a8e25 Fix http://dartbug.com/13297 by iposva@google.com · 12 years ago
  16. 31c8540 Revert "dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks." by whesse@google.com · 12 years ago
  17. f9ba5f4 dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks. by whesse@google.com · 12 years ago
  18. 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
  19. bbcf74a Make "as" a built-in identifier aka pseudo keyword by hausner@google.com · 12 years ago
  20. 417e20b Detect illegal class member names by hausner@google.com · 12 years ago
  21. 2c0acad - Tighten assertions in the X64 assembler related to object pool usage. by iposva@google.com · 12 years ago
  22. d9f7cc5 Add "function" as an argument to Dart_ActivationFrameInfo by jacobr@google.com · 12 years ago
  23. aa8d63a Properly handle exceptions that arise when reflectively invoking a constructor/factory. by rmacnak@google.com · 12 years ago
  24. 214d00f Mirrors cleanup. No semantic changes. by mlippautz@google.com · 12 years ago
  25. 2760027 Fix error handling when current working directory is deleted. by whesse@google.com · 12 years ago
  26. 0d6bc7e Fix bug with deoptimization of SIMD Uint32x4 values. by fschneider@google.com · 12 years ago
  27. 28a09f3 Do not eliminate GuardFieldInstr when guarding list length. by johnmccutchan@google.com · 12 years ago
  28. cd958c8 Fix reparsing of function parameters that include type parameters. by mlippautz@google.com · 12 years ago
  29. 07c4d9d Fill in type arguments when creating an object from the mirrors or embedding API. by rmacnak@google.com · 12 years ago
  30. 94502c1 Checks CObject lengths in native API. by mlippautz@google.com · 12 years ago
  31. 43d319c Update unresolved name handling with library prefixes by hausner@google.com · 12 years ago
  32. 18362b2 Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations." by lrn@google.com · 12 years ago
  33. 1cf1806 Remove unreachable code in mirrors. by mlippautz@google.com · 12 years ago
  34. c6ef82b Polish the EventHandler cleanup in r26517. by ajohnsen@google.com · 12 years ago
  35. 1cd8002 Always wait for child processes when forked, even if the process failed. by ajohnsen@google.com · 12 years ago
  36. 6949a7b Simplify process exit-code handling on Posix, take 2. by ajohnsen@google.com · 12 years ago
  37. c5bb6f7 Convert HashSet, LinkedHashSet to factory methods and custom implementations. by lrn@google.com · 12 years ago
  38. 94ca56a Fix a bug in block reordering/block compaction. by kmillikin@google.com · 12 years ago
  39. 6c92ec5 Simplify VM internal representation of a mixin application clause (MixinAppType by regis@google.com · 12 years ago
  40. e65e9e1 Better handling of zero in compare and branch for MIPS. by zra@google.com · 12 years ago
  41. 09a1a38 - Add missing AddProperty function, which was lost during reformatting. by iposva@google.com · 12 years ago
  42. 52a736e - Disallow copy constructors. by iposva@google.com · 12 years ago
  43. 336183c - Add missing explicit in constructor. by iposva@google.com · 12 years ago
  44. 74b2a34 - Base JSON stream printing on stack objects. by iposva@google.com · 12 years ago
  45. fe9e202 Fix debugger expression evaluation for top-level functions by hausner@google.com · 12 years ago
  46. fd57843 Update handling of ambiguous name references by hausner@google.com · 12 years ago
  47. 92202c9 Fix compiler warning by vsm@google.com · 12 years ago
  48. 6b175bb "Reverting 27298" by mlippautz@google.com · 12 years ago
  49. eb28abc Updates status file for slow test on x64. by zra@google.com · 12 years ago
  50. dc9fca0 Add length checks to ApiMessageWriter. by mlippautz@google.com · 12 years ago
  51. 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
  52. 1d0cde6 Fix the flag --reorder-basic-blocks so it works to disable reordering. by kmillikin@google.com · 12 years ago
  53. 34721f9 Add cvtsd2ss into X64 disassembler by johnmccutchan@google.com · 12 years ago
  54. 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
  55. df78198 Remove String.concat from implementation classes. by lrn@google.com · 12 years ago
  56. 0f1e912 Reapply "Make LinkedHashMap also have a factory constructor and be customizable"" by lrn@google.com · 12 years ago
  57. 8fdf9b8 Use correct output encoding in Process.runSync. by ajohnsen@google.com · 12 years ago
  58. e9eec70 Change --print-ast output to be more regular. by kmillikin@google.com · 12 years ago
  59. 57a245c Replace guarded list length field loads with constants by johnmccutchan@google.com · 12 years ago
  60. e571ecd Tests for GuardField length check along with bug fixes by johnmccutchan@google.com · 12 years ago
  61. 86ffb1f Add alignment checks to typed_data views by johnmccutchan@google.com · 12 years ago
  62. 4df2b2b Remove leftover from CL 23038010. by mlippautz@google.com · 12 years ago
  63. ce4b15c Esoteric bit operations. by sra@google.com · 12 years ago
  64. 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
  65. 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
  66. bce63cc Revert "Simplify process exit-code handling on Posix." by ajohnsen@google.com · 12 years ago
  67. 761f55b Revert "Make LinkedHashMap also have a factory constructor and be customizable" by lrn@google.com · 12 years ago
  68. dff262d Remove inlining restriction of calls to the == operator. by fschneider@google.com · 12 years ago
  69. 5e4135c Simplify process exit-code handling on Posix. by ajohnsen@google.com · 12 years ago
  70. 6435915 Make LinkedHashMap also have a factory constructor and be customizable by lrn@google.com · 12 years ago
  71. 2b19ed6 Disentangle AstNode::Name and AstNode::ShortName. by kmillikin@google.com · 12 years ago
  72. 50f1dc5 Be consistent with number scanning by hausner@google.com · 12 years ago
  73. 5c0b92e Fix number scanning by hausner@google.com · 12 years ago
  74. 232cdaa VM: Make ParameterMirror.toString say it is a parameter mirror. by rmacnak@google.com · 12 years ago
  75. 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
  76. 7e7b95c Fix android build of runtime. by whesse@google.com · 12 years ago
  77. 47239cb Move delete/deleteSync up to FileSystemEntity, with a shared documentation. by ajohnsen@google.com · 12 years ago
  78. 8923601 Disable all warnings when compiling NSS. by whesse@google.com · 12 years ago
  79. 9d8049d Small code cleanup in the assembler/simulator. by fschneider@google.com · 12 years ago
  80. 5d8f2ca Reapply "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  81. b8d9214 Be sure to enter monitor before notifying, in file_system_watcher_macos. by ajohnsen@google.com · 12 years ago
  82. c09f27b Implement BigintOperations::MultiplyWithDigit by sra@google.com · 12 years ago
  83. d6aaf0c 1. Add flag --trace-api to trace API function invocation by asiva@google.com · 12 years ago
  84. 765aac1 Keep track of the application of a mixin type to a mixin application class, by regis@google.com · 12 years ago
  85. 8cd4bf5 Change inlined stack frame iterator to use code and pc instead of frame. by srdjan@google.com · 12 years ago
  86. 7df443f Make showHide combinators work with getter/setter names by hausner@google.com · 12 years ago
  87. 7fb4b62 Fix build breakage. by srdjan@google.com · 12 years ago
  88. d7d3588 Support named and optional positional arguments in reflective invocation. by rmacnak@google.com · 12 years ago
  89. f235a79 Remove ASSERT which was reported as a race by ThreadSanitizer by sgjesse@google.com · 12 years ago
  90. c288d7c Revert "Add custom equals and hashCode for HashMap implementation." by lrn@google.com · 12 years ago
  91. 59004e9 Fix range check bug for ByteData getters and setters. by fschneider@google.com · 12 years ago
  92. 76c0e79 Add custom equals and hashCode for HashMap implementation. by lrn@google.com · 12 years ago
  93. 865ef54 Implement ParameterMirror.metadata. by rmacnak@google.com · 12 years ago
  94. c099eb8 Do not export library prefix names used in a library by hausner@google.com · 12 years ago
  95. 64fd5a5 Implement InstanceMirror.== in dart2js and InstanceMirror.hashCode in the VM and dart2js. by rmacnak@google.com · 12 years ago
  96. a783459 Preserves callee-saved FPU registers on ARM by zra@google.com · 12 years ago
  97. 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
  98. f29b968 Saves callee-saved fpu registers on MIPS. by zra@google.com · 12 years ago
  99. 40013fe Simplify compilation of relational operators. by fschneider@google.com · 12 years ago
  100. 6c5229a Move _FileSystemWatcher to IO patch since it extends NativeFieldWrapperClass1. by ajohnsen@google.com · 12 years ago