[es6] Implement Date.prototype[@@toPrimitive] as C++ builtin.
[platform/upstream/v8.git] / src / date.js
2015-08-31 bmeurer[es6] Implement Date.prototype[@@toPrimitive] as C...
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-24 yangguoNative context: alpha sort slots and remove boilerplate.
2015-08-19 yangguoNative context: debug.js does not load from js builtins...
2015-08-14 yangguoDo not export natives to runtime via js builtins object.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-06-23 arvDate() should not depend on Date.prototype.toString
2015-06-23 mathiasAvoid built-ins in `Date.prototype.toISOString`
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-05-26 yangguoRevert of Revert of Hook up more import/exports in...
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-21 yangguoUse shared container to manage imports/exports.
2015-05-20 jkummerowRevert of Use shared container to manage imports/export...
2015-05-20 yangguoUse shared container to manage imports/exports.
2015-05-12 yangguoReland "Use function wrapper argument to expose interna...
2015-05-12 yangguoRevert of Use function wrapper argument to expose inter...
2015-05-12 yangguoUse function wrapper argument to expose internal arrays...
2015-05-11 yangguoCall builtin code wrapped in functions from the bootstr...
2015-05-07 yangguoRevert of Revert of Wrap runtime.js in a function....
2015-05-06 machenbachRevert of Wrap runtime.js in a function. (patchset...
2015-05-06 yangguoWrap runtime.js in a function.
2015-05-05 yangguoReland #2 "Wrap v8natives.js into a function."
2015-05-04 machenbachRevert of Reland "Wrap v8natives.js into a function...
2015-05-04 yangguoReland "Wrap v8natives.js into a function."
2015-04-30 machenbachRevert of Wrap v8natives.js into a function. (patchset...
2015-04-30 yangguoMigrate error messages, part 6. (string.js and date.js)
2015-04-30 yangguoWrap v8natives.js into a function.
2015-04-24 yangguoMigrate error messages, part 5 (array.js and i18n.js).
2015-04-10 yangguoUse array literals instead of array constructor in...
2015-03-11 yangguoHide native Date implementation in function context.
2015-03-09 yangguoHide Math function implementations in a closure.
2015-03-06 yangguoDo not use eternal handles when creating a start-up...
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2014-07-14 verwaest@chromium.orgReplace AddProperty by AddNamedProperty to speed up...
2014-06-27 verwaest@chromium.orgSplit SetProperty(...attributes, strictmode) into Defin...
2014-05-12 mstarzinger@chromi... Move more builtin files to strict mode.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-03-17 ulan@chromium.orgFix date cache in strict mode.
2014-03-11 jochen@chromium.orgUse a per-isolate cache for the date object JS bits
2014-03-10 dslomov@chromium.orgRevert "Check and clear date cache in DateCurrentTime...
2014-03-07 ulan@chromium.orgCheck and clear date cache in DateCurrentTime, DateLoca...
2013-12-11 ulan@chromium.orgInitialize Date parse cache with SMI instead of double...
2013-11-27 yangguo@chromium.orgAdd ES specification reference to DateNow.
2013-10-17 yangguo@chromium.orgCosmetic: Add macros for NaN, undefined and Infinity...
2013-04-11 mstarzinger@chromi... Move global code for builtins into setup functions.
2012-11-14 jkummerow@chromium.orgLattice-based representation inference, powered by...
2012-09-10 yangguo@chromium.orgAdd checks to runtime functions.
2012-03-26 ulan@chromium.orgFix the return type of the date set methods.
2012-03-09 ulan@chromium.orgImplement date library functions in C++.
2012-03-09 rossberg@chromium.orgImplement caching scheme for Date fields.
2012-03-09 rossberg@chromium.orgNew class for Date objects: caches individual date...
2012-02-20 rossberg@chromium.orgMake built-ins strict mode conforming, and support...
2011-11-28 lrn@chromium.orgClean up JavaScript files to better follow coding standard.
2011-11-15 mstarzinger@chromi... Remove hidden prototype for builtin functions.
2011-10-31 jkummerow@chromium.orgOptimize JS date implementation for smi-only arrays
2011-10-28 mstarzinger@chromi... Fix error handling in Date.prototype.toISOString.
2011-09-05 lrn@chromium.orgLock the prototype of internal classes.
2011-07-01 lrn@chromium.orgMake date parser handle all ES5 Date Time Strings corre...
2011-05-05 ricow@chromium.orgReapply 7763, including arm and x64 variants.
2011-05-03 ricow@chromium.orgRevert 7763, missing implementation on x64 and arm...
2011-05-03 ricow@chromium.orgDon't exchange null and undefined with the global objec...
2011-02-14 whesse@chromium.orgX64 Crankshaft: Add test that fails on x64 Crankshaft...
2011-01-28 ager@chromium.orgAvoid using Function.prototype.call in a number of...
2010-12-22 sandholm@chromium.orgIntroduce NUMBER_IS_FINITE macro to avoid ToNumber...
2010-12-17 sgjesse@chromium.orgAdding Date::ResetCache() API so that the cache values...
2010-12-16 ager@chromium.orgPerform more aggressive time to NaN conversions. Our...
2010-12-15 lrn@chromium.orgFix regression in JSON serialization of RegExps.
2010-10-15 ricow@chromium.orgRemove trailing spaces from js files.
2010-08-18 ager@chromium.orgDecrease the DST cache increment to take into account...
2010-07-06 vitalyr@chromium.orgRemove some extra calls in date.js.
2010-07-02 ager@chromium.orgFix bug in date code (issue 736) where -0 was not mappe...
2010-05-10 sandholm@chromium.orgOne element cache for localtime.
2010-05-03 ricow@chromium.orgAdded support for ES5 date time string format to Date...
2010-04-06 whesse@chromium.orgModify date printing to fetch time zone name before...
2010-03-31 whesse@chromium.orgUpdate the time zone offset and dst offset when time...
2010-03-30 whesse@chromium.orgFix time zone cache so it is not initialized when the...
2010-03-23 oleg@chromium.orgFix bug code.google.com/p/v8/issues/detail?id=659....
2010-03-23 kasperl@chromium.orgMerge the partial_snapshots branch back into bleeding_e...