1. 6d786c9 Version 3.4.4 by svenpanne@chromium.org · 13 years ago
  2. 7304bca Version 3.3.7 by vegorov@chromium.org · 13 years ago
  3. 8e8294a Version 3.3.3 by sgjesse@chromium.org · 13 years ago
  4. a9aa5fa Version 3.2.10 by ager@chromium.org · 13 years ago
  5. 44bc708 Version 3.2.9. by karlklose@chromium.org · 13 years ago
  6. 7979bbb Version 3.2.5 by fschneider@chromium.org · 13 years ago
  7. ea88ce9 Version 3.2.4. by sgjesse@chromium.org · 13 years ago
  8. 3a5fd78 Version 3.1.6 by fschneider@chromium.org · 13 years ago
  9. 496c03a Version 3.1.4 by sgjesse@chromium.org · 13 years ago
  10. 31b1277 Version 3.1.1 by kmillikin@chromium.org · 13 years ago
  11. 0a4e901 Version 3.0.10 by vegorov@chromium.org · 13 years ago
  12. c6c5718 Version 3.0.8 by sgjesse@chromium.org · 13 years ago
  13. d2c22f0 Version 3.0.7 by kmillikin@chromium.org · 13 years ago
  14. 9e3e0b6 Version 3.0.5 by fschneider@chromium.org · 14 years ago
  15. 023421e Version 3.0.4 by whesse@chromium.org · 14 years ago
  16. 5f0c45f Push version 3.0.3 to trunk. by ager@chromium.org · 14 years ago
  17. 4a6c327 Push version 2.5.7 to trunk. by erik.corry@gmail.com · 14 years ago
  18. f0ac72d Version 2.5.5 by whesse@chromium.org · 14 years ago
  19. 4a5224e Version 2.5.1 by whesse@chromium.org · 14 years ago
  20. f05f291 Version 2.4.7 by kmillikin@chromium.org · 14 years ago
  21. 65fae84 Version 2.3.11. by ricow@chromium.org · 14 years ago
  22. ea4f62e Push version 2.3.8 to trunk. by ager@chromium.org · 14 years ago
  23. e90029b Version 2.3.4 by whesse@chromium.org · 14 years ago
  24. 9155e25 Version 2.2.12 by kmillikin@chromium.org · 14 years ago
  25. 9dfbea4 Version 2.2.11 by erik.corry@gmail.com · 14 years ago
  26. 013f3e1 2010-04-26: Version 2.2.5 by fschneider@chromium.org · 14 years ago
  27. c9c8082 Version 2.3.4 by ricow@chromium.org · 14 years ago
  28. b6e43bb Version 2.2.3 by whesse@chromium.org · 14 years ago
  29. 357bf65 Push version 2.2.2 to trunk. by ager@chromium.org · 14 years ago
  30. df7a284 Version 2.1.9 by sgjesse@chromium.org · 14 years ago
  31. cec079d 2010-03-22: Version 2.1.7 by whesse@chromium.org · 14 years ago
  32. 086aac6 Version 2.1.6 by fschneider@chromium.org · 14 years ago
  33. ac6aa17 Version 2.0.3 by sgjesse@chromium.org · 15 years ago
  34. 9d58c2b Version 1.3.16 X64: Convert smis to holding 32 bits of payload. by christian.plesner.hansen@gmail.com · 15 years ago
  35. 2bc58ef Pushed 1.3.12 to trunk. by christian.plesner.hansen@gmail.com · 15 years ago
  36. 4af710e Push version 1.3.11 to trunk. by ager@chromium.org · 15 years ago
  37. 18ad94b Push version 1.3.9 to trunk. by ager@chromium.org · 15 years ago
  38. 12f45a1 Merge r2593 to trunk. Review URL: http://codereview.chromium.org/159697 by sgjesse@chromium.org · 15 years ago
  39. e959c18 Version 1.3.0. by kasperl@chromium.org · 15 years ago
  40. 68ac009 Version 1.2.13. by kasperl@chromium.org · 15 years ago
  41. 3e87580 Push version 1.2.10 to trunk. by ager@chromium.org · 15 years ago
  42. 755c5b1 r2080 - Version 1.2.6. by sgjesse@chromium.org · 15 years ago
  43. 9085a01 Push version 1.2.3 to trunk. by ager@chromium.org · 15 years ago
  44. 5ec4892 Push version 1.2.2 to trunk. by ager@chromium.org · 15 years ago
  45. 3a37e9b Push version 1.2.1 to trunk. by ager@chromium.org · 15 years ago
  46. d1e3e72 Made the stack traversal code in the profiler robust by avoiding to look into the heap. by kasperl@chromium.org · 15 years ago
  47. acae378 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96). by kasperl@chromium.org · 15 years ago
  48. 41826e7 Optimized String.prototype.match. by ager@chromium.org · 15 years ago
  49. 7be3c99 Improved code generation infrastructure by doing simple register allocation and constant folding and propagation. by kasperl@chromium.org · 15 years ago
  50. a770a89 Merge revision 1367 from bleeding edge to trunk to fix xcode project files. by ager@chromium.org · 15 years ago
  51. 381abbb Improved profiling support by performing simple call stack sampling for ticks and by fixing a bug in the logging of code addresses. by ager@chromium.org · 15 years ago
  52. ddb913d Enabled new regular expression engine. by ager@chromium.org · 15 years ago
  53. 715915b Minor patch to debugger support. by sgjesse@chromium.org · 15 years ago
  54. 37abdec Minor bugfixes and optimizations. by christian.plesner.hansen@gmail.com · 16 years ago
  55. 8bb6058 Fixed exception reporting bug where certain exceptions were incorrectly reported as uncaught. by ager@chromium.org · 16 years ago
  56. a74f0da Added experimental API support for allocating V8 symbols as external strings. by ager@chromium.org · 16 years ago
  57. 9bbf968 Improved performance of Array.prototype.concat by moving the implementation to C++ (issue 123). by kasperl@chromium.org · 16 years ago
  58. 5a8ca6c Split the global object into two parts: The state holding global object and the global object proxy. by kasperl@chromium.org · 16 years ago
  59. 7c537e2 Improved string hash-code distribution by excluding bit-field bits from the hash-code. by ager@chromium.org · 16 years ago
  60. b912362 Generalized the EvalCache into a CompilationCache and enabled it for scripts too. The current strategy is to retire all entries whenever a mark-sweep collection is started. by kasperl@chromium.org · 16 years ago
  61. 9258b6b Fixed a number of build issues. by ager@chromium.org · 16 years ago