- [arm] Don't call branch_offset within CheckConstPool (issue 4292).
- [arm] Fix missing CheckBuffer for branches (issue 4292).
- Guard @@isConcatSpreadable behind a flag (Chromium issue 507553).
- [x64] Fix handling of Smi constants in LSubI and LBitI (Chromium issue 478612).
- Move compatible receiver check from CompileHandler to UpdateCaches (Chromium issue 505374).
- unicode-decoder: fix out-of-band write in utf16 (issue 4274).
- Include Harmony Array/TypedArray methods unconditionally (Chromium issue 504629).
- Ensure mjsunit tests use dashes not underscores in flags directives (Chromium issue 505228).
- Fix flag convention in handle count tests and comment (Chromium issue 505228).
- Remove obsolete options in ScriptCompiler::CompileOptions (Chromium issue 399580).
- Serializer: clear next link in weak cells (Chromium issue 503552).
- Date() should not depend on Date.prototype.toString (issue 4225).
- Expose Map/Set methods through the API (issue 3340).
- [turbofan] NaN is never truish (issue 4207).
- Re-ship Harmony Array/TypedArray methods (issue 3578).
- Ship Harmony Array/TypedArray methods (issue 3578).
- Ship arrow functions (issue 2700).
- Ship arrow functions (issue 2700).
- Hydrogen object literals: always initialize in-object properties (Chromium issue 500497).
- Add %TypedArray% to proto chain (issue 4085).
- [crankshaft] Fix wrong bailout points in for-in loop body (Chromium issue 500435).
- Inline code generation for %_IsTypedArray (issue 4085).
- Allow TypedArrays to be initialized with iterables (issue 4090).
- Map::TryUpdate() must be in sync with Map::Update() (issue 4173).
- Add ToObject call in Array.prototype.sort (issue 4125).
- In Array.of and Array.from, fall back to DefineOwnProperty (issue 4168).
- Support rest parameters in arrow functions (issue 2700).
- Implement %TypedArray%.prototype.slice (issue 3578).
- Stage ES6 arrow functions (issue 2700).
- [for-in] Make ForInNext and ForInFilter deal properly with exceptions (Chromium issue 496331).
- Stage ES6 Array and TypedArray methods (issue 3578).
- Implement %TypedArray%.prototype.{reduce,reduceRight} (issue 3578).
- Add support for Embedded Constant Pools for PPC and Arm (Chromium issue 478811).
- Flatten the Arrays returned and consumed by the v8::Map API (Chromium issue 478263).
- Also allocate small typed arrays on heap when initialized from an array- like (issue 3996).
- Implement %TypedArray%.prototype.{reduce,reduceRight} (issue 3578).
- Add support for Embedded Constant Pools for PPC and Arm (Chromium issue 478811).
- Implement %TypedArray%.prototype.{toString,toLocaleString,join} (issue 3578).
- Reland "Re-enable on-heap typed array allocation" (issue 3996).
- Re-enable on-heap typed array allocation (issue 3996).
- Also expose DefineOwnProperty (Chromium issue 475206).
- Debugger: consider try-finally scopes not catching wrt debug events (Chromium issue 492522).
- Do not eagerly convert exception to string when creating a message object (Chromium issue 490680).
- Introduce v8::Object::CreateDataProperty (Chromium issue 475206).
- Add {Map,Set}::FromArray to the API (issue 3340).
- Add {Map,Set}::AsArray to the API (issue 3340).
- Add basic API support for Map & Set (issue 3340).
- Correctly hook up materialized receiver into the evaluation context chain (Chromium issue 491943).
- Implement bookmarks for ExternalStreamingStream (Chromium issue 470930).
- Remove v8::Private.
- Re-land %TypedArray%.prototype.{map,filter,some} (issue 3578).
- Implement %TypedArray%.{lastI,i}ndexOf (issue 3578).
- Implement %TypedArray%.prototype.sort (issue 3578).
- Implement %TypedArray%.reverse (issue 3578).
- Implement %TypedArray%.prototype.{map,filter,some,reduce,reduceRight} (issue 3578).
- Fix has_pending_exception logic in API's Array::CloneElementAt (issue 4103).
- Adding api to get last gc object statistics for chrome://tracing (Chromium issue 476013).
- Fix harmless HGraph verification failure after hoisting inlined bounds checks (Chromium issue 487608).
- Add TypedArray.from method (issue 3578).
- ARM64: Propagate notification about aborted compilation from RegExpEngine to MacroAssembler (Chromium issue 489290).
- Test that TypedArray methods don't read length (issue 3578).
- Implement %TypedArray%.{fill,find,findIndex} (issue 3578).
- TypedArray.prototype.copyWithin method (issue 3578).
- Provide accessor for object internal properties that doesn't require debugger to be active (Chromium issue 481845).
- Don't create debug context if debug listener is not set (Chromium issue 482290).