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-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-27Using shared copy of registryvalueKind (dotnet/corefx#31922)Anirudh Agnihotry
2018-08-25Fix FileStream in WinRT build (dotnet/coreclr#19659)Jeremy Kuhne
2018-08-25Workaround to remove unnecessary bounds checks when using {ReadOnly}Span.IsEm...Ahson Khan
2018-08-24Fix base types of second paramters used in Avx.PermuteVar and Avx2.Permute4x6...Jacek Blaszczynski
2018-08-23Make sure RuntimeEventSource is passed to EventListener.OnEventSourceCreated ...Brian Robbins
2018-08-22AesGcm, AesCcm (dotnet/corefx#31389)Krzysztof Wicher
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-17Moved registry.cs to shared (dotnet/coreclr#19471)Anirudh Agnihotry
2018-08-17Optimize NumberBufferToDecimal (dotnet/coreclr#19072)Pent Ploompuu
2018-08-16Make file handle checks accurate on Windows (dotnet/coreclr#19508)Jeremy Kuhne
2018-08-16Update JapaneseLunisolarCalendar.cs (dotnet/coreclr#19504)elyoh
2018-08-15Add TypeConverter fallback to DefaultValueAttribute (dotnet/coreclr#19354)Marco Rossignoli
2018-08-13Remove unused local from List<T>.RemoveRange (dotnet/corefx#31727)Robin Sue
2018-08-13non shared changes and feedback addressedAnipik
2018-08-13moved to shared (dotnet/coreclr#19419)Anirudh Agnihotry
2018-08-11Moved SpinLock.cs to shared (dotnet/coreclr#19391)Anirudh Agnihotry
2018-08-11Don't early terminate on null for 64bit NR HashCode (dotnet/coreclr#19331)Ben Adams
2018-08-11Create Microsoft.IO.Redist (dotnet/corefx#31679)Jeremy Kuhne
2018-08-11Moved to shared (dotnet/coreclr#19399)Anirudh Agnihotry
2018-08-09Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry
2018-08-07Improve StreamWriter format perf (dotnet/coreclr#19235)Jeremy Kuhne
2018-08-03Moved LocalVariableInfo to shared (dotnet/coreclr#19184)Anirudh Agnihotry
2018-08-03Moved NativeCallable Attribute to shared (dotnet/coreclr#19258)Anirudh Agnihotry
2018-08-02Make `Vector64<T>`, `Vector128<T>`, and `Vector256<T>` readonlyTanner Gooding
2018-08-02Provide a desktop-only implementation of RuntimeThread.CurrentOSThreadId for ...Brian Robbins
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins
2018-08-01Fix build breakJan Kotas
2018-08-01Expose the x86 HWIntrinsics via a set of class hierarchies matching the under...Tanner Gooding
2018-07-30Change type of EnumLocaleData to struct (dotnet/coreclr#19193)Jan Kotas
2018-07-30Added version increment for TrimExcess and EnsureCapacity (#19096)Dávid Kaya
2018-07-30Add comment explaining the return value of ToUpper/ToLower (#19176)Ahson Khan
2018-07-21Fix unnnecessary reference to DateTimeFormatInfo.DecimalSeparator (#19064)Stephen Toub
2018-07-20Improve throughput of TimeSpan.ToString/TryFormat with "g"/"G" (#19051)Stephen Toub
2018-07-20Fixed missing readonly attribute (dotnet/coreclr#19052)Phil Garcia
2018-07-19Add MemoryMarshal.AsRef implementation (dotnet/coreclr#19021)Jan Kotas
2018-07-19Improve TimeSpan.ToString/TryFormat throughput for default format (#18990)Stephen Toub