2015-05-26 |
utatane.tea@gmail.com | [JSC] Generate put_by_val_direct for indexed identifier... |
blob | commitdiff |
2015-05-23 |
utatane.tea@gmail.com | Introduce UniquedStringImpl and SymbolImpl to separate... |
blob | commitdiff | diff to current |
2015-05-14 |
utatane.tea@gmail.com | REGRESSION (r184337): ASSERT failed in debug builds... |
blob | commitdiff | diff to current |
2015-05-14 |
utatane.tea@gmail.com | [ES6] Implement tagged templates |
blob | commitdiff | diff to current |
2015-05-14 |
commit-queue@webki... | ES6: Allow duplicate property names |
blob | commitdiff | diff to current |
2015-05-13 |
utatane.tea@gmail.com | [ES6] Implement String.raw |
blob | commitdiff | diff to current |
2015-05-08 |
akling@apple.com | Optimize serialization of quoted JSON strings. |
blob | commitdiff | diff to current |
2015-05-08 |
commit-queue@webki... | Unreviewed, rolling out r183961. |
blob | commitdiff | diff to current |
2015-05-08 |
akling@apple.com | Optimize serialization of quoted JSON strings. |
blob | commitdiff | diff to current |
2015-05-07 |
utatane.tea@gmail.com | FunctionCallBracketNode should store the base value... |
blob | commitdiff | diff to current |
2015-05-04 |
rniwa@webkit.org | Extending undefined in class syntax should throw a... |
blob | commitdiff | diff to current |
2015-04-29 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-27 |
utatane.tea@gmail.com | [ES6] Implement ES6 template literals |
blob | commitdiff | diff to current |
2015-04-25 |
rniwa@webkit.org | class methods should be non-enumerable |
blob | commitdiff | diff to current |
2015-04-25 |
commit-queue@webki... | Unreviewed, rolling out r183288. |
blob | commitdiff | diff to current |
2015-04-24 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-20 |
utatane.tea@gmail.com | Introduce bytecode intrinsics |
blob | commitdiff | diff to current |
2015-04-01 |
utatane.tea@gmail.com | IteratorClose should be called when jumping over the... |
blob | commitdiff | diff to current |
2015-03-31 |
rniwa@webkit.org | eval("this.foo") causes a crash if this had not been... |
blob | commitdiff | diff to current |
2015-03-31 |
rniwa@webkit.org | Extending null should set __proto__ to null |
blob | commitdiff | diff to current |
2015-03-26 |
ggaren@apple.com | "lineNo" does not match WebKit coding style guidelines |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Unreviewed, fix debug build. |
blob | commitdiff | diff to current |
2015-03-26 |
fpizlo@apple.com | Heap variables shouldn't end up in the stack frame |
blob | commitdiff | diff to current |
2015-03-24 |
msaboff@apple.com | REGRESSION (172175-172177): Change in for...in processi... |
blob | commitdiff | diff to current |
2015-03-20 |
ggaren@apple.com | Function.prototype.toString should not decompile the AST |
blob | commitdiff | diff to current |
2015-03-17 |
rniwa@webkit.org | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2015-03-13 |
rniwa@webkit.org | Class constructor should throw TypeError when "called" |
blob | commitdiff | diff to current |
2015-03-13 |
rniwa@webkit.org | "this" should be in TDZ until super is called in the... |
blob | commitdiff | diff to current |
2015-03-09 |
rniwa@webkit.org | Support extends and super keywords |
blob | commitdiff | diff to current |
2015-03-06 |
joepeck@webkit.org | __proto__ shorthand property should not modify prototyp... |
blob | commitdiff | diff to current |
2015-03-02 |
antti@apple.com | Add way to dump cache meta data to file |
blob | commitdiff | diff to current |
2015-03-02 |
fpizlo@apple.com | BytecodeGenerator shouldn't emit op_resolve_scope as... |
blob | commitdiff | diff to current |
2015-02-28 |
benjamin@webkit.org | [JSC] Use the way number constants are written to help... |
blob | commitdiff | diff to current |
2015-02-27 |
fpizlo@apple.com | Unreviewed, roll out r180723. It broke a bunch of tests. |
blob | commitdiff | diff to current |
2015-02-27 |
fpizlo@apple.com | BytecodeGenerator::constLocal() behaves identically... |
blob | commitdiff | diff to current |
2015-02-25 |
rniwa@webkit.org | Use "this" instead of "callee" to get the constructor |
blob | commitdiff | diff to current |
2015-02-23 |
saambarati1@gmail.com | Adjust the ranges of basic block statements in JSC... |
blob | commitdiff | diff to current |
2015-02-10 |
saambarati1@gmail.com | Parser::parseVarDeclarationList gets the wrong JSToken... |
blob | commitdiff | diff to current |
2015-02-10 |
saambarati1@gmail.com | JSC's Type Profiler doesn't profile the type of the... |
blob | commitdiff | diff to current |
2015-01-29 |
rniwa@webkit.org | Implement ES6 class syntax without inheritance support |
blob | commitdiff | diff to current |
2015-01-22 |
rniwa@webkit.org | PropertyListNode::emitNode duplicates the code to put... |
blob | commitdiff | diff to current |
2015-01-22 |
rniwa@webkit.org | BytecodeGenerator shouldn't expose all of its member... |
blob | commitdiff | diff to current |
2015-01-20 |
saambarati1@gmail.com | Basic block start offsets should never be larger than... |
blob | commitdiff | diff to current |
2015-01-16 |
msaboff@apple.com | REGRESSION (r174226): Header on huffingtonpost.com... |
blob | commitdiff | diff to current |
2015-01-14 |
commit-queue@webki... | Unreviewed, rolling out r178432. |
blob | commitdiff | diff to current |
2015-01-14 |
msaboff@apple.com | REGRESSION (r174226): Header on huffingtonpost.com... |
blob | commitdiff | diff to current |
2015-01-13 |
ggaren@apple.com | Out of bounds access in BytecodeGenerator::emitGetById... |
blob | commitdiff | diff to current |
2014-12-09 |
ggaren@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2014-12-05 |
saambarati1@gmail.com | JavaScript Control Flow Profiler |
blob | commitdiff | diff to current |
2014-12-04 |
ggaren@apple.com | Split out FunctionNode from FunctionBodyNode |
blob | commitdiff | diff to current |
2014-12-03 |
ggaren@apple.com | Removed the global parser arena |
blob | commitdiff | diff to current |
2014-11-13 |
akling@apple.com | Generate put_by_id for bracket assignment with constant... |
blob | commitdiff | diff to current |
2014-11-12 |
akling@apple.com | Generate get_by_id for bracket access with constant... |
blob | commitdiff | diff to current |
2014-10-31 |
msaboff@apple.com | Add scope operand to op_push_with_scope, op_push_name_s... |
blob | commitdiff | diff to current |
2014-10-17 |
oliver@apple.com | Various arguments optimisations in codegen fail to... |
blob | commitdiff | diff to current |
2014-10-10 |
commit-queue@webki... | Unreviewed, rolling out r174606. |
blob | commitdiff | diff to current |
2014-10-10 |
oliver@apple.com | Various arguments optimisations in codegen fail to... |
blob | commitdiff | diff to current |
2014-10-02 |
oliver@apple.com | Do all closed variable access through the local lexical... |
blob | commitdiff | diff to current |
2014-08-29 |
saambarati1@gmail.com | emit op_profile_type for deconstruction assignments |
blob | commitdiff | diff to current |
2014-08-29 |
commit-queue@webki... | JavaScriptCore: Use ASCIILiteral where possible |
blob | commitdiff | diff to current |
2014-08-21 |
commit-queue@webki... | Rename HighFidelityTypeProfiling variables for more... |
blob | commitdiff | diff to current |
2014-08-20 |
fpizlo@apple.com | REGRESSION(r172401): for-in optimization no longer... |
blob | commitdiff | diff to current |
2014-08-19 |
commit-queue@webki... | Unreviewed, rolling out r172741. |
blob | commitdiff | diff to current |
2014-08-19 |
fpizlo@apple.com | REGRESSION(r172401): for-in optimization no longer... |
blob | commitdiff | diff to current |
2014-08-18 |
commit-queue@webki... | The parser should generate AST nodes the var declaratio... |
blob | commitdiff | diff to current |
2014-08-14 |
commit-queue@webki... | Allow high fidelity type profiling to be enabled and... |
blob | commitdiff | diff to current |
2014-08-11 |
mark.lam@apple.com | Re-landing r172401 with fixed test. |
blob | commitdiff | diff to current |
2014-08-11 |
commit-queue@webki... | Unreviewed, rolling out r172401. |
blob | commitdiff | diff to current |
2014-08-11 |
mhahnenberg@apple.com | for-in optimization should also make sure the base... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r171389, r171495, r171508, r171510, r171605,... |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r170564, r170571, r170604, r170628, r170672,... |
blob | commitdiff | diff to current |
2014-07-27 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Unreviewed, roll out r171641-r171644. It broke some... |
blob | commitdiff | diff to current |
2014-07-26 |
fpizlo@apple.com | Merge r170090, r170092, r170129, r170141, r170161,... |
blob | commitdiff | diff to current |
2014-06-24 |
bfulgham@apple.com | [Win] MSVC mishandles enums in bitfields |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Unreviewed, rolling out r167199 and r167251. |
blob | commitdiff | diff to current |
2014-04-13 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-11 |
barraclough@apple.com | Rollout - Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-09 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-03-25 |
oliver@apple.com | AST incorrectly conflates readable and writable locations |
blob | commitdiff | diff to current |
2014-03-25 |
oliver@apple.com | ASSERTION FAILED in Parser: dst != localReg |
blob | commitdiff | diff to current |
2014-03-21 |
mark.lam@apple.com | Crash when BytecodeGenerator::emitJump calls Label... |
blob | commitdiff | diff to current |
2014-02-27 |
oliver@apple.com | Slow cases for function.apply and function.call should... |
blob | commitdiff | diff to current |
2014-02-26 |
oliver@apple.com | Function.prototype.apply has a bad time with the spread... |
blob | commitdiff | diff to current |
2014-02-25 |
oliver@apple.com | Spread operator has a bad time when applied to call... |
blob | commitdiff | diff to current |
2014-02-12 |
oliver@apple.com | Make it possible to implement JS builtins in JS |
blob | commitdiff | diff to current |
2014-02-11 |
fpizlo@apple.com | Rename Operations.h to JSCInlines.h |
blob | commitdiff | diff to current |
2014-02-01 |
oliver@apple.com | 2014-01-31 Oliver Hunt <oliver@apple.com> |
blob | commitdiff | diff to current |
2014-02-01 |
mark.lam@apple.com | Avoid eagerly creating the JSActivation when the debugg... |
blob | commitdiff | diff to current |
2014-01-31 |
oliver@apple.com | Make it possible to implement JS builtins in JS |
blob | commitdiff | diff to current |
2014-01-21 |
akling@apple.com | JSC Parser: Shrink BindingNode. |
blob | commitdiff | diff to current |
2013-12-14 |
fpizlo@apple.com | Get rid of forward exit on UInt32ToNumber by adding... |
blob | commitdiff | diff to current |
2013-12-02 |
fpizlo@apple.com | Stores to local captured variables should be intercepted |
blob | commitdiff | diff to current |
2013-11-22 |
fpizlo@apple.com | BytecodeGenerator should align the stack according... |
blob | commitdiff | diff to current |
2013-11-22 |
commit-queue@webki... | Unreviewed, rolling out r159652. |
blob | commitdiff | diff to current |
2013-11-21 |
fpizlo@apple.com | BytecodeGenerator should align the stack according... |
blob | commitdiff | diff to current |
2013-11-19 |
mark.lam@apple.com | Add tracking of endColumn for Executables. |
blob | commitdiff | diff to current |
2013-11-12 |
oliver@apple.com | Support unprefixed deconstructing assignment |
blob | commitdiff | diff to current |
2013-10-25 |
oliver@apple.com | Fix a number of problems with destructuring of arguments |
blob | commitdiff | diff to current |
2013-10-21 |
oliver@apple.com | Source/JavaScriptCore: Support computed property names... |
blob | commitdiff | diff to current |
next |