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
2017-07-25[Marshal.IsComObject] Make this predicate return false instead of throwing an...Miguel de Icaza
2017-06-24Require #if WIN_PLATFORM more strictly around some WinRT timezone functionsAndi McClure
2017-06-19[tests] Don't run SRE saved assembly in current processAleksey Kliger
2017-06-17[tests] Rework TypeBuilderTest SetUp/TearDownAleksey Kliger
2017-06-09[test] Test SRE of a class with two methods with the same name.Aleksey Kliger
2017-06-09[sre] FieldBuilder:RuntimeResolve shouldn't lookup by name. (Fixes #57222)Aleksey Kliger
2017-06-09[test] Test SRE of a class with two fields with same nameAleksey Kliger
2017-05-30Merge pull request #4947 from lambdageek/bug-54485-2017-04Aleksey Kliger (λgeek)
2017-05-30[S.R.I.RuntimeInformation] Fix FrameworkDescription on Android (#4946)Alexander Köplinger
2017-05-30[tests] System.Type.MakeGenericType with a GTD as argumentAleksey Kliger
2017-05-24Bug #56499: unreadable /etc/localtime should not cause an exception (#4881)Marcin Cieślak
2017-05-16[runtime] Handle circular references in SRE typesAlexander Kyte
2017-05-12[Facades] Update with new typeforwarders/APIs (#4838)Alexander Köplinger
2017-05-11Specify Encoding.UTF8 when marshaling native runtime string. If not, string c...Jonathan Chambers
2017-04-28[test] Regression tests for ConstructorBuilder custom attributesAleksey Kliger
2017-04-27[Facades] Move more asseblies to Facades to support implicit reference for _....Marek Safar
2017-04-25[bcl] Check the compact switch for whether cancelation token throws when disp...Rodrigo Kumpera
2017-04-25[corlib] Change SwitchThrowExceptionIfDisposedCancellationTokenSource to fals...Rodrigo Kumpera
2017-04-25[bcl] Make our AppContextDefaultValues more compatible with RS and make them ...Rodrigo Kumpera
2017-04-25[corlib] Use AppContextSwitches implementation from RS. Fixes #54448Rodrigo Kumpera
2017-04-19[corlib/System.Data] Test fixes for xammac 4.5 and watchosAlexander Köplinger
2017-04-18[corlib] Fixes static builds (#4687)Marek Safar
2017-04-04[corlib] Port more of corert arrayMarek Safar
2017-03-29[msvc] Update csproj filesmonojenkins
2017-03-29Merge pull request #4540 from kumpera/android-changes-part1Rodrigo Kumpera
2017-03-29Bump corefxMarek Safar
2017-03-28[msvc] Update csproj filesmonojenkins
2017-03-28[corlib] Add back X509 support for watchOS.Rolf Bjarne Kvinge
2017-03-28[corlib] Add more Array testsMarek Safar
2017-03-28[corlib] Use array managed parts from corert to fix bugs in sorting and argum...Marek Safar
2017-03-28[corlib] Fix RegistryKeyTest cleanupMarek Safar
2017-03-23[msvc] Update csproj filesmonojenkins
2017-03-23[tests] Additional tests of System.Reflection.MethodInfo.GetBaseDefinitionAleksey Kliger
2017-03-22AppleTls Support (#4470)Chris Hamons
2017-03-20[msvc] Update csproj filesmonojenkins
2017-03-20System.Security.Cryptography.X509Certificates enums from .NET Core.Vladimir Kazakov
2017-03-16Include Mono version in corlib versionAlexander Köplinger
2017-03-16[corlib] Fixes custom formatter with ";" section separator and zero valuesMarek Safar
2017-03-16[corlib] I got a target that can't do satelite assemblies for now. Filed as #...Rodrigo Kumpera
2017-03-16[corlib] Disable GetObject_UrlNull on mobile as it depends on remoting.Rodrigo Kumpera
2017-03-16[corlib] Reenable SafeHandleTest as they now work on Android.Rodrigo Kumpera
2017-03-16[corlib] Multiple small fixes to tests run on mobile.Rodrigo Kumpera
2017-03-16[corlib] Cleanup tests that depend on SymbolWriter being available for no goo...Rodrigo Kumpera
2017-03-16[corlib] Cluster all tests that require large file support under the LargeFil...Rodrigo Kumpera
2017-03-13[runtime] Mark array types with more than 32 dimensions as invalid. Move the ...Zoltan Varga
2017-03-12[corlib] FileStream::Name needs to include fully qualified normalized name. F...Marek Safar
2017-03-11[bcl] Implement RuntimeHelpers.IsReferenceOrContainsReferences () as an icall...Zoltan Varga
2017-03-10[corlib][Mono.Posix] Remove NunitHelpers.cs referenceMarek Safar
2017-03-08[System] Collections from CoreFXMarek Safar
2017-03-05[msvc] Update csproj files (#4474)monojenkins