2017-10-25 |
commit-queue@webki... | Unreviewed, rolling out r223691 and r223729. |
blob | commitdiff |
2017-10-19 |
rmorisset@apple.com | Turn recursive tail calls into loops |
blob | commitdiff | diff to current |
2017-06-28 |
ticaiolima@gmail.com | [ESnext] Implement Object Rest - Implementing Object... |
blob | commitdiff |
2017-06-25 |
annulen@yandex.ru | Remove excessive headers from JavaScriptCore |
blob | commitdiff | diff to current |
2017-05-16 |
mark.lam@apple.com | Rolling out r214038 and r213697: Crashes when using... |
blob | commitdiff | diff to current |
2017-04-05 |
utatane.tea@gmail.com | [JSC] Generate TemplateObjects at linking time |
blob | commitdiff | diff to current |
2017-03-16 |
commit-queue@webki... | [ESnext] Implement Object Spread |
blob | commitdiff | diff to current |
2017-03-10 |
commit-queue@webki... | [ESnext] Implement Object Rest - Implementing Object... |
blob | commitdiff | diff to current |
2017-03-01 |
utatane.tea@gmail.com | [JSC] Allow UnlinkedCodeBlock to dump its bytecode... |
blob | commitdiff | diff to current |
2016-12-08 |
fpizlo@apple.com | PerformanceTests: |
blob | commitdiff | diff to current |
2016-11-17 |
ggaren@apple.com | UnlinkedCodeBlock should not have a starting line number |
blob | commitdiff | diff to current |
2016-11-12 |
sbarati@apple.com | We should have a more concise way of determining when... |
blob | commitdiff | diff to current |
2016-11-11 |
cdumez@apple.com | Unreviewed, rolling out r208584. |
blob | commitdiff | diff to current |
2016-11-11 |
sbarati@apple.com | We should have a more concise way of determining when... |
blob | commitdiff | diff to current |
2016-11-02 |
ggaren@apple.com | One file per class for UnlinkedCodeBlock.h/.cpp |
blob | commitdiff | diff to current |
2016-10-28 |
caitp@igalia.com | [JSC] implement runtime for async functions |
blob | commitdiff | diff to current |
2016-09-23 |
caitp@igalia.com | [JSC] Implement parsing of Async Functions |
blob | commitdiff | diff to current |
2016-09-22 |
commit-queue@webki... | test262: Function length should be number of parameters... |
blob | commitdiff | diff to current |
2016-09-22 |
joepeck@webkit.org | Remove a bunch of unnecessary includes |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-25 |
utatane.tea@gmail.com | [DFG][FTL] Implement ES6 Generators in DFG / FTL |
blob | commitdiff | diff to current |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
blob | commitdiff | diff to current |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-08-22 |
utatane.tea@gmail.com | [ES6] Module should not allow HTML comments |
blob | commitdiff | diff to current |
2016-08-15 |
joepeck@webkit.org | Reduce includes of Debugger.h |
blob | commitdiff | diff to current |
2016-08-15 |
achristensen@apple.com | Remove unused includes of wtf headers |
blob | commitdiff | diff to current |
2016-06-29 |
commit-queue@webki... | Unreviewed, rolling out r202627. |
blob | commitdiff | diff to current |
2016-06-29 |
commit-queue@webki... | LLInt should support other types of prototype GetById... |
blob | commitdiff | diff to current |
2016-06-15 |
ggaren@apple.com | compilation policy should adapt to past behavior |
blob | commitdiff | diff to current |
2016-06-10 |
mark.lam@apple.com | Make some methods const. |
blob | commitdiff | diff to current |
2016-06-01 |
utatane.tea@gmail.com | Unreviewed, roll out r201481, r201523: 0.3% regression... |
blob | commitdiff | diff to current |
2016-05-28 |
caitp@igalia.com | [JSC] implement async functions proposal |
blob | commitdiff | diff to current |
2016-05-16 |
sbarati@apple.com | Hook up ShadowChicken to the debugger to show tail... |
blob | commitdiff | diff to current |
2016-04-23 |
commit-queue@webki... | Web Inspector: Source directives lost when using Functi... |
blob | commitdiff | diff to current |
2016-04-03 |
gskachkov@gmail.com | [ES6] Class syntax. Access to new.target inside of... |
blob | commitdiff | diff to current |
2016-03-07 |
akling@apple.com | REGRESSION (r197303): Web Inspector crashes web process... |
blob | commitdiff | diff to current |
2016-03-01 |
commit-queue@webki... | Add new MethodTable method to get an estimated size... |
blob | commitdiff | diff to current |
2016-02-28 |
akling@apple.com | Shrink UnlinkedCodeBlock a bit. |
blob | commitdiff | diff to current |
2016-02-24 |
commit-queue@webki... | Unreviewed, rolling out r197033. |
blob | commitdiff | diff to current |
2016-02-24 |
commit-queue@webki... | [ES6] Arrow function syntax. Emit loading&putting this... |
blob | commitdiff | diff to current |
2016-02-04 |
akling@apple.com | Remove dead ENABLE(BYTECODE_COMMENTS) cruft. |
blob | commitdiff | diff to current |
2016-01-30 |
sbarati@apple.com | JSC Sampling Profiler: Come up with a (program counter... |
blob | commitdiff | diff to current |
2016-01-30 |
sbarati@apple.com | Remove our notion of having a single activation register |
blob | commitdiff | diff to current |
2015-12-30 |
commit-queue@webki... | [ES6] Arrow function syntax. Arrow function specific... |
blob | commitdiff | diff to current |
2015-12-29 |
utatane.tea@gmail.com | [ES6][ES7] Drop Constructability of generator function |
blob | commitdiff | diff to current |
2015-12-08 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-07 |
ddkilzer@apple.com | REGRESSION(r193584): Causes heap use-after-free crashes... |
blob | commitdiff | diff to current |
2015-12-06 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-12-02 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-02 |
commit-queue@webki... | Unreviewed, rolling out r192914. |
blob | commitdiff | diff to current |
2015-12-01 |
utatane.tea@gmail.com | [ES6] Implement LLInt/Baseline Support for ES6 Generato... |
blob | commitdiff | diff to current |
2015-12-01 |
carlosgc@webkit.org | Unreviewed, rolling out r192876. |
blob | commitdiff | diff to current |
2015-12-01 |
commit-queue@webki... | [ES6] "super" and "this" should be lexically bound... |
blob | commitdiff | diff to current |
2015-09-21 |
fpizlo@apple.com | JSC should infer property types |
blob | commitdiff | diff to current |
2015-09-15 |
fpizlo@apple.com | LLInt get/put inline caches shouldn't use tons of opcodes |
blob | commitdiff | diff to current |
2015-09-14 |
commit-queue@webki... | Unreviewed, rolling out r189751, r189752, and r189754. |
blob | commitdiff | diff to current |
2015-09-14 |
fpizlo@apple.com | LLInt get/put inline caches shouldn't use tons of opcodes |
blob | commitdiff | diff to current |
2015-09-04 |
utatane.tea@gmail.com | [ES6] Instantiate Module Environment bindings and execu... |
blob | commitdiff | diff to current |
2015-09-03 |
saambarati1@gmail.com | Block scoped variables should be visible across scripts |
blob | commitdiff | diff to current |
2015-09-01 |
utatane.tea@gmail.com | [ES6] Introduce ModuleProgramExecutable families and... |
blob | commitdiff | diff to current |
2015-08-17 |
commit-queue@webki... | [ES6] Implement ES6 arrow function syntax. Arrow functi... |
blob | commitdiff | diff to current |
2015-08-11 |
ggaren@apple.com | Start beating UnlinkedCodeBlock.h/.cpp with the "One... |
blob | commitdiff | diff to current |
2015-08-10 |
ggaren@apple.com | Let's rename FunctionBodyNode |
blob | commitdiff | diff to current |
2015-07-28 |
saambarati1@gmail.com | Make the type profiler work with lexical scoping and... |
blob | commitdiff | diff to current |
2015-07-23 |
utatane.tea@gmail.com | Introducing construct ability into JS executables |
blob | commitdiff | diff to current |
2015-07-20 |
saambarati1@gmail.com | "let" scoping introduced incoherent story about symbol... |
blob | commitdiff | diff to current |
2015-07-17 |
saambarati1@gmail.com | Function parameters should be parsed in the same parser... |
blob | commitdiff | diff to current |
2015-07-15 |
saambarati1@gmail.com | [ES6] implement block scoping to enable 'let' |
blob | commitdiff | diff to current |
2015-06-09 |
akling@apple.com | [JSC] CodeBlock::m_constantRegisters should be sized... |
blob | commitdiff | diff to current |
2015-05-30 |
mark.lam@apple.com | Refactoring HandlerInfo and UnlinkedHandlerInfo. |
blob | commitdiff | diff to current |
2015-05-08 |
saambarati1@gmail.com | Global functions should be initialized as JSFunctions... |
blob | commitdiff | diff to current |
2015-05-05 |
commit-queue@webki... | Unreviewed, rolling out r183789. |
blob | commitdiff | diff to current |
2015-05-05 |
saambarati1@gmail.com | Global functions should be initialized as JSFunctions... |
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-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-13 |
akling@apple.com | Don't segregate heap objects based on Structure immorta... |
blob | commitdiff | diff to current |
2015-03-27 |
joepeck@webkit.org | Web Inspector: ES6: Provide a better view for Classes... |
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 |
ggaren@apple.com | Assertion firing in JavaScriptCore/parser/parser.h... |
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 |
commit-queue@webki... | ES6: Object Literal Methods toString is missing method... |
blob | commitdiff | diff to current |
2015-03-22 |
akling@apple.com | Make UnlinkedFunctionExecutable fit in a 128-byte cell. |
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-18 |
ggaren@apple.com | Function bodies should always include braces |
blob | commitdiff | diff to current |
2015-03-17 |
ggaren@apple.com | Built-in functions should know that they use strict... |
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-09 |
rniwa@webkit.org | Support extends and super keywords |
blob | commitdiff | diff to current |
2015-03-07 |
rniwa@webkit.org | The code to link FunctionExecutable is duplicated every... |
blob | commitdiff | diff to current |
2015-03-07 |
rniwa@webkit.org | fromGlobalCode has an unused Debugger* argument |
blob | commitdiff | diff to current |
2015-03-04 |
andersca@apple.com | Remove unused compression code |
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-25 |
benjamin@webkit.org | Make ParserError immutable by design |
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-11-23 |
gyuyoung.kim@samsu... | Clean up OwnPtr and PassOwnPtr in some of JS classes |
blob | commitdiff | diff to current |
2014-11-21 |
msaboff@apple.com | Allocate local ScopeChain register |
blob | commitdiff | diff to current |
2014-09-11 |
oliver@apple.com | Rename activation to be more in line with spec language |
blob | commitdiff | diff to current |
next |