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
AgeCommit message (Expand)Author
2017-11-30enabled thread static fields in WebAssembly (#4999)Jeff Greene
2017-11-23Enable generation of stack trace data for simple tests (#5002)Michal Strehovský
2017-11-17Added support for calling methods via virtual slots in WASM (#4931)Jeff Greene
2017-11-14Fix CppCodeGen break with latest XCode (#4926)Jan Kotas
2017-11-06added support for box/unbox/unbox_any for WASM using malloc (#4731)Jeff Greene
2017-11-05implement newobj for WASM using malloc (#4872)Jeff Greene
2017-11-03Revert "implemented newobj for WASM using malloc (#4808)" (#4864)Morgan Brown
2017-11-01implemented newobj for WASM using malloc (#4808)Jeff Greene
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-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-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-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-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
2017-05-27Implement delegates to generic virtual methods (#3712)Michal Strehovský
2017-05-25Enable reflection blocking (#3685)Michal Strehovský
2017-05-23Add a test for PreInitData based on IL (#3667)Yi Zhang (CLR)
2017-05-16Implement a simple timer for Unix (#3620)Sergiy Kuryata
2017-04-29Enable shared generics by default for RyuJIT backend (#3451)Michal Strehovský