2015-09-08 |
bmeurer | [builtins] Unify the various versions of [[Call]] with... |
blob | commitdiff | raw |
2015-09-04 |
bmeurer | [runtime] Remove useless IN builtin. |
blob | commitdiff | raw | diff to current |
2015-09-03 |
bmeurer | [es6] Initial steps towards a correct implementation... |
blob | commitdiff | raw | diff to current |
2015-09-01 |
bmeurer | [runtime] Remove unused TO_NUMBER and TO_STRING functions. |
blob | commitdiff | raw | diff to current |
2015-08-28 |
bmeurer | [runtime] Add %ToString and %_ToString and remove the... |
blob | commitdiff | raw | diff to current |
2015-08-28 |
yangguo | Native context: do not put public symbols and flags... |
blob | commitdiff | raw | diff to current |
2015-08-28 |
bmeurer | [es6] Implement spec compliant ToName (actually ToPrope... |
blob | commitdiff | raw | diff to current |
2015-08-28 |
bmeurer | [es6] Implement spec compliant ToPrimitive in the runtime. |
blob | commitdiff | raw | diff to current |
2015-08-27 |
yangguo | Remove builtin/runtime name clash presubmit check. |
blob | commitdiff | raw | diff to current |
2015-08-27 |
yangguo | Move (uppercase) JS builtins from js builtins object... |
blob | commitdiff | raw | diff to current |
2015-08-26 |
yangguo | Call JS functions via native context instead of js... |
blob | commitdiff | raw | diff to current |
2015-08-25 |
bmeurer | Correctify instanceof and make it optimizable. |
blob | commitdiff | raw | diff to current |
2015-08-24 |
yangguo | Native context: alpha sort slots and remove boilerplate. |
blob | commitdiff | raw | diff to current |
2015-08-19 |
yangguo | Native context: install JS builtins via container object. |
blob | commitdiff | raw | diff to current |
2015-08-19 |
yangguo | Native context: debug.js does not load from js builtins... |
blob | commitdiff | raw | diff to current |
2015-08-18 |
yangguo | Native context: run prologue.js before runtime.js |
blob | commitdiff | raw | diff to current |
2015-08-17 |
bmeurer | [runtime] Unify and fix the strict equality comparison. |
blob | commitdiff | raw | diff to current |
2015-08-14 |
yangguo | Do not export natives to runtime via js builtins object. |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | Revert of [runtime] Remove useless IN builtin. (patchse... |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | [runtime] Remove useless IN builtin. |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | [runtime] Remove useless DELETE builtin. |
blob | commitdiff | raw | diff to current |
2015-08-13 |
bmeurer | [strong] Simplify (and sortof optimize) string addition... |
blob | commitdiff | raw | diff to current |
2015-08-10 |
bmeurer | [runtime] Remove premature optimization from ToPrimitive. |
blob | commitdiff | raw | diff to current |
2015-08-10 |
bmeurer | [runtime] Simplify TO_INT32/TO_UINT32 abstract operations. |
blob | commitdiff | raw | diff to current |
2015-08-04 |
bbudge | Rename IsSimdObject assembly intrinsic. |
blob | commitdiff | raw | diff to current |
2015-08-03 |
bbudge | SIMD.js Add the other SIMD Phase 1 types. |
blob | commitdiff | raw | diff to current |
2015-07-31 |
bmeurer | [stubs] Unify (and optimize) implementation of ToObject. |
blob | commitdiff | raw | diff to current |
2015-07-30 |
bbudge | Optimize ToString and NonStringToString. |
blob | commitdiff | raw | diff to current |
2015-07-30 |
bbudge | Optimize ToNumber and NonNumberToNumber. |
blob | commitdiff | raw | diff to current |
2015-07-16 |
bbudge | Expose SIMD.Float32x4 type to Javascript. |
blob | commitdiff | raw | diff to current |
2015-07-16 |
hablich | Revert of Expose SIMD.Float32x4 type to Javascript... |
blob | commitdiff | raw | diff to current |
2015-07-15 |
bbudge | Expose SIMD.Float32x4 type to Javascript. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
danno | Create a internal native context used only for TF-gener... |
blob | commitdiff | raw | diff to current |
2015-07-08 |
danno | Reland: Add unoptimized/optimized variants of MathFloor... |
blob | commitdiff | raw | diff to current |
2015-07-08 |
danno | Revert of Add unoptimized/optimized variants of MathFlo... |
blob | commitdiff | raw | diff to current |
2015-07-08 |
danno | Add unoptimized/optimized variants of MathFloor TF... |
blob | commitdiff | raw | diff to current |
2015-07-02 |
verwaest | Avoid converting key to string for deleting of elements |
blob | commitdiff | raw | diff to current |
2015-06-30 |
conradw | [strong] Implement strong mode semantics for the count... |
blob | commitdiff | raw | diff to current |
2015-06-11 |
verwaest | Use the LookupIterator for SetElement and friends |
blob | commitdiff | raw | diff to current |
2015-06-01 |
bmeurer | [turbofan] First step towards sanitizing for-in and... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
svenpanne | JavaScript stubs have access to their calling conventio... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
svenpanne | Add a TurboFan skeleton for StringAddStub. |
blob | commitdiff | raw | diff to current |
2015-05-21 |
arv | [es6] Spread in array literals |
blob | commitdiff | raw | diff to current |
2015-05-21 |
yangguo | Use shared container to manage imports/exports. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
jkummerow | Revert of Use shared container to manage imports/export... |
blob | commitdiff | raw | diff to current |
2015-05-20 |
dslomov | [destructuring] Implement spread binding patterns. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
yangguo | Use shared container to manage imports/exports. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
mvstanton | Cleanup interface descriptors to reflect that vectors... |
blob | commitdiff | raw | diff to current |
2015-05-15 |
yangguo | Migrate error messages, part 11. |
blob | commitdiff | raw | diff to current |
2015-05-12 |
conradw | [strong] Disallow implicit conversions for comparison |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Migrate error messages, part 10. |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Revert of Migrate error messages, part 10. (patchset... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Migrate error messages, part 10. |
blob | commitdiff | raw | diff to current |
2015-05-11 |
danno | Add a MathFloor stub generated with TurboFan |
blob | commitdiff | raw | diff to current |
2015-05-11 |
yangguo | Call builtin code wrapped in functions from the bootstr... |
blob | commitdiff | raw | diff to current |
2015-05-07 |
yangguo | Revert of Revert of Wrap runtime.js in a function.... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
machenbach | Revert of Wrap runtime.js in a function. (patchset... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
yangguo | Wrap runtime.js in a function. |
blob | commitdiff | raw | diff to current |
2015-05-06 |
yangguo | Migrate error messages, part 8. |
blob | commitdiff | raw | diff to current |
2015-04-30 |
conradw | [strong] Disallow implicit conversions for add |
blob | commitdiff | raw | diff to current |
2015-04-28 |
conradw | [strong] Disallow implicit conversions for bitwise... |
blob | commitdiff | raw | diff to current |
2015-04-24 |
conradw | [strong] Disallow implicit conversions for binary arith... |
blob | commitdiff | raw | diff to current |
2015-04-21 |
yangguo | Reintroduce %GetRootNaN to fix MIPS. |
blob | commitdiff | raw | diff to current |
2015-04-20 |
yangguo | Small polishing changes to the native js. |
blob | commitdiff | raw | diff to current |
2015-04-17 |
yangguo | Migrate error messages, part 3 (runtime.js). |
blob | commitdiff | raw | diff to current |
2015-04-17 |
yangguo | Reland "Migrate error messages, part 2." |
blob | commitdiff | raw | diff to current |
2015-04-16 |
machenbach | Revert of Migrate error messages, part 2. (patchset... |
blob | commitdiff | raw | diff to current |
2015-04-16 |
yangguo | Migrate error messages, part 2. |
blob | commitdiff | raw | diff to current |
2015-03-19 |
caitpotter88 | [es6] implement Reflect.apply() & Reflect.construct() |
blob | commitdiff | raw | diff to current |
2015-03-18 |
svenpanne | Tweak the TurboFan pipeline for stub compilation. |
blob | commitdiff | raw | diff to current |
2015-02-04 |
marja | Introduce LanguageMode, drop StrictMode. |
blob | commitdiff | raw | diff to current |
2015-01-21 |
verwaest | Add a pretty printer to improve the error message non... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
arv | ES6 computed property names |
blob | commitdiff | raw | diff to current |
2015-01-12 |
dslomov | Map -0 to integer 0 for typed array constructors. |
blob | commitdiff | raw | diff to current |
2014-12-17 |
machenbach | Revert of ES6 computed property names (patchset #1... |
blob | commitdiff | raw | diff to current |
2014-12-17 |
arv | ES6 computed property names |
blob | commitdiff | raw | diff to current |
2014-12-16 |
arv | Revert of ES6 computed property names (patchset #1... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
arv | ES6 computed property names |
blob | commitdiff | raw | diff to current |
2014-12-15 |
arv | Revert of ES6 computed property names (patchset #9... |
blob | commitdiff | raw | diff to current |
2014-12-15 |
arv | ES6 computed property names |
blob | commitdiff | raw | diff to current |
2014-12-12 |
caitpotter88 | Implement ES6 @@isConcatSpreadable / Array.prototype... |
blob | commitdiff | raw | diff to current |
2014-12-10 |
d | Add Array.prototype.includes |
blob | commitdiff | raw | diff to current |
2014-12-05 |
mstarzinger | Finally drop outdated misleading runtime.js comment. |
blob | commitdiff | raw | diff to current |
2014-12-04 |
adamk | Optimize testing for an index's existence in packed... |
blob | commitdiff | raw | diff to current |
2014-09-18 |
rossberg@chromium.org | Implement ToLength from ES6 section 7.1.15 |
blob | commitdiff | raw | diff to current |
2014-08-11 |
dslomov@chromium.org | ToNumber(Symbol) should throw TypeError |
blob | commitdiff | raw | diff to current |
2014-07-16 |
rossberg@chromium.org | Make ToPrimitive throw on symbol wrappers |
blob | commitdiff | raw | diff to current |
2014-04-29 |
bmeurer@chromium.org | Bulk update of Google copyright headers in source files. |
blob | commitdiff | raw | diff to current |
2014-04-15 |
ulan@chromium.org | Reland r20692 "Check stack limit in ArgumentAdaptorTram... |
blob | commitdiff | raw | diff to current |
2014-04-11 |
ulan@chromium.org | Revert r20692 "Check stack limit in ArgumentAdaptorTram... |
blob | commitdiff | raw | diff to current |
2014-04-11 |
ulan@chromium.org | Check stack limit in ArgumentAdaptorTrampoline. |
blob | commitdiff | raw | diff to current |
2014-02-19 |
rossberg@chromium.org | Upgrade Symbol implementation to match current ES6... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
verwaest@chromium.org | Reland v8:18458 "Load the global proxy from the context... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
rossberg@chromium.org | Revert "Load the global proxy from the context of the... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
verwaest@chromium.org | Load the global proxy from the context of the target... |
blob | commitdiff | raw | diff to current |
2013-11-18 |
dslomov@chromium.org | Ensure that ToPositiveInteger is optimizable. |
blob | commitdiff | raw | diff to current |
2013-11-12 |
yangguo@chromium.org | Use %_IsMinusZero where applicable to replace hackery. |
blob | commitdiff | raw | diff to current |
2013-11-08 |
yangguo@chromium.org | Fix error message wording when instanceof throws. |
blob | commitdiff | raw | diff to current |
2013-10-17 |
yangguo@chromium.org | Cosmetic: Add macros for NaN, undefined and Infinity... |
blob | commitdiff | raw | diff to current |
2013-08-06 |
svenpanne@chromium.org | Desugar bitwise negation into XOR and kill all UnaryOp... |
blob | commitdiff | raw | diff to current |
next |