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-10-26Kick UserDefinedTypeDescriptor out of CommonMichal Strehovsky
2017-10-26Merge pull request #4805 from dotnet/nmirrorJan Kotas
2017-10-25ProjectX: Emit the canonical form as the debug types for lazy generic types.dotnet-bot
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-19[ILVerify] Implement type / method / field access verifications (#4762)Samuel Arzt
2017-10-18Assembly-qualify type names in repro arguments (#4754)Michal Strehovský
2017-10-18Add support for marshalling struct with delegates (#4737)Faizur Rahman
2017-10-18Merge pull request #4747 from dotnet/nmirrorJan Kotas
2017-10-17Enable more correct compilation when ProjectNDependencyBehavior.EnableFullAna...David Wrighton
2017-10-17Do not generate object array thunk for byref-like signatures (#4741)Michal Strehovský
2017-10-14Delete contract annotations (#4722)Jan Kotas
2017-10-12[ILVerify] Instantiate constraints of generic parameters used as instantiatio...Samuel Arzt
2017-10-10Various dependency analysis fixesDavid Wrighton
2017-10-06Merge pull request #4679 from dotnet/nmirrorJan Kotas
2017-10-05ProjectX: Bug fix for GetCanonMethodTargetdotnet-bot
2017-10-04Updating CLI to 2.0.0 version (#4667)Jan Kotas
2017-09-29Enable CLR Thread Pool via a MSBuild flag (default enabled on Unix)t-jekor
2017-09-28Refactor ecma signature encoding logic out of ManagedBinaryEmitterDavid Wrighton
2017-09-26[tfs-changeset: 1676255]dotnet-bot
2017-09-22[ILVerify] Fix block re-verification possibly causing endless loop (#4575)Samuel Arzt
2017-09-21[ILVerify] Fix assigning interface with variance to object generating error (...Samuel Arzt
2017-09-20[ILVerify] Implement Ldftn/Ldvirtftn instruction (#4497)Samuel Arzt
2017-09-17Merge pull request #4543 from dotnet/nmirrorJan Kotas
2017-09-15ProjectX: Bug fixes for metadata parsingdotnet-bot
2017-09-15Merge pull request #4480 from morganbr/NetscriptenPRMorgan Brown
2017-09-15Added wasm32 target architectureDavid Wrighton
2017-09-10Partial implementation of BlittableStructPtrMarshaller (#4479)Jan Kotas
2017-09-05Delete redundant PInvokesJan Kotas
2017-09-05Move HResults to shared partitionJan Kotas
2017-09-01Fix CppCodegen issueMichal Strehovsky
2017-08-31Fix type loader handling of __Canon in CoreRTMichal Strehovsky
2017-08-30Fixing CI break caused by previous checkin of the unboxing stubs region to en...Fadi Hanna
2017-08-29Fix an issue when computing IsByRefLike flag for RDT typesdotnet-bot
2017-08-28Merge pull request #4408 from dotnet/masterJan Kotas
2017-08-28Merge pull request #4404 from dotnet/mirror-merge-9287341Dan Moseley
2017-08-28Rename __HResult to HResultDan Moseley
2017-08-28[ILVerify] Fix for issue #4357 and #4358. (#4402)Samuel Arzt
2017-08-28Merge pull request #4400 from dotnet/masterJan Kotas
2017-08-26Add custom attribute type name formatter (#4367)Michal Strehovský
2017-08-26Fix sequence point emission for startup code (#4390)Michal Strehovský
2017-08-26Implement Unsafe.AreSame (#4388)Michal Strehovský
2017-08-25Generate IL assembly listing for compiler-generated stubs (#4365)Michal Strehovský
2017-08-24CoreRT implementation for the GetCodeTarget API, to decode unboxing stubsFadi Hanna
2017-08-23Use CreateFile2FromApp if available (dotnet/coreclr#13410)Jeremy Kuhne
2017-08-23Fix debugger stepping into Main method (#4364)Michal Strehovský
2017-08-22Merge pull request #4354 from dotnet/nmirrorJan Kotas
2017-08-22Move ownership of p/invoke fixup cells (#4353)Michal Strehovský
2017-08-22Emit IsByRefLike flag on generic definitions (#4346)Michal Strehovský
2017-08-22Move generation of debug data from native component to managed type system fo...David Wrighton
2017-08-16• Fix native layout encoding for USG vtable methods requiring a calling con...Fadi Hanna