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
2016-01-04[corlib] Remove RijndaelManaged test that makes no sense with referencesource...Alexander Köplinger
2016-01-03[corlib] Fixed the mobile build in System.Security.Cryptography.X509Certifica...Joao Matos
2016-01-02[runtime] Avoid a crash if a generic type definition is passed to RuntimeHelp...Zoltan Varga
2015-12-22Merge pull request #2034 from alexrp/ctx-cleanupRodrigo Kumpera
2015-12-19[csproj] Refreshed order.xml and csproj filesAlexander Köplinger
2015-12-19Update the System.Diagnostics.Tracing namespace to better match the .NET APIFrederik Carlier
2015-12-14Bump reference souces to include fix for #36786Marek Safar
2015-12-13[corlib] Fix String.PadLeft/Right tests and add a new test for large stringAlexander Köplinger
2015-12-11[threadpool] Fix GetAvailableThreads testLudovic Henry
2015-12-10[corlib]: Cleanup X509Certificate and move the implementation-specific bits i...Martin Baulig
2015-12-10[threadpool] Fix System.Web tests failuresLudovic Henry
2015-12-10Merge pull request #2310 from lambdageek/dev/bug-36305Aleksey Kliger (λgeek)
2015-12-10Merge pull request #2305 from ludovic-henry/fix-threadpool-36414Ludovic Henry
2015-12-10[corlib]: X509Certificate needs to implement IDisposable.Martin Baulig
2015-12-09[threadpool] Fix get min and available threads icallsLudovic Henry
2015-12-09[reflection] Test case for 36305.Aleksey Kliger
2015-12-08Merge pull request #2302 from ludovic-henry/fix-delegate-36640Ludovic Henry
2015-12-08[delegate] Fix multicast remove behaviourLudovic Henry
2015-12-08[delegate] Fix multicast Method property implementationLudovic Henry
2015-12-08Merge pull request #2246 from BrzVlad/feature-concurrent-evacuationVlad Brezae
2015-12-08[sgen] Remove allow synchronous flag for concurrent collectionVlad Brezae
2015-12-06Merge pull request #2276 from lambdageek/dev/bug-36283Rodrigo Kumpera
2015-12-05[corlib][tests] Disable tests that requires Windows (dllimport) on mobile pro...Sebastien Pouliot
2015-12-03Failing test case for 36283Aleksey Kliger
2015-12-03Make System.DefaultBinder.CanConvertPrimitive reflexive (Closes #36418)Aleksey Kliger
2015-12-03Test case for #36418Aleksey Kliger
2015-12-02[csproj] Update order.xml and csproj filesAlexander Köplinger
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-27[mscorlib][System] Use PlatformNotSupportedException instead of NotSupportedE...Rolf Bjarne Kvinge
2015-11-26[mscorlib] Do not include several win32-p/invoke calls (AccessControl) for th...Sebastien Pouliot
2015-11-26[mscorlib] Do not include a win32-p/invoke call (GetFullPathName) for the mob...Sebastien Pouliot
2015-11-25[corlib] Re-introduce Thread.Abort/Suspend/Resume, but make them throw NotSup...Rolf Bjarne Kvinge
2015-11-21[corlib] Bump reference source for .net 4.6 hotfix. Fixes #36003Marek Safar
2015-11-20[corlib] Disable an attribute test which fails on mobile because of linking.Zoltan Varga
2015-11-19[corlib] Update long/short timepatterns. Reference source DateTimeInfo uses d...Marek Safar
2015-11-19Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.Rolf Bjarne Kvinge
2015-11-18[tests] Skip Local name (incorrect) assumption for iOS/tvOS/watchOS/OSX in Ti...Sebastien Pouliot
2015-11-18[runtime] Fix the lookup of nested types in type forwarders. Fixes #35447.Zoltan Varga
2015-11-17Add monotouch_*_runtime profiles for watchOS and tvOS.Rolf Bjarne Kvinge
2015-11-16Updated Assert.Equals to Assert.AreEqualMarcos Henrich
2015-11-15[runtime] Fix Thread.CurrentThread in non-root appdomains by setting the tls ...Zoltan Varga
2015-11-13Merge pull request #2227 from esdrubal/tzparseRodrigo Kumpera
2015-11-13[corlib] Fixes TimeZoneInfo.ParseTZBuffer abbrevs.Marcos Henrich
2015-11-13[corlib] Tests TimeZoneInfo.ParseTZBufferMarcos Henrich
2015-11-13[IO] Dump handle when we run out of themLudovic Henry
2015-11-12Rewrite the test case from commit b503b87a to not use Assert.IsInstanceOfType().Martin Baulig
2015-11-12[jit] Allow reference types with Array.UnsafeMov. Document restrictrions in A...Rodrigo Kumpera
2015-11-11Crashing test in mono_class_init() from a MonoGenericClass.Aleksey Kliger
2015-11-11[corlib] Fix Array.Sort throwing when fewer keys than items are providedAlexander Köplinger
2015-11-10[corlib] Disable FullNameGetTypeParseEscapeRoundtrip test on Android.Alex Rønne Petersen