Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-24[netcore] Update CoreFX.issues.rsp (#15816)Filip Navara
2019-07-24Re-enable CA1825 (zero-length array allocations) (dotnet/corefx#39708)Stephen Toub
2019-07-24[sre] Make creation of dynamic method synchronizedVlad Brezae
2019-07-24Update CoreFX.issues.rspFilip Navara
2019-07-24[netcore] Allow different enums as return type in CreateDelega… (#15787)Egor Bogatov
2019-07-24[netcore] Update roslyn dependencyMarek Safar
2019-07-24Fix build break in TimerQueue.Portable.csJan Kotas
2019-07-24Fix first value of counter payload being skewed (dotnet/coreclr#25739)Sung Yoon Whang
2019-07-24Make all event types nullable (dotnet/coreclr#25752)Stephen Toub
2019-07-24Remove now unnecessary !s / TODO-NULLABLE comments (dotnet/coreclr#25749)Stephen Toub
2019-07-24Fix nullability warnings from compiler updateSantiago Fernandez Madero
2019-07-24Delete unnecessary method (dotnet/coreclr#25661)Jan Kotas
2019-07-24Disable debugger evaluation of ValueTask<T>.Result (dotnet/coreclr#25727)Stephen Toub
2019-07-24Fix use of uninitialized variables in managed decimal implementation (#25674)Jan Kotas
2019-07-24Remove stale nullable !s and pragmas (dotnet/coreclr#25640)Stephen Toub
2019-07-24Add AggressiveInlining to Single.GetHashCode (dotnet/coreclr#25633)Stephen Toub
2019-07-24Fix Timer argument exception parameter names (dotnet/coreclr#25617)Stephen Toub
2019-07-24Fix regression in Timers with long timeouts (dotnet/coreclr#25604)Stephen Toub
2019-07-24[netcore] Implement AssemblyLoadContext.InternalLoad (#15753)Aleksey Kliger (λgeek)
2019-07-24[netcore] Bump CoreFX version to 5.0.0 (#15795)Filip Navara
2019-07-22[netcore] Make assembly name parsing and comparison case-insensitive (#15522)Ryan Lucia
2019-07-22[netcore] Re-enable AssemblyGetForwardedTypesLoadFailure (#15763)Aleksey Kliger (λgeek)
2019-07-20[netcore] Make System.Linq.Expressions.Tests.BindTests.GlobalField Pass (#15658)Maxim Lipnin
2019-07-19[netcore] Implement Thread.CurrentOSThreadId (#15748)Ryan Lucia
2019-07-19[netcore] Fix CI failures (#15745)Egor Bogatov
2019-07-19Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson
2019-07-18[netcore] Clean up rsp-file (#15700)Maxim Lipnin
2019-07-18[netcore] Revise items in CoreFX.issues.rsp (#15664)Egor Bogatov
2019-07-18[loader] Add MonoAssemblyLoadContext; stop sharing MonoImages on netcore (#15...Aleksey Kliger (λgeek)
2019-07-12[jit] Fix the devirt of EqualityComparer<byte>. (#15644)Zoltan Varga
2019-07-11[netcore] Do not inline ThrowHelpers, fix SkipFrames handling. (#15607)Egor Bogatov
2019-07-11[netcore] Fix IsAssignableFrom (#15641)Egor Bogatov
2019-07-10[netcore] Don't default to mscorlib in Assembly.GetType (#15488)Ryan Lucia
2019-07-09[netcore] Fix netcore CI lane (#15627)Egor Bogatov
2019-07-09Cleanup IL linker heuristic usage (dotnet/coreclr#25547)Jan Kotas
2019-07-07[netcore] Throw ICE for Array.Copy(object[], enum[]) (#15585)Egor Bogatov
2019-07-07Convert dl-test-assets.py to Python 3 (#15524)Ryan Lucia
2019-07-05[netcore] Read NETCORETESTS_VERSION and NETCOREAPP_VERSION fro… (#15584)Alexander Köplinger
2019-07-05[netcore] CI work, add rsp for Windows (#15549)Egor Bogatov
2019-07-04Delete some dead code (dotnet/coreclr#25546)Jan Kotas
2019-07-04[netcore] Make System.Reflection.Tests.TypeTests.GetEnumUnderlyingType Pass (...Maxim Lipnin
2019-07-03[netcore] Clean up CoreFX.issues.rsp (#15526)Egor Bogatov
2019-07-02Use Array.MaxArrayLength in ArrayList (dotnet/coreclr#25530)Michal Strehovský
2019-07-02[netcore] Remove some unused SRE icalls. (#15484)Zoltan Varga
2019-07-02[netcore] Remove IsByRef check on Reflection.Emit.DynamicMethodSteve Pfister
2019-07-02[netcore] Bump RoslynMarek Safar
2019-07-02Use AssemblyLoadContext from shared partition (dotnet/corert#7570)Michal Strehovský
2019-07-02Fix ActivityTracker ES_BUILD_STANDALONE buildStephen Toub
2019-07-02Fix an assertion failure in the thread pool's QueueUserWorkItemCallbackBase (...Koundinya Veluri
2019-07-02React to new compiler nullability warningsSantiago Fernandez Madero