1. 303ada7 Version 2.5.2 by lrn@chromium.org · 14 years ago
  2. b61a0d1 Push version 2.4.9 to trunk. by ager@chromium.org · 14 years ago
  3. eb7c144 Version 2.4.8. by ricow@chromium.org · 14 years ago
  4. f05f291 Version 2.4.7 by kmillikin@chromium.org · 14 years ago
  5. 4a1fe7d Version 2.4.6 by whesse@chromium.org · 14 years ago
  6. d88afa2 Revision 2.4.4. by erik.corry@gmail.com · 14 years ago
  7. 0b9f850 Version 2.3.9 by ricow@chromium.org · 14 years ago
  8. ea4f62e Push version 2.3.8 to trunk. by ager@chromium.org · 14 years ago
  9. 26c16f8 Version 2.3.7 by vegorov@chromium.org · 14 years ago
  10. ed78ffd Version 2.3.2 by fschneider@chromium.org · 14 years ago
  11. 32d961d Version 2.2.21 by lrn@chromium.org · 14 years ago
  12. 9155e25 Version 2.2.12 by kmillikin@chromium.org · 14 years ago
  13. 4111b80 Version 2.2.7 by kmillikin@chromium.org · 14 years ago
  14. c9c8082 Version 2.3.4 by ricow@chromium.org · 14 years ago
  15. 25156de Version 2.2.1 Debugger improvements. Fixed minor bugs. by lrn@chromium.org · 14 years ago
  16. b26c50a Push version 2.1.10 to trunk. by ager@chromium.org · 14 years ago
  17. 5d8f0e6 Version 2.1.8 by kmillikin@chromium.org · 14 years ago
  18. cec079d 2010-03-22: Version 2.1.7 by whesse@chromium.org · 14 years ago
  19. 086aac6 Version 2.1.6 by fschneider@chromium.org · 14 years ago
  20. ce5e87b Push version 2.1.3 to trunk. by ager@chromium.org · 14 years ago
  21. 5c83825 Push version 2.1.1 to trunk. by ager@chromium.org · 15 years ago
  22. b302e56 Version 2.1.0 by sgjesse@chromium.org · 15 years ago
  23. ac6aa17 Version 2.0.3 by sgjesse@chromium.org · 15 years ago
  24. 499aaa5 Merge revisions r3372 - r3374 to trunk by sgjesse@chromium.org · 15 years ago
  25. c4c9272 Push version 2.0.0 to trunk. by ager@chromium.org · 15 years ago
  26. f1e7313 Version 1.3.18 by sgjesse@chromium.org · 15 years ago
  27. 3811b43 Push version 1.3.17 to trunk. by ager@chromium.org · 15 years ago
  28. c514574 Version 1.3.6 by sgjesse@chromium.org · 15 years ago
  29. 2bc58ef Pushed 1.3.12 to trunk. by christian.plesner.hansen@gmail.com · 15 years ago
  30. 18ad94b Push version 1.3.9 to trunk. by ager@chromium.org · 15 years ago
  31. 0b6db59 Version 1.3.1. by sgjesse@chromium.org · 15 years ago
  32. defbd10 Version 1.2.14. by kasperl@chromium.org · 15 years ago
  33. 68ac009 Version 1.2.13. by kasperl@chromium.org · 15 years ago
  34. e2902be Push version 1.2.7 to trunk. by ager@chromium.org · 15 years ago
  35. 71affb5 Version 1.2.5. by kasperl@chromium.org · 15 years ago
  36. b3284ad Version 1.2.4. by kasperl@chromium.org · 15 years ago
  37. 3a37e9b Push version 1.2.1 to trunk. by ager@chromium.org · 15 years ago
  38. 65dad4b Push version 1.2.0 to trunk. by ager@chromium.org · 15 years ago
  39. 71daaf6 Fixed bug that caused function literals to not be optimized as much as other functions. by ager@chromium.org · 15 years ago
  40. 41826e7 Optimized String.prototype.match. by ager@chromium.org · 15 years ago
  41. bb29dc9 Improved frame merge code generated by the code generator. by ager@chromium.org · 15 years ago
  42. 3b45ab5 Push revisions 1527, 1539, 1540, 1541, 1550, 1551 from bleeding_edge to trunk. by ager@chromium.org · 15 years ago
  43. 7be3c99 Improved code generation infrastructure by doing simple register allocation and constant folding and propagation. by kasperl@chromium.org · 15 years ago
  44. ddb913d Enabled new regular expression engine. by ager@chromium.org · 16 years ago
  45. 3291210 Fixed string length bug on ARM (issue 171). by ager@chromium.org · 16 years ago
  46. 3bf7b91 Reduced code size by using shorter instruction encoding when possible. by ager@chromium.org · 16 years ago
  47. c3e50d8 Push string shape fixes to trunk (version 0.4.3.1). by ager@chromium.org · 16 years ago
  48. 870a0b6 Added support for API accessors that prohibit overwriting by accessors defined in JavaScript code by using __defineGetter__ and __defineSetter__. by ager@chromium.org · 16 years ago
  49. 9bbf968 Improved performance of Array.prototype.concat by moving the implementation to C++ (issue 123). by kasperl@chromium.org · 16 years ago
  50. 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
  51. 7c537e2 Improved string hash-code distribution by excluding bit-field bits from the hash-code. by ager@chromium.org · 16 years ago
  52. 41044eb Changed Array.prototype.sort to use quick sort. by kasperl@chromium.org · 16 years ago
  53. 236ad96 Improved handling of relocation information to enable more peep-hole optimizations. by ager@chromium.org · 16 years ago
  54. 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
  55. 9258b6b Fixed a number of build issues. by ager@chromium.org · 16 years ago
  56. 9a4089a Included mjsunit JavaScript test suite and C++ unit tests. by mads.s.ager@gmail.com · 16 years ago
  57. 43d26ec Initial export. by christian.plesner.hansen · 16 years ago