1. 0ad885c Version 3.7.9. by erikcorry · 13 years ago
  2. c612e02 Version 3.7.5 by danno@chromium.org · 13 years ago
  3. c3b3712 Version 3.7.4 by jkummerow@chromium.org · 13 years ago
  4. 394dbcf Version 3.7.1 by erik.corry@gmail.com · 13 years ago
  5. c3b670f Version 3.6.5 by erik.corry@gmail.com · 13 years ago
  6. 4668a2c Version 3.5.9. by ricow@chromium.org · 13 years ago
  7. 2c99e28 Version 3.5.1. by ricow@chromium.org · 13 years ago
  8. 9fa0967 Version 3.5.0. by ricow@chromium.org · 13 years ago
  9. e297f59 Version 3.4.3 by jkummerow@chromium.org · 13 years ago
  10. fb144a0 Version 3.3.4 by fschneider@chromium.org · 13 years ago
  11. ea88ce9 Version 3.2.4. by sgjesse@chromium.org · 13 years ago
  12. d2c22f0 Version 3.0.7 by kmillikin@chromium.org · 14 years ago
  13. 5d00b60 Version 3.0.6 by lrn@chromium.org · 14 years ago
  14. 9e3e0b6 Version 3.0.5 by fschneider@chromium.org · 14 years ago
  15. 5f0c45f Push version 3.0.3 to trunk. by ager@chromium.org · 14 years ago
  16. a555126 Version 3.0.0. by kasperl@chromium.org · 14 years ago
  17. f0ac72d Version 2.5.5 by whesse@chromium.org · 14 years ago
  18. 303ada7 Version 2.5.2 by lrn@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. 4a1fe7d Version 2.4.6 by whesse@chromium.org · 14 years ago
  22. d88afa2 Revision 2.4.4. by erik.corry@gmail.com · 14 years ago
  23. d236f4d Version 2.4.0. by ricow@chromium.org · 14 years ago
  24. c4e51ac Version 2.3.6 by lrn@chromium.org · 14 years ago
  25. 2cc82ae Push version 2.2.17 to trunk. by ager@chromium.org · 14 years ago
  26. 2356e6f Version 2.2.16. by vegorov@chromium.org · 14 years ago
  27. 1af7e1b Version 2.2.15 by lrn@chromium.org · 14 years ago
  28. 30ce411 Version 2.2.13. by ricow@chromium.org · 14 years ago
  29. c9c8082 Version 2.3.4 by ricow@chromium.org · 14 years ago
  30. b6e43bb Version 2.2.3 by whesse@chromium.org · 14 years ago
  31. 82e0bf6 Pushing change r4370 to trunk by vegorov@chromium.org · 14 years ago
  32. 25156de Version 2.2.1 Debugger improvements. Fixed minor bugs. by lrn@chromium.org · 14 years ago
  33. 5d8f0e6 Version 2.1.8 by kmillikin@chromium.org · 14 years ago
  34. 086aac6 Version 2.1.6 by fschneider@chromium.org · 14 years ago
  35. ce5e87b Push version 2.1.3 to trunk. by ager@chromium.org · 15 years ago
  36. b302e56 Version 2.1.0 by sgjesse@chromium.org · 15 years ago
  37. 0c20e67 Version 2.0.6 by fschneider@chromium.org · 15 years ago
  38. 846fb74 Version 2.0.5 by sgjesse@chromium.org · 15 years ago
  39. 13bd294 Version 2.0.4 by kmillikin@chromium.org · 15 years ago
  40. ac6aa17 Version 2.0.3 by sgjesse@chromium.org · 15 years ago
  41. ab99eea Push version 1.3.7 to trunk. by ager@chromium.org · 15 years ago
  42. b9d7da1 Version 1.3.2. by sgjesse@chromium.org · 15 years ago
  43. e959c18 Version 1.3.0. by kasperl@chromium.org · 15 years ago
  44. defbd10 Version 1.2.14. by kasperl@chromium.org · 15 years ago
  45. 68ac009 Version 1.2.13. by kasperl@chromium.org · 15 years ago
  46. 5aa501c Push version 1.2.9 to trunk. by ager@chromium.org · 15 years ago
  47. 71affb5 Version 1.2.5. by kasperl@chromium.org · 15 years ago
  48. b3284ad Version 1.2.4. by kasperl@chromium.org · 15 years ago
  49. 9085a01 Push version 1.2.3 to trunk. by ager@chromium.org · 15 years ago
  50. 7be3c99 Improved code generation infrastructure by doing simple register allocation and constant folding and propagation. by kasperl@chromium.org · 16 years ago
  51. 6f10e41 Fixed two crash-bugs in irregexp (issue 231 and 233). by ager@chromium.org · 16 years ago
  52. a74f0da Added experimental API support for allocating V8 symbols as external strings. by ager@chromium.org · 16 years ago
  53. 5887095 Merge r659 from bleeding_edge to trunk (version 0.4.2.1). by kasperl@chromium.org · 16 years ago
  54. 9bbf968 Improved performance of Array.prototype.concat by moving the implementation to C++ (issue 123). by kasperl@chromium.org · 16 years ago
  55. 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
  56. 7c537e2 Improved string hash-code distribution by excluding bit-field bits from the hash-code. by ager@chromium.org · 16 years ago
  57. 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
  58. 9258b6b Fixed a number of build issues. by ager@chromium.org · 16 years ago
  59. 9a4089a Included mjsunit JavaScript test suite and C++ unit tests. by mads.s.ager@gmail.com · 16 years ago
  60. 7276f14 Changed all text files to have native svn:eol-style. by kasper.lund · 16 years ago
  61. 43d26ec Initial export. by christian.plesner.hansen · 16 years ago