Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-10-23Emit switch in wasm (#4769)Juan Antonio Cano
2017-10-21Added support for ldsfld/stsfld/ldsflda/ldflda including general value type s...Jeff Greene
2017-10-18Add support for marshalling struct with delegates (#4737)Faizur Rahman
2017-10-17WebAssembly instance method support (#4695)Morgan Brown
2017-10-15Implement Shift Opcodes for WebAssembly (#4721)Jeremy Koritzinsky
2017-10-15Implement neg (float/integer) and not IL instructions. Fixes #4524 and #4525 ...Juan Antonio Cano
2017-10-11implemented ldobj/stobj in terms of ldind/stind (#4709)Jeff Greene
2017-10-11added support for stind in WASM (#4702)Jeff Greene
2017-10-10Add the -prelease switch to vswhere in build scripts to allow them to find pr...Morgan Brown
2017-10-06Use Tls12 to download CoreCLR tests (#4682)Jan Kotas
2017-10-04Delete VS2015 support (#4660)Jan Kotas
2017-09-29Enable CLR Thread Pool via a MSBuild flag (default enabled on Unix)t-jekor
2017-09-26Fix strings for WebAssembly (#4592)Morgan Brown
2017-09-22Enable Server GC (#4591)Sergiy Kuryata
2017-09-21Avoid linefeed in /proc/self/coredump_filterAdeel
2017-09-19ProjectX: Add real element type and element count to preinitialized data for ...dotnet-bot
2017-09-15Fix LLVM NuGet binary placement and clean up changesMorgan Brown
2017-09-15Adds a WASM test and test infrastructure changes and fixes to support it.Morgan Brown
2017-08-28Update RyuJIT (#4407)Michal Strehovský
2017-08-23Generate portable PDBs by default for managed projects (#4362)Michal Strehovský
2017-08-11Preinitialized data support for value types (#4281)Yi Zhang (CLR)
2017-08-05[Unix ThreadPool] Dedicated Wait Thread (#3807)Jeremy Koritzinsky
2017-07-01Fix ILASM warnings for PreInitDataTest (#4051)Michal Strehovský
2017-06-30Update CoreCLR.issues.targets (#4040)Michal Strehovský
2017-06-28Fix `runtest.cmd /multimodule` (#3998)Michal Strehovský
2017-06-27More CLI update follow up fixes (#3990)Jan Kotas
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-21Merge pull request #3921 from shrah/null_checkFaizur Rahman
2017-06-20Add null check for inline string marshallingFaizur Rahman
2017-06-20Fix interface handling in CorInfoImpl.resolveVirtualMethod (#3922)Sergiy Kuryata
2017-06-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-16Merge pull request #3891 from shrah/lasterrorFaizur Rahman
2017-06-15Make UnmanagedFunctionPointer SetLastError to workFaizur Rahman
2017-06-15GVM dependency analysis performance fixes (#3872)Fadi Hanna
2017-06-14Support TypeHandleFixupAttribute and MethodAddrFixupAttribute (#3858)Yi Zhang (CLR)
2017-06-13Enable inlining of virtual method calls (#3773)Michal Strehovský
2017-06-09Fix virtual method use reporting for canonical EETypes (#3842)Michal Strehovský
2017-06-08Update CoreCLR.issues.targets (#3841)Michal Strehovský
2017-06-08Update CoreCLR.issues.targets (#3837)Michal Strehovský
2017-06-08Enable SIMD tests (#3835)Michal Strehovský
2017-06-08Update CoreCLR.issues.targets (#3829)Michal Strehovský
2017-06-08[armel tizen] Provided some stubs for unimplemented asm functions (#3826)sergey ignatov
2017-06-07Implement Activator.CreateInstance<T> intrinsic (#3821)Michal Strehovský
2017-06-06Merge pull request #3762 from shrah/runtime_dataFaizur Rahman
2017-06-06Addressed Interop feedbacksFaizur Rahman
2017-06-03Make virtual invoke map report dependency on virtual method slot (#3785)Michal Strehovský
2017-06-03Disable Struct Marshalling tests for CPPCodeGenFaizur Rahman
2017-06-03Remove invalid asserts in the Unix WaitSubsystem WaitObject (#3782)Jeremy Koritzinsky
2017-06-01Generate runtime interop data for structs and delegatesFaizur Rahman