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
2018-02-28Add workaround for LNK4221 warning (#5463)Jan Kotas
2018-02-28Fix Project N build break (#5465)Michal Strehovský
2018-02-28Implement intrinsic call to RuntimeHelpers.InitializeArray for WASM (#5377)Blealtan
2018-02-28Bug in GetFullPath(basePath, Path) (dotnet/coreclr#16598)Anirudh Agnihotry
2018-02-28Event pipe guid in metadata (#16316), fixes #16105Adam Sitnik
2018-02-28Fix MCG ProjectN build break (#5459)Jan Kotas
2018-02-28Change new ThreadPool.QueueUserWorkItem method to be generic (#5449)Stephen Toub
2018-02-28Add missed changes to ThrowHelperahsonkhan
2018-02-28Port changes from non-shared corelib partition (throwhelper).ahsonkhan
2018-02-28Add MemoryExtensions to CoreLib along with necessary SpanHelpers (#16521)Ahson Khan
2018-02-27Merge pull request #5453 from dotnet/nmirrorMichal Strehovský
2018-02-27Fix ProjectN build break (#5454)Michal Strehovský
2018-02-27Merge pull request #5452 from dotnet-bot/from-tfsMichal Strehovský
2018-02-27Remove reflection in ValueType.Equals/GetHashCode (#5436)Michal Strehovský
2018-02-27Avoid async method caching of a 0 decimal taskJan Kotas
2018-02-27Fix ascii range check (dotnet/coreclr#16535)Ben Adams
2018-02-26Move check for IsByRefLike to MakeArrayType (#5439)Michal Strehovský
2018-02-26Typos (#5447)John Doe
2018-02-25Fixed NaN's GetHashCode and Equals invariant issue. (dotnet/coreclr#16551)Jan Kotas
2018-02-25Fix path issues (dotnet/coreclr#16554)Jeremy Kuhne
2018-02-25Return empty array if length is zero (dotnet/coreclr#16529)kasper3
2018-02-24Address more stacktrace print issues (dotnet/coreclr#16525)Sung Yoon Whang
2018-02-24Typos (#5441)John Doe
2018-02-24Fix infinite recursion in IsNativeCallingConventionCompatible (#5440)Jan Kotas
2018-02-24Convert ILVerify, ILVerification and ILVerification.Tests to old build (#5351)Andon Andonov
2018-02-23ProjectX: Avoid aggressive generic expansion for reflection rootsdotnet-bot
2018-02-23Generate a constructed EEType for constrained tokens (#5437)Michal Strehovský
2018-02-23Remove StringBuffer and use ValueStringBuilder (dotnet/coreclr#16512)Jeremy Kuhne
2018-02-23AsReadOnlySpan -> AsSpan rename to fix build breaksJan Kotas
2018-02-23Rename string-slicing extension methods (dotnet/corefx#27328)Atsushi Kanamori
2018-02-23Typos (#5433)John Doe
2018-02-23Update buildtools (#5426)Jan Kotas
2018-02-23Remove duplicate EndsWith APIahsonkhan
2018-02-23Port changes from non-shared corelib partition (from #16467 and #16418)ahsonkhan
2018-02-23Add ReadOnlySpan string-like Equals/CompareTo/IndexOf/Contains API with globa...Ahson Khan
2018-02-23Remove most preemptive checks from GetFullPath (dotnet/coreclr#16478)Jeremy Kuhne
2018-02-22Add CoreLib helpers for MemoryExtensions.AsSpan/AsMemory(T[], int) (#16505)Atsushi Kanamori
2018-02-22Merge branch 'master' of https://github.com/dotnet/corert into CA2111luqunl
2018-02-22Fix typoluqunl
2018-02-22Fix binplacing of libLLVM during VS build (#5427)Jan Kotas
2018-02-22Fix impl of ReadOnlySpan ToLower/ToUpper for Unix. (dotnet/coreclr#16496)Ahson Khan
2018-02-22Merge pull request #5429 from dotnet-bot/from-tfsJan Kotas
2018-02-22ProjectX: Prefixing cross-module jump stub name with __imp__dotnet-bot
2018-02-22Remove OwnedFlagBit from TryGetOwnedMemory indexBen Adams
2018-02-22Fix Span Debugger Display String to correctly show the string contents (#27338)Ahson Khan
2018-02-22Fix F5 debugging of ILCompiler project (#5422)Jan Kotas
2018-02-22Fix TryGetOwnedMemory xml docsBen Adams
2018-02-22Delete unnecessary MarshalImpl abstraction (#5404)Jan Kotas
2018-02-22Fix Marshal.GetDelegateForFunctionPointer to throw exception when it cannot c...Jan Kotas
2018-02-21Dial back aggressive checks in Path (dotnet/coreclr#16447)Jeremy Kuhne