Paul Leathers 775ed512a7 [CVE-2017-11811] Disable switch jump table opt if aggressive int type spec is disabled. We are not able to handle a non-int-type-specialized index operand on a switch table branch (today, it will cause us to read the wrong jump target and possibly read past the end of the jump table). Another option is to force type specialization of the index operand, but this seems not worth the risk as a servicing fix. 8 lat temu
..
$262 ff663278de wait for agent thread before shutdown 8 lat temu
ASMJSParser 2b923b65fb Remove SIMD tests 8 lat temu
Array 74a30c40f8 Splice helper function should check for side-effect in the prototype. 8 lat temu
AsmJSFloat 2b923b65fb Remove SIMD tests 8 lat temu
AsmJs f81c3bad6a disable asm.js in ES6 modules 8 lat temu
Basics d0b6949bcb Strict mode global lambda functions should use LdThis instead of StrictLdThis 8 lat temu
Boolean a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Bugs 1602eb32cb [CVE-2017-8756] JIT peephole optimization error 8 lat temu
Closures 1262d2ea6d [1.6>1.7] [MERGE #3583 @rajatd] Allow cross-site objects too in ActivationObjectEx::Is 8 lat temu
ControlFlow a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Conversions a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Date df34f02868 Make toGMTString the same function object as toUTCString 8 lat temu
Debugger 017c4a5655 Fix #3438: AutoInitLibraryCodeScope: hide Intl.js initialization from debugger in addition to profiler. 8 lat temu
DebuggerCommon c545900794 Breaking apart and reclassifying tests. 8 lat temu
DynamicCode a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
EH b88eb05518 Remove additional edges in try finally flowgraph transformation 8 lat temu
Error 0fc9097281 [Disabled Tests] test/Error/rlexe.xml: tests tagged "fail" should be fixed and re-enabled #3118 8 lat temu
FixedFields a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Function a06e5f867b tests: Fix filename case warnings from runtests.py 8 lat temu
Generated f6adc7f97e Added missing copyright headers. 10 lat temu
GlobalFunctions 2a32090679 Fix Issue #3261: Need to detect invalid null character at the end of the source string 8 lat temu
InlineCaches a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Intl c545900794 Breaking apart and reclassifying tests. 8 lat temu
JSON 1d628db8cb JSON.stringify: further simplify and add more test cases 8 lat temu
LetConst cb0b987232 Fixes #2809: Throw TypeError immediately when getter/setter is not callable or when this object is null or undefined. 8 lat temu
Lib df34f02868 Make toGMTString the same function object as toUTCString 8 lat temu
Math a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Miscellaneous c8b040dff0 Issue3257/3247/3306: Module import relative path 8 lat temu
Number fb255ed704 Numbers up to 10^21 shouldn't be displayed exponentially (Fixes #2751) 8 lat temu
Object dc7f89fc5d tests: added Intl tag to Object/toLocaleStringBasics.js 8 lat temu
Operators 69761809dd Add bug references. 8 lat temu
Optimizer a858c72271 Fix IV analysis when a loop modifies an induction variable of another sibling loop sharing the same loop parent 8 lat temu
PerfHint a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Prototypes a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
RWC a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
Regex a8e157afdd Fix a regex bug 8 lat temu
StackTrace c8b040dff0 Issue3257/3247/3306: Module import relative path 8 lat temu
Strings 3ad5accb19 fix incorrect parameter to call ChangeStringLinguisticCase 8 lat temu
TTBasic 8fc58a6b4a Updates for programatic log emit, logging optimizations, and bug fixes. 9 lat temu
TTExecuteBasic 5f5f2fbf21 Fixes #2471 Symbol registration map should support null characters in symbol names. 8 lat temu
TaggedFloats a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 lat temu
TaggedIntegers 2709dd5272 Remove defunct exclude_ship from test tags. 8 lat temu
UnifiedRegex 2709dd5272 Remove defunct exclude_ship from test tags. 8 lat temu
UnitTestFramework 5a2a0f0fb8 Implement workaround for #3130 and fix baselines. 8 lat temu
VT_DATE 69761809dd Add bug references. 8 lat temu
WasmSpec d02d59877b Fix #3597 8 lat temu
bailout f63bb9a3b6 OS:13674598 use type specialized sym for upward exposed uses check 8 lat temu
benchmarks 11cf024081 perf test script fixes 9 lat temu
es5 9aabce213f slice helper should check for the ES5array or Proxy in the protototype 8 lat temu
es6 a06e5f867b tests: Fix filename case warnings from runtests.py 8 lat temu
es7 b6eef1e6fa OS#12654029: ArrayBuffer throw OOM if unable to allocate memory after GC 8 lat temu
fieldopts bf6ae644b6 [1.5>1.6] [MERGE #3341 @akroshg] 17-07 ChakraCore servicing release 8 lat temu
inlining 00ee13950d OS#12528802 fix crash accessing FuncObjectOpnd when arguments object is inlined 8 lat temu
logs 7a1092bc49 Add an empty logs directory to unblock test runs on the DRT VMs. 8 lat temu
loop 2709dd5272 Remove defunct exclude_ship from test tags. 8 lat temu
native-tests 9d6d183387 Changing utf8 conversion codex to improve perf and safety 8 lat temu
rltimeout f6adc7f97e Added missing copyright headers. 10 lat temu
stackfunc ead6a7cdbe Test baseline updates 8 lat temu
strict 90b8e49fce [MERGE #3414 @curtisman] Fix issue #3393: Remove throwing accessor for caller property on argument object in strict mode 8 lat temu
switchStatement 775ed512a7 [CVE-2017-11811] Disable switch jump table opt if aggressive int type spec is disabled. We are not able to handle a non-int-type-specialized index operand on a switch table branch (today, it will cause us to read the wrong jump target and possibly read past the end of the jump table). Another option is to force type specialization of the index operand, but this seems not worth the risk as a servicing fix. 8 lat temu
typedarray a06e5f867b tests: Fix filename case warnings from runtests.py 8 lat temu
utf8 c545900794 Breaking apart and reclassifying tests. 8 lat temu
wasm 380d1cdc62 Do not use wabt for nestedBlocks test as wabt has a stack overflow before we do 8 lat temu
jenkins.build.cmd 0cc10a1adb add configuration to build with SWB on 9 lat temu
jenkins.build.init.cmd 507a0e7f4d MicroBuild v2: Enable CodeCoverage. 9 lat temu
jenkins.buildall.cmd 1bbcea465f Make jenkins.buildall.cmd accept extra parameters. Fixes #442. 10 lat temu
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. 10 lat temu
jenkins.parsetestargs.cmd 0cc10a1adb add configuration to build with SWB on 9 lat temu
jenkins.testall.cmd 7194222057 Fix summary.log by appending to file instead of overwriting it. 8 lat temu
jenkins.testone.cmd 2aabeb4644 [1.4>2.0] [MERGE #2938 @dilijev] Fix summary.log by appending to file instead of overwriting it. 8 lat temu
rlexedirs.xml 91ba1387ab Update wabt 8 lat temu
runcitests.cmd 7194222057 Fix summary.log by appending to file instead of overwriting it. 8 lat temu
runnativetests.cmd 013dc6732f A native application for running native unittests 9 lat temu
runtests.cmd 66f36e2349 Revert "Allow runtests.cmd to be executed from any directory" 8 lat temu
runtests.py 4b83ed34b2 [1.6>1.7] [MERGE #3313 @Penguinwizzard] Remove defunct tests. 8 lat temu
runtests.sh 51325f9e58 xplat: fix script location 8 lat temu