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-03-09Remove libuuid usage (#5521)Jan Kotas
2018-03-09RemoveRelativeSegments moved from path to pathinternal (#16829)Anirudh Agnihotry
2018-03-09Fix up some alignments (#5517)Michal Strehovský
2018-03-09Fix IL of open instance thunk (#5516)Michal Strehovský
2018-03-09Fix inlining of IAsyncStateMachineBox (dotnet/coreclr#16830) (#5519)dotnet bot
2018-03-08Make member visibility first accross corlib (dotnet/coreclr#16836) (#5518)dotnet bot
2018-03-08Fix up handling of Delegate.Invoke in the scanner (#5515)Michal Strehovský
2018-03-08Move String to shared corelib partition (dotnet/coreclr#16749)Jan Kotas
2018-03-08Dial back `\\?\ ` insertion (dotnet/corefx#27827)Jeremy Kuhne
2018-03-08Delete AsReadOnly* APIs that are no longer part of the public surface (#16799)Jan Kotas
2018-03-08Perf fix for month-day parsing ambiguity (dotnet/coreclr#16782)Hugh Zabriskie
2018-03-08Add back method needed by CoreRTJan Kotas
2018-03-08Remove dead code found by ILLink. (dotnet/coreclr#16759)Eugene Rozenfeld
2018-03-07Add tests for building native shared and static libraries (#5443)Toni Solarin-Sodara
2018-03-07[ILVerify] Fix include/exclude pattern matching by using fully qualified meth...Michael Mayr
2018-03-07Port changes in non-shared CoreLib partitionJan Kotas
2018-03-07CoreFX #24343 Vector Ctor using Span (dotnet/coreclr#16733)Mandar Sahasrabuddhe
2018-03-06Fix potential buffer overrun in ClearWithReferencesLevi Broderick
2018-03-06Static constructors for WebAssembly (#5425)Morgan Brown
2018-03-06Merge pull request #5505 from dotnet/nmirrorMichal Strehovský
2018-03-06Avoid generating empty dispatch mapsMichal Strehovsky
2018-03-06Fix whitespaceLevi Broderick
2018-03-06Fix whitespaceLevi Broderick
2018-03-06Improve performance of Span.Clear for referential TLevi Broderick
2018-03-06Progress towards sealed vtable support in CppCodegen (#5495)Michal Strehovský
2018-03-06Port changes in non-shared CoreLib partitionJan Kotas
2018-03-06Remove libuuid usage (dotnet/coreclr#16643)Jan Vorlicek
2018-03-06Automatic WebAssembly test execution (#5492)Morgan Brown
2018-03-06Port changes in non-shared CoreLib partitionJan Kotas
2018-03-05Scrub error messages for missing arguments(throw new) (#16753)Marco Rossignoli
2018-03-05Fix encoding methods for Span.Empty (dotnet/coreclr#16748)Jan Kotas
2018-03-05Delete stale TryFormat and {Try}Parse overloads (dotnet/coreclr#16746)Stephen Toub
2018-03-04Clear executable bit on several .cs filesJan Kotas
2018-03-04Update TraceLogging to use NULL-terminated strings instead of counted strings...Brian Robbins
2018-03-04Port changes in non-shared CoreLib partitionJan Kotas
2018-03-04Fix MemoryDebugView and override Memory.ToString similar to Span (#16732)Ahson Khan
2018-03-04Remove StringSpanHelpers and start using MemoryExtensions (#16718)Ahson Khan
2018-03-03Update dependencies (#5490)Jan Kotas
2018-03-03Whitespace diffsJan Kotas
2018-03-03Add new ThrowHelper idJan Kotas
2018-03-03Rename Environment.CurrentExecutionId -> RuntimeThread.GetCurrentProcessorId()Jan Kotas
2018-03-03Fixing GetFullPath (dotnet/coreclr#16670)Anirudh Agnihotry
2018-03-03Fix build break in System.Memory due to incorrect XML commentsStephen Toub
2018-03-03Add the array/arraysegment->Span/Memory overloads to CoreCLR. (#16658)Atsushi Kanamori
2018-03-03Mark MemoryMarshal.Cast methods for aggressive inlining (#16654)Andy Ayers
2018-03-03Add Thread.GetCurrentProcessorId() API (dotnet/coreclr#16650)Jan Kotas
2018-03-03Merge pull request #5485 from dotnet/nmirrorJan Kotas
2018-03-03Fix netstandard build references to UnsafeTaskStephen Toub
2018-03-03Fix Unix build breakMichal Strehovsky
2018-03-02Sealed VTables implementation for CoreRT/ProjectX (tested on both). Changes i...Fadi Hanna