aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix another bug in sweeping the identifier hash tableSimon Hausmann2018-08-302-1/+68
* | | A reference to a super property can have side effectsLars Knoll2018-08-292-7/+1
* | | Throw a type error if the super class is not a constructorLars Knoll2018-08-292-7/+6
* | | Pass the correct new.target to super callsLars Knoll2018-08-292-7/+3
* | | Initialize this to empty for derived constructorsLars Knoll2018-08-299-21/+23
* | | Fix TDZ check for referencesLars Knoll2018-08-293-5/+38
* | | Remove a bogus Q_UNIMPLEMENTED()Lars Knoll2018-08-291-1/+0
* | | Fix remaining test failures for Array.isArrayLars Knoll2018-08-292-5/+5
* | | Fix handling of uninitialized exports when iterating module namespace objectsSimon Hausmann2018-08-294-8/+12
* | | Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-296-10/+32
* | | Fix scoping of the default exportSimon Hausmann2018-08-292-11/+9
* | | Optimize access to lexically scoped variablesSimon Hausmann2018-08-297-199/+103
* | | Fix most issues with Map.prototype.forEachLars Knoll2018-08-283-9/+4
* | | Fix Map and WeakMap constructorLars Knoll2018-08-283-40/+27
* | | Add support for WeakSetLars Knoll2018-08-289-97/+152
* | | Implement support for WeakMapLars Knoll2018-08-2812-131/+218
* | | Implement the dead temporal zoneSimon Hausmann2018-08-2821-76/+189
* | | Fix crash when running with aggressive gcSimon Hausmann2018-08-281-0/+1
* | | Fix byte code debug output for registers and argsSimon Hausmann2018-08-281-1/+1
* | | Example, GameOfLife: bump import to QtQuick 2.12Richard Moe Gustavsen2018-08-271-1/+1
* | | QQuickTableView: handle RebuildOption::ViewportOnlyRichard Moe Gustavsen2018-08-273-13/+86
* | | QQuickTableView: rename to scheduleRebuildTable, and add rebuild optionsRichard Moe Gustavsen2018-08-272-14/+32
* | | Remove very dead codeErik Verbruggen2018-08-271-3/+0
* | | Bump private API versions after typed array API changesSimon Hausmann2018-08-271-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Simon Hausmann2018-08-275-6/+626
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Simon Hausmann2018-08-275-6/+626
| |\| |
| | * | Fix quadratic behavior when allocating very large objectsLars Knoll2018-08-211-0/+17
| | |/
| | * Doc: add list of SVG colors to color QML Basic Type pageMitch Curtis2018-08-093-2/+605
| | * Doc: Rename section titles to avoid auto-linker issuesPaul Wicking2018-08-071-4/+4
* | | QQuickTableView: only preload to pool if reuseItems is trueRichard Moe Gustavsen2018-08-272-6/+23
* | | V4: Split PlatformAssemblerCommon (and base classes) in its own fileErik Verbruggen2018-08-278-1088/+1406
|/ /
* | Implement most remaining methods of AtomicsLars Knoll2018-08-264-18/+124
* | Partial Atomics supportLars Knoll2018-08-268-76/+387
* | Clean up the code handling reads and writes into typed arraysLars Knoll2018-08-253-140/+98
* | Implement support for SharedArrayBufferLars Knoll2018-08-259-95/+165
* | QQuickTableView: decide whether to reuse items from calling locationRichard Moe Gustavsen2018-08-242-5/+5
* | Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-236-35/+116
* | Implement IsConstructor for Function objectsLars Knoll2018-08-2316-76/+40
* | Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-233-2/+39
* | QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-235-11/+151
* | Add a HoverHandler autotestShawn Rutledge2018-08-234-3/+416
* | reuse already calculated object offsets during compilationRolf Eike Beer2018-08-231-15/+12
* | Fix QML extended type registrationSimon Hausmann2018-08-231-3/+5
* | Fix some remaining issues with detaching of array buffersLars Knoll2018-08-234-45/+75
* | Implement %TypedArray%.prototype.sliceLars Knoll2018-08-233-53/+75
* | Implement %TypedArray%.prototype.mapLars Knoll2018-08-233-22/+44
* | Implement %TypedArray%.prototype.filterLars Knoll2018-08-233-33/+57
* | Fix %TypedArray%.prototype.subarrayLars Knoll2018-08-232-15/+7
* | Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-239-28/+68
* | Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-233-214/+569