1. fa943b7 Version 2.5.4 by lrn@chromium.org · 14 years ago
  2. e03fb64 Version 2.5.3 by fschneider@chromium.org · 14 years ago
  3. 4284196 Version 2.5.0 by vegorov@chromium.org · 14 years ago
  4. c20610a Version 2.4.5 by fschneider@chromium.org · 14 years ago
  5. e90029b Version 2.3.4 by whesse@chromium.org · 14 years ago
  6. 69ea396 Version 2.2.22 by kmillikin@chromium.org · 14 years ago
  7. 32d961d Version 2.2.21 by lrn@chromium.org · 14 years ago
  8. 5ad5ace Version 2.2.19 by ricow@chromium.org · 14 years ago
  9. dff694e Version 2.2.10 by vegorov@chromium.org · 14 years ago
  10. 4111b80 Version 2.2.7 by kmillikin@chromium.org · 14 years ago
  11. c9c8082 Version 2.3.4 by ricow@chromium.org · 14 years ago
  12. 357bf65 Push version 2.2.2 to trunk. by ager@chromium.org · 14 years ago
  13. 25156de Version 2.2.1 Debugger improvements. Fixed minor bugs. by lrn@chromium.org · 14 years ago
  14. df7a284 Version 2.1.9 by sgjesse@chromium.org · 14 years ago
  15. 5d8f0e6 Version 2.1.8 by kmillikin@chromium.org · 14 years ago[Renamed from src/debug-delay.js]
  16. ce5e87b Push version 2.1.3 to trunk. by ager@chromium.org · 14 years ago
  17. b95b98b Version 2.1.2 by fschneider@chromium.org · 15 years ago
  18. 5c83825 Push version 2.1.1 to trunk. by ager@chromium.org · 15 years ago
  19. b302e56 Version 2.1.0 by sgjesse@chromium.org · 15 years ago
  20. ac6aa17 Version 2.0.3 by sgjesse@chromium.org · 15 years ago
  21. 3811b43 Push version 1.3.17 to trunk. by ager@chromium.org · 15 years ago
  22. 9d58c2b Version 1.3.16 X64: Convert smis to holding 32 bits of payload. by christian.plesner.hansen@gmail.com · 15 years ago
  23. c514574 Version 1.3.6 by sgjesse@chromium.org · 15 years ago
  24. 18ad94b Push version 1.3.9 to trunk. by ager@chromium.org · 15 years ago
  25. 68ac009 Version 1.2.13. by kasperl@chromium.org · 15 years ago
  26. 86f77b7 Version 1.2.12. by kasperl@chromium.org · 15 years ago
  27. 3e87580 Push version 1.2.10 to trunk. by ager@chromium.org · 15 years ago
  28. 5aa501c Push version 1.2.9 to trunk. by ager@chromium.org · 15 years ago
  29. eadaf22 Push version 1.2.8 to trunk. by ager@chromium.org · 15 years ago
  30. e2902be Push version 1.2.7 to trunk. by ager@chromium.org · 15 years ago
  31. 71affb5 Version 1.2.5. by kasperl@chromium.org · 15 years ago
  32. b3284ad Version 1.2.4. by kasperl@chromium.org · 15 years ago
  33. 9085a01 Push version 1.2.3 to trunk. by ager@chromium.org · 15 years ago
  34. 5ec4892 Push version 1.2.2 to trunk. by ager@chromium.org · 15 years ago
  35. 3a37e9b Push version 1.2.1 to trunk. by ager@chromium.org · 15 years ago
  36. 65dad4b Push version 1.2.0 to trunk. by ager@chromium.org · 15 years ago
  37. 41826e7 Optimized String.prototype.match. by ager@chromium.org · 15 years ago
  38. bb29dc9 Improved frame merge code generated by the code generator. by ager@chromium.org · 15 years ago
  39. 3a6061e Fixed an assertion in the new compiler to take stack overflow exceptions into account. by ager@chromium.org · 15 years ago
  40. 7be3c99 Improved code generation infrastructure by doing simple register allocation and constant folding and propagation. by kasperl@chromium.org · 15 years ago
  41. 061ef74 Optimized double-to-integer conversions in bit operations by using SSE3 instructions if available. by kasperl@chromium.org · 15 years ago
  42. 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
  43. 245aa85 Fixed crash-bug in the code generation for case independent 16 bit backreferences. by iposva@chromium.org · 16 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. 37abdec Minor bugfixes and optimizations. by christian.plesner.hansen@gmail.com · 16 years ago
  47. 8bb6058 Fixed exception reporting bug where certain exceptions were incorrectly reported as uncaught. by ager@chromium.org · 16 years ago
  48. a74f0da Added experimental API support for allocating V8 symbols as external strings. by ager@chromium.org · 16 years ago
  49. 3bf7b91 Reduced code size by using shorter instruction encoding when possible. by ager@chromium.org · 16 years ago
  50. 41044eb Changed Array.prototype.sort to use quick sort. by kasperl@chromium.org · 16 years ago
  51. 236ad96 Improved handling of relocation information to enable more peep-hole optimizations. by ager@chromium.org · 16 years ago
  52. 9258b6b Fixed a number of build issues. by ager@chromium.org · 16 years ago
  53. 9a4089a Included mjsunit JavaScript test suite and C++ unit tests. by mads.s.ager@gmail.com · 16 years ago
  54. cbaa060 Improved performance of garbage collection by moving the function that updates pointers during compacting collection into the updating visitor. This gives the compiler a better chance to inline and avoid a function call per (potential) pointer. by mads.s.ager · 16 years ago
  55. 31e7138 Improved performance of garbage collection by changing the way we use the marking stack in the event of stack overflow during full garbage collection and by changing the way we mark roots. by mads.s.ager · 16 years ago
  56. bd3ec4e Fixed bug in stack overflow check code for IA-32 targets where a by kasper.lund · 16 years ago
  57. 43d26ec Initial export. by christian.plesner.hansen · 16 years ago