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-30Stabilize object file images (#4818)Simon Nattress
2017-10-27Added wrappers for Div and Mod helpers (#4788)sergey ignatov
2017-10-26Kick UserDefinedTypeDescriptor out of CommonMichal Strehovsky
2017-10-26Debugger expect EEtype symbol to be of the format "const " <typename>::'vft...Tijoy Tom Kalathiparambil
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-25Merge pull request #4790 from dotnet/nmirrorMichal Strehovský
2017-10-25Fixing the way we write the valuetype padding to match exactly what the binde...Fadi Hanna
2017-10-25Adding support for the DefaultConstructorMap hashtable, to enable proper cons...Fadi Hanna
2017-10-25Fixes for dependency tracking around EETypes and templatesDavid Wrighton
2017-10-24Emit virtual method slot info for projectx , iterate over all constructed EE...Tijoy Tom Kalathiparambil
2017-10-23ProjectX: Set the canonical unboxing stub as the template method for GVMs of ...dotnet-bot
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-20Merge pull request #4764 from dotnet/nmirrorJan Kotas
2017-10-19Changing reloc types in method associated data nodes to be more compatible wi...Fadi Hanna
2017-10-18ProjectX: Generic method on lazy generic type should also be lazydotnet-bot
2017-10-18[RyuJIT/ARM32] Support for CFI unwind info (#4755)sergey ignatov
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-16Fix extra space in filename (#4735)Jan Kotas
2017-10-13Merge pull request #4719 from dotnet/nmirrorJan Kotas
2017-10-13Log type system exceptions thrown as warnings (#4716)Michal Strehovský
2017-10-12ProjectX: Ensure stable name uniqueness for read-only data blobsdotnet-bot
2017-10-11Allow Span<UniversalCanon> to exist as a templateDavid Wrighton
2017-10-11ProjectX: Fix a dependency tracking issue for FrozenArrayNodedotnet-bot
2017-10-10Various dependency analysis fixesDavid Wrighton
2017-10-07Ensure that the IntegerLookupResult and PointerToSlotLookupResult are actuall...David Wrighton
2017-10-07Generic Dictionary Layout refactoringsDavid Wrighton
2017-10-05ProjectX: Ensure GC desc dependencies for static fieldsdotnet-bot
2017-10-03Steps towards reducing ProjectN abi special casing in dependency analysisDavid Wrighton
2017-09-28Refactor ecma signature encoding logic out of ManagedBinaryEmitterDavid Wrighton
2017-09-26[tfs-changeset: 1676255]dotnet-bot
2017-09-25Merge pull request #4604 from dotnet/nmirrorJan Kotas
2017-09-23Changing the visibility of certain lookup resultsdotnet-bot
2017-09-22[ILVerify] Fix block re-verification possibly causing endless loop (#4575)Samuel Arzt
2017-09-22Merge pull request #4590 from dotnet/nmirrorJan Kotas
2017-09-21Debug data method RID was sorted in decending order and the VS assert was fir...Tijoy Tom Kalathiparambil
2017-09-20Adding inspections to ARM emitter (#4578)Petr Bred
2017-09-20[ILVerify] Implement Ldftn/Ldvirtftn instruction (#4497)Samuel Arzt
2017-09-20ProjectX: Fix a bug in GetDebugMethodRVAToTokenMapdotnet-bot
2017-09-20Roll back CS1674855. The changeset exposes another issue that causes regression.dotnet-bot
2017-09-20ProjectX: Fix a bug in GetDebugMethodRVAToTokenMapdotnet-bot
2017-09-19ProjectX: Add real element type and element count to preinitialized data for ...dotnet-bot
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-15Fix LLVM NuGet binary placement and clean up changesMorgan Brown
2017-09-15Enable multiple method compilation, calling void methods, loading floats and ...Morgan Brown
2017-09-15ObjectWriter initial workDavid Wrighton