[runtime] Replace %to_string_fun with %_ToString.
[platform/upstream/v8.git] / src / regexp.js
2015-09-23 bmeurer[runtime] Replace %to_string_fun with %_ToString.
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-19 yangguoNative context: debug.js does not load from js builtins...
2015-07-27 yangguoRevert "In RegExp, lastIndex is read with ToLength...
2015-07-24 machenbachRevert of Revert "In RegExp, lastIndex is read with...
2015-07-24 littledanRevert "In RegExp, lastIndex is read with ToLength...
2015-07-16 littledanIn RegExp, lastIndex is read with ToLength, not ToInteger
2015-06-24 arvi18n.js was not using original functions
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-15 yangguoMigrate error messages, part 11.
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 yangguoWrap v8natives.js into a function.
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 yangguoMigrate error messages, part 2.
2015-04-10 yangguoUse array literals instead of array constructor in...
2015-03-16 svenpanneRemove BLACKLIST from check-name-clashes.py, it's wrong...
2015-03-12 dslomovSwitch the order of experimental global initialization...
2015-03-12 yangguoHide RegExp and String initialization in a closure.
2015-02-05 marjaSplit --harmony-unicode and --harmony-unicode-regexps.
2015-01-12 marjaES6 unicode escapes, part 2: Regexps.
2014-11-19 yangguoOne instead of two runtime calls when initializing...
2014-09-19 erik.corry@gmail.comReland sticky regexps https://codereview.chromium.org...
2014-09-18 rossberg@chromium.orgRevert "RegExp: Add support for the ES6-proposed sticky...
2014-09-18 erik.corry@gmail.comRegExp: Add support for the ES6-proposed sticky flag
2014-08-25 yangguo@chromium.orgRemove mention of `RegExp.$input`
2014-08-20 yangguo@chromium.orgRemove RegExp.$input.
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-16 danno@chromium.orgFix performance regression in regular expressions after...
2014-05-16 jkummerow@chromium.orgHarden builtins BuildResultFromMatchInfo and URIDecodeO...
2014-05-14 jkummerow@chromium.orgAvoid name clashes of builtins and runtime functions.
2014-05-12 mstarzinger@chromi... Partially revert r21254 due to WebKit test failure.
2014-05-12 mstarzinger@chromi... Move more builtin files to strict mode.
2014-05-06 mstarzinger@chromi... Remove broken %_Log functionality.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
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.
2013-02-20 yangguo@chromium.orgCombine %_SubString and %_StringCharAt.
2013-02-15 yangguo@chromium.orgIntroduce InternalPackedArray.
2012-12-05 yangguo@chromium.orgFix spec violations related to regexp.lastIndex
2012-09-14 erik.corry@gmail.comMicrooptimization to regexps.
2012-05-25 svenpanne@chromium.orgEnable map transitions for accessor properties.
2012-05-23 mstarzinger@chromi... Fix RegExp.prototype.toString for incompatible receivers.
2012-04-23 mstarzinger@chromi... Fix source property of empty RegExp objects.
2012-04-13 erik.corry@gmail.comRegexp.rightContext was still not quite right. Fixed and
2012-04-12 erikcorryRegexp: Fix rightContext in the lastMatchInfoOverride
2012-03-15 yangguo@chromium.orgExperimental profiler: split RegExp.test() for better...
2012-03-07 svenpanne@chromium.orgMake the runtime entry for setting/changing accessors...
2012-02-21 svenpanne@chromium.orgRemoved Runtime_DefineAccessor.
2012-02-20 rossberg@chromium.orgMake built-ins strict mode conforming, and support...
2012-01-16 erik.corry@gmail.comMore spelling changes.
2011-11-28 lrn@chromium.orgClean up JavaScript files to better follow coding standard.
2011-10-26 lrn@chromium.orgRemove special-casing of calls to RegExp test and exec...
2011-09-26 lrn@chromium.orgMake the RegExp.prototype object be a RegExp object.
2011-09-22 yangguo@chromium.orgReverting r9399.
2011-09-22 yangguo@chromium.orgFix debug builds broken by r9399.
2011-09-22 yangguo@chromium.orgSet RegExp's prototype to RegExp as specified by ES5.
2011-09-05 lrn@chromium.orgLock the prototype of internal classes.
2011-08-19 lrn@chromium.orgMake regexp flag parsing stricter.
2011-07-05 ricow@chromium.orgIntroduce code flushing of RegExp code.
2011-03-03 lrn@chromium.orgStop using plain Arrays internally in built-in functions.
2011-01-28 ager@chromium.orgAvoid using Function.prototype.call in a number of...
2010-12-17 sandholm@chromium.orgImprove regexp split, replace and test.
2010-12-13 sandholm@chromium.orgOptimizing BuildResultFromMatchInfo, StringReplace...
2010-11-11 sandholm@chromium.orgSpecial case global and non-global code paths in regexp...
2010-11-03 sandholm@chromium.orgMinor regexp test cleanup.
2010-11-02 lrn@chromium.orgRemove regexp caching.
2010-10-15 ricow@chromium.orgRemove trailing spaces from js files.
2010-10-14 lrn@chromium.orgRestructure RegExp exec cache code.
2010-10-14 lrn@chromium.orgFix bug in cache handling of lastIndex on global regexps.
2010-09-22 lrn@chromium.orgRegExp: Fix caching to correctly set lastIndex.
2010-08-20 lrn@chromium.orgUse Copy-on-write arrays for cached regexp results.
2010-08-06 lrn@chromium.orgCreate a new RegExp object for every evaluation of...
2010-06-29 lrn@chromium.orgX64: Make the ToBoolean inline code do even less if...
2010-06-25 lrn@chromium.orgLess intrusive patch for regexp bug.
2010-06-25 lrn@chromium.orgFix bug in regexp exec with global regexps.
2010-06-04 sandholm@chromium.orgFix issue in previous test optimization
2010-06-04 sandholm@chromium.orgSimplify criteria for doing an optimized test call
2010-06-04 sandholm@chromium.orgSimplify regexp test call when the regexp starts and...
2010-04-21 lrn@chromium.orgFix incorrect handling of global RegExp properties...
2010-04-13 lrn@chromium.orgNative construction of RegExp result objects, with...
next