Doug Ilijev d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
..
262 f04c6b4198 Enable sharedarray ft. for 262 testing 8 rokov pred
ASMJSParser cf955c25ed Fix OS: 13988805 AsmJs error triggers syntax error on reparse assert 8 rokov pred
Array b54cc0a99e Implement stable Array.prototype.sort 7 rokov pred
AsmJSFloat 2b923b65fb Remove SIMD tests 8 rokov pred
AsmJs a24ede7fec Fails AsmJs.cpp's module return check if a property definition in the return object literal is not a binary parse node. 7 rokov pred
Basics 1f18f53acf Improve parsing error messages 7 rokov pred
BigInt 25af1a93e1 implement bigint multiply 7 rokov pred
Boolean a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 rokov pred
Bugs c99cec2da6 Add SlotArrayCheck in Lowerer instead of IRBuilder 7 rokov pred
Closures c0723f4985 Moving RS4 changes to master 7 rokov pred
ConfigParsing 2ee13d2cf7 Newline at file ends 7 rokov pred
ControlFlow 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 rokov pred
Conversions a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 rokov pred
Date 05dda626e9 Add a test with a negative offset and empty time for Date.parse() 7 rokov pred
Debugger 82fad63199 Updating test baselines 7 rokov pred
DebuggerCommon 33a3dc41bd update baselines 7 rokov pred
DynamicCode 8c8bf79f24 Removing -force:fieldhoist and -off:fieldhoist from rlexe.xml files 7 rokov pred
EH 590b08b360 Fix async function and generator when await/yield is used inside a catch statement with no argument binding 7 rokov pred
Error 8edb18be37 Make ParseNodeParamPattern a real ParseNodeUni and thus the down cast is valid. 8 rokov pred
FixedFields cf09b4884f This optimization groups bailout instrs (created by the inliner when a non fixed field is called) into a single instr (CheckFunctionEntryPoint) which can be hoisted outside of a loop. 7 rokov pred
FlowGraph e927650232 Add test case 7 rokov pred
Function 10cdaa7ca7 Throw a syntax error when the statement of a with statement is a labeled function. 7 rokov pred
Generated 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 rokov pred
GlobalFunctions d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
InlineCaches d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
Intl 8841008b71 Gets build scripts ready for Jenkins to ADO switch 7 rokov pred
JSON e5e1f31904 Convert exclude_fre to exclude_test 8 rokov pred
JsBuiltIns d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
LetConst 80bb9c584a Update global toStringTag to match attributes from v8 7 rokov pred
Lib d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
Math eea931005e Adding tests 7 rokov pred
Miscellaneous d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
Number eba9b1adef NaN's most significant bit signifies the sign of NaN. This bit's value was inconsistent with other engines' as well as inconsistent in Chakra when using the -NoNative flag. This fix makes NaN respect the sign bit. This is viewable through typed array buffers. 7 rokov pred
Object d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
Operators 69761809dd Add bug references. 8 rokov pred
Optimizer d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
PRE d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
PerfHint a77ab96c33 ARM64: Disable inlining and VirtualTypedArray. Mark tests using test trace as exclue_arm64 8 rokov pred
Prototypes d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
RWC a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 rokov pred
RegAlloc 08234133a3 LinearScan::InsertSecondChanceCompensation does not always restore a register saved to the stack at the beginning of a loop. 7 rokov pred
Regex d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
Scanner ed1e5e25ce Respond to PR feedback 7 rokov pred
StackTrace 82fad63199 Updating test baselines 7 rokov pred
Strings d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
TTBasic e9066519c4 fixes #5513 recreate baseline files 7 rokov pred
TTExecuteBasic 5f5f2fbf21 Fixes #2471 Symbol registration map should support null characters in symbol names. 8 rokov pred
TaggedFloats a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 rokov pred
TaggedIntegers 9f6eb4c823 Cherry-pick unconflicted files from #1300 8 rokov pred
TryCatch 87b168a2e3 Fixes bug where ImplicitCallFlags and DisableImplicitFlags were not restored to previous values held. 7 rokov pred
UnifiedRegex 3daa80d6c3 Adding failure for character classes in range if unicode flag set. 7 rokov pred
UnitTestFramework cf71a962c1 Merge 1809 October Update changes 7 rokov pred
VT_DATE 69761809dd Add bug references. 8 rokov pred
WasmSpec f23227ecfa [MERGE #5889 @Cellule] WebAssembly fix tee_local behavior 7 rokov pred
WasmSpec.MultiValue d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
bailout dfd11cd34b [MERGE #5250 @Cellule] Post-Op bailout with unconditional branches 7 rokov pred
benchmarks 5ab937bd58 Add modifications 7 rokov pred
es5 a653bc9024 Fix assert when building newly rooted path type 7 rokov pred
es6 9b24ee434f Fix rlexe.xml newlines 7 rokov pred
es6module 72bf19edc1 Syntax error for undefined module export per 7 rokov pred
es7 3517001fb1 Implement globalThis 7 rokov pred
fieldopts 8c8bf79f24 Removing -force:fieldhoist and -off:fieldhoist from rlexe.xml files 7 rokov pred
inlining d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
logs 7a1092bc49 Add an empty logs directory to unblock test runs on the DRT VMs. 8 rokov pred
loop f0da7b6bf3 Mult optimization in MemOp bug fix 7 rokov pred
native-tests 7bf59d1286 jsrt: JsCreateExternalObjectWithPrototype 8 rokov pred
rltimeout 2421acb1f2 Added -timeoutRetries to rl (and some drive-by cleanup) 7 rokov pred
stackfunc e5e1f31904 Convert exclude_fre to exclude_test 8 rokov pred
strict d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
switchStatement d7e9d0d649 Add copyright notice to test case 8 rokov pred
typedarray d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
utf8 d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 rokov pred
wasm a06ebc1b56 don't throw wasm compile exception after finishing bytecode gen 7 rokov pred
wasm.simd d787cac850 [WASM SIMD update, part 3] Update opcodes 7 rokov pred
jenkins.build.cmd 0cc10a1adb add configuration to build with SWB on 9 rokov pred
jenkins.build.init.cmd 98cbeff3cc Modernize CI configuration: Modern = RS4 + Dev 15.7; Legacy = 2008 R2 + Dev14 7 rokov pred
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. 10 rokov pred
jenkins.parsetestargs.cmd 7a2631809e Be more verbose about native tests; disable native tests in reduced test runs (-dirs -tags -nottags) 8 rokov pred
jenkins.testone.cmd 1181bca6b6 Adding additional logging to native tests in CI 7 rokov pred
rlexedirs.xml 08234133a3 LinearScan::InsertSecondChanceCompensation does not always restore a register saved to the stack at the beginning of a loop. 7 rokov pred
runcitests.cmd 482c730bde fixed bug in cmd script 7 rokov pred
runnativetests.cmd dffd3ffcf0 Add missing changes for #4876: Provide more information when unit tests and native tests fail. 8 rokov pred
runtests.cmd 7060747f3d Add -timeoutRetries support to runtests.cmd 7 rokov pred
runtests.py 276661f908 Fix runtests.py line endings 7 rokov pred
runtests.sh ffdac7f527 Update OSX machine pool 7 rokov pred