Revert of Expose SIMD.Float32x4 type to Javascript. (patchset #14 id:450001 of https...
[platform/upstream/v8.git] / src / messages.js
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-16 epertosoTake the ScriptOrigin into account for CompileFunctionI...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-06-26 erikcorryPut getter functions on Script line-endings objects
2015-06-16 wingoAll private symbols are own symbols
2015-06-08 erikcorryRevert of Only record one in n line endings to save...
2015-06-08 yangguoCheck for null and undefined when getting type name...
2015-06-08 erikcorryOnly record one in n line endings to save space.
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-18 yangguoMigrate error messages, part 12.
2015-05-15 yangguoMigrate error messages, part 11.
2015-05-12 yangguoReland "Use function wrapper argument to expose interna...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
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 arv[strong] Check arity of functions
2015-05-11 yangguoCall builtin code wrapped in functions from the bootstr...
2015-05-07 yangguoMigrate error messages, part 9.
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-06 yangguoMigrate error messages, part 8.
2015-05-05 yangguoMove more parts of stack trace formatting to runtime.
2015-05-05 yangguoReland #2 "Wrap v8natives.js into a function."
2015-05-05 yangguoMigrate error messages, part 7.
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-28 arv[es6] Fix return checking in derived constructors
2015-04-28 yangguoReland: Preprocess structured stack trace on GC to...
2015-04-28 yangguoPort CallSite methods to C++.
2015-04-27 dslomovRevert of Preprocess structured stack trace on GC to...
2015-04-27 yangguoPreprocess structured stack trace on GC to get rid...
2015-04-27 yangguoWrap messages implementation in a function.
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-24 yangguoMigrate error messages, part 5 (array.js and i18n.js).
2015-04-22 arv[es6] Class extends may not be a generator function
2015-04-22 machenbachRevert of Revert of [strong] checking of this & super...
2015-04-22 machenbachRevert of [strong] checking of this & super in construc...
2015-04-21 rossberg[strong] checking of this & super in constructors
2015-04-21 wingoAllow eval/arguments in arrow functions
2015-04-21 wingoFactor formal argument parsing into ParserBase
2015-04-21 yangguoMigrate error messages, part 4 (v8natives.js).
2015-04-20 yangguoWrap array implementation in a function.
2015-04-17 yangguoMigrate error messages, part 3 (runtime.js).
2015-04-17 wingoRevert "Factor formal argument parsing into ParserBase"
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 conradw[strong] Implement static restrictions on switch statement
2015-04-16 yangguoMigrate error messages, part 2.
2015-04-16 yangguoStart migrating error message templates to the runtime.
2015-04-14 wingoAllow eval/arguments in arrow functions
2015-04-13 conradw[strong] Implement static restrictions on direct eval
2015-04-13 wingoFactor formal argument parsing into ParserBase
2015-04-10 yangguoUse array literals instead of array constructor in...
2015-04-10 caitpotter88[cleanup] delete dead code leftover from 48eff34
2015-04-10 conradw[strong] Implement static restrictions on binding/assig...
2015-04-09 caitpotter88[es6] do not add caller/arguments to ES6 function defin...
2015-04-09 caitpotter88[es6] don't "replace" Object.prototype.toString for...
2015-04-08 caitpotter88[parser] report better errors for multiple ForBindings...
2015-04-07 caitpotter88[es6] emit error when for-in loop declarations are...
2015-04-01 arvES6: Error functions should extend Error
2015-04-01 kozyatinskiyRevert of Correctly compute line numbers in functions...
2015-03-31 kozyatinskiy[V8] Don't ignore sourceURL comment in inline scripts...
2015-03-25 kozyatinskiyReland [V8] Removed SourceLocationRestrict
2015-03-24 marja[strong] Check strong mode free variables against the...
2015-03-24 machenbachRevert of [V8] Removed SourceLocationRestrict (patchset...
2015-03-23 kozyatinskiy[V8] Removed SourceLocationRestrict
2015-03-20 rossberg[strong] Less pleading error messages
2015-03-19 rossberg[strong] Check constructor returns
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-03-16 yurysBeautify syntax error for unterminated argument list
2015-03-13 rossberg[strong] Check super constructor calls
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-03-13 kozyatinskiy[V8] Use Function.name in Error.stack
2015-03-13 yangguoHide Symbol implementation in a closure.
2015-03-12 adamkFix error message for Object.observe accept argument
2015-03-12 yangguoHide RegExp and String initialization in a closure.
2015-03-06 caitpotter88[parser] better error message for generator constructors
2015-03-05 rossbergFix exception for assignment to uninitialised const
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-26 marja[strong] Declaration-after-use errors.
2015-02-24 rossberg[strong] Deprecate ellisions
2015-02-19 adamkTeach ModuleDescriptor about basic local exports
2015-02-19 rossberg[strong] Deprecate arguments
2015-02-19 rossberg[strong] Deprecate for-in
2015-02-17 adamkStrip Interface class of most of its logic, make it...
next