Merge pull request #839 from glinos/master
[mono.git] / mcs / class / corlib / System /
2013-05-13 Sebastien PouliotReduce the number of intermediate calls to allow the...
2013-05-10 Sebastien PouliotUse FULL_AOT_RUNTIME instead of MONOTOUCH since we...
2013-05-01 Sebastien PouliotFix compilation of Variant for iOS: Marshal.GetObjectFo...
2013-04-30 Alex Rønne PetersenMerge pull request #623 from madewokherd/byrefvariants
2013-04-30 Vincent PovirkImplement reading byref variants.
2013-04-29 Marek SafarDon't throw when trying to parse leading sign number...
2013-04-29 Gerardo García PeñaMerge branch 'master' of https://github.com/mono/mono
2013-04-27 Sebastien PouliotAvoid using reflection to redirect Console.Write* to...
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-25 Gerardo García PeñaMerge remote-tracking branch 'upstream/master'
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-24 Marek SafarDon't catch aggregate exception handle predicate except...
2013-04-24 Marek SafarFix quoted values parsing for custom tostring formats...
2013-04-22 Rolf Bjarne KvingeRework MulticastDelegate.Equals to use a loop instead...
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-02 Alex Rønne PetersenFix an `#if` in System.Delegate.IsTransparentProxy...
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Marek SafarSet invariant DateTimeFormatInfo for all invariant...
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaFast path Array::Resize with small arrays.
2013-03-24 Zoltan VargaFix the build.
2013-03-19 Marek SafarFix parsing decimal values used with integral numbers...
2013-03-18 Sebastien PouliotReturn null for AppDomain.Evidence so API accepting...
2013-03-14 Marek SafarRemove redundant lambda wrapper
2013-03-13 Martin BauligMerge pull request #599 from knocte/ntlm_fixes
2013-03-13 Martin BauligImplement MonoType.IsConstructedGenericType.
2013-03-13 Miguel de IcazaProgress<T> (ActioN<T>) constructor now also initialize...
2013-03-13 Martin BauligMinor .NET 4.5 API fixes.
2013-03-13 Martin BauligAdd System.WeakReference<T>.
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-12 Martin BauligSystem.Progress
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-08 Marek SafarUse faster string comparers
2013-03-08 Marek SafarUse faster string checks
2013-03-08 Zoltan VargaFix the mobile build.
2013-03-08 Zoltan VargaFix the mobile mscorlib build.
2013-03-07 Rodrigo KumperaMove some MOBILE bits under DISABLE_REMOTING as a remot...
2013-03-07 Marek SafarFixes mobile build
2013-03-07 Marek SafarRemove confusing trailing dot
2013-03-07 Marek SafarActually iterate returned array
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-06 Vincent Povirkcorlib: Implement System.Type.GetTypeFromCLSID.
2013-03-06 Mark ProbstMerge pull request #593 from Cynede/master
2013-03-06 Marek SafarUse more specific types
2013-03-06 Marek SafarOptimize Activator path used by new() constraint to...
2013-03-06 Marek SafarActivator cannot be used to create default instances...
2013-03-05 Marek SafarRemove redundant culture info from string concatenations
2013-03-05 Marek SafarTweaks to Enum::FormatName to make it faster/smaller
2013-03-05 Marek SafarType.FilterAttribute accepts int criteria only
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Mark ProbstMerge pull request #586 from awinters-fvs/awinters...
2013-03-04 Miguel de IcazaMerge pull request #585 from mk8/master
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-04 Marek SafarAdd missing target checks to ConstructorInfo::Invoke
2013-03-02 Marek SafarUse faster/smaller versions for some string comparisons
2013-03-01 Rodrigo KumperaErase the type of more fields so we can link away a...
2013-03-01 Rodrigo KumperaMobile should not have the COM types set.
2013-03-01 Marek SafarThrow exception instead of creating invalid object...
2013-03-01 Rodrigo KumperaDon't check for TransparentProxies on mobile as they...
2013-02-28 Rodrigo KumperaMerge pull request #537 from madewokherd/ccwmarshal
2013-02-28 Marek SafarUse faster versions of string comparers
2013-02-28 Marek SafarRemove culture info from simple string concatenation...
2013-02-28 Rodrigo KumperaIgnore activationAttributes and never try to create...
2013-02-28 Marek SafarDon't build windows code paths on mobile profiles
2013-02-28 Marek SafarFix compiler warnings
2013-02-28 Marek SafarDon't add Array::BinarySearch dependency for unreachabl...
2013-02-28 Marek SafarMerge pull request #576 from UCIS/patch-1
2013-02-28 Ivo SmitsFix serialization of DateTime struct for MS compatibility
2013-02-28 Ivo SmitsUpdate mcs/class/corlib/System/OperatingSystem.cs
2013-02-27 Marek SafarReplace some hashtables with dictionaries
2013-02-27 Marek SafarFix Type and Module name filters to match
2013-02-25 Marek SafarRemove unused variable
2013-02-25 Zoltan VargaMerge pull request #571 from igotti-google/jt2
2013-02-25 Marek SafarOptimize parameters handling to do much less allocation
2013-02-23 Rodrigo KumperaErasure the type of some fields in AppDomain so the...
2013-02-23 Rodrigo KumperaThe runtime doesn't raise AccessViolationException.
2013-02-23 Mark ProbstMerge branch 'feature-concurrent-evacuation'
2013-02-23 Mark Probst[gc] Mono.Runtime method for enabling/disabling synchro...
2013-02-22 Miguel de IcazaMerge pull request #554 from deplinenoise/ppc_fixes
2013-02-22 Miguel de IcazaMerge pull request #556 from jack-pappas/ipproto-patch
2013-02-22 Miguel de IcazaMerge pull request #557 from jack-pappas/gacutil-patch
2013-02-22 Miguel de IcazaMerge pull request #560 from duboisj/master
2013-02-22 Miguel de IcazaMerge pull request #561 from akoeplinger/bufferless-fix
2013-02-22 Marek SafarMerge pull request #569 from knocte/fix_cairo_profile_v...
2013-02-21 Marek SafarOptmize some empty array allocations
2013-02-18 Rodrigo KumperaStub the implementation of MarshalByRef to help the...
2013-02-14 Marek SafarOptimize custom attributes check to build less pseudo...
2013-02-12 Marek SafarMerge pull request #558 from mkorkalo/master
2013-02-11 Rodrigo KumperaSince MOBILE implies NET_4_* now, take this into accoun...
2013-02-11 Rodrigo KumperaSince NET_2_1 implies NET_4_* now, take this into accou...
2013-02-11 Rodrigo KumperaKill the MOONLIGHT define in corlib.
2013-02-09 Miguel de IcazaMerge pull request #475 from pruiz/xamarin-bug-7408
2013-02-09 Miguel de IcazaMerge pull request #524 from pruiz/mvc-allowhtml-fix
2013-02-09 Miguel de IcazaMerge pull request #546 from QuickJack/master
next