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/src
AgeCommit message (Expand)Author
2018-09-08ToPointerFix - VS debugger needs the ToPointer() methods to inspect a pointer...Andrew Au
2018-09-07ProjectX: Toc exports for runtime import methodsdotnet-bot
2018-09-04Update `CompilerTypeSystemContext` to use a single gc static table for gc and...Simon Nattress
2018-09-04Support separate blocks for Gc / Non-Gc thread statics in the managed type sy...Simon Nattress
2018-09-04Merge pull request #6289 from dotnet/masterMichal Strehovský
2018-09-04Fix UAP build break (#6287)Michal Strehovský
2018-09-04[Interpreter] Load Constants (#6284)Toni Solarin-Sodara
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero
2018-08-31IndexOf(char, Ordinal) use fast path (dotnet/coreclr#19788)Ben Adams
2018-08-31Fix build break in CoreRT/ProjectNJan Kotas
2018-08-31Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero
2018-08-31Review feedbackVance Morrison
2018-08-31Fixed from testingVance Morrison
2018-08-31fix spellingVance Morrison
2018-08-31Add try-catchVance Morrison
2018-08-31Fix for passing enums to EventSources based on unsigned types.Vance Morrison
2018-08-31WASM: Add intrinsic implementation for ByReference<T> ctor and fix the Value ...yowl
2018-08-27Delete dead code in ILProviderMichal Strehovsky
2018-08-27using advapi32 instead of kernel32Anipik
2018-08-27Using shared copy of registryvalueKind (dotnet/corefx#31922)Anirudh Agnihotry
2018-08-25Fix FileStream in WinRT build (dotnet/coreclr#19659)Jeremy Kuhne
2018-08-25Merge pull request #6259 from dotnet/nmirrorJan Kotas
2018-08-25Workaround to remove unnecessary bounds checks when using {ReadOnly}Span.IsEm...Ahson Khan
2018-08-25Fix equality comparison type issueDavid Wrighton
2018-08-24Unwinding support for arm (#6251)Ivan Arishchenko
2018-08-24Fix base types of second paramters used in Avx.PermuteVar and Avx2.Permute4x6...Jacek Blaszczynski
2018-08-24Fix for bug Bug 658901: [AppCompat] System.NullReferenceException caused by H...Tomas Rylek
2018-08-23Make sure RuntimeEventSource is passed to EventListener.OnEventSourceCreated ...Brian Robbins
2018-08-23Add wasm debug info (#6186)Morgan Brown
2018-08-22AesGcm, AesCcm (dotnet/corefx#31389)Krzysztof Wicher
2018-08-21Fix an infinite app compilationdotnet-bot
2018-08-21Fix a small linking error when building mrt100_app from a no_opt razzle windowFadi Hanna
2018-08-21Normalize whitespace/indentationClinton Ingram
2018-08-21Update t4 templates to generate simplified type namesClinton Ingram
2018-08-21Mark some readonly fields readonly (dotnet/coreclr#19559)Ben Adams
2018-08-21Optimize number formatting (dotnet/coreclr#19551)Pent Ploompuu
2018-08-21Mark more structs as readonly (dotnet/coreclr#19557)Ben Adams
2018-08-21Make DateTimeOffset a readonly struct (dotnet/coreclr#19552)Ben Adams
2018-08-17non shared changesAnipik
2018-08-17Moved registry.cs to shared (dotnet/coreclr#19471)Anirudh Agnihotry
2018-08-17Revert change to TypeLoaderEnvironment.LdTokenResultMichal Strehovsky
2018-08-17Merge pull request #6233 from dotnet/nmirrorMichal Strehovský
2018-08-17Optimize NumberBufferToDecimal (dotnet/coreclr#19072)Pent Ploompuu
2018-08-16Fix issue around relocs to ShadowConcreteMethodsMichal Strehovsky
2018-08-16Make file handle checks accurate on Windows (dotnet/coreclr#19508)Jeremy Kuhne
2018-08-16Merge pull request #6228 from dotnet/masterMichal Strehovský
2018-08-16Update JapaneseLunisolarCalendar.cs (dotnet/coreclr#19504)elyoh
2018-08-16The name/semantic of the CanonicalEntrypoint method on the NodeFactory is a b...Fadi Hanna
2018-08-15Add TypeConverter fallback to DefaultValueAttribute (dotnet/coreclr#19354)Marco Rossignoli
2018-08-14Preliminary Interpreter Support (#6182)Toni Solarin-Sodara