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
2018-01-10[corlib] Optimizes non-intrinsics version of string indexer codeMarek Safar
2018-01-04[I18N] Add CP737 (Greek) and CP775 (Baltic) (#6361)Alexander Köplinger
2018-01-03Bump corefx (#6119)Marek Safar
2017-11-19XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fix...Egor Bogatov
2017-11-04Fix bug 57938 - FullName not returning null for certain generic types (#5920)Katelyn Gadd
2017-10-11[reflection] Throw TLE for Type.GetType("", true) (Fixes #59664)Aleksey Kliger
2017-04-24[corlib] Use AppContextSwitches implementation from RS. Fixes #54448 (#4682)Rodrigo Kumpera
2017-04-14Bump CoreRTMarek Safar
2017-03-29Bump corefxMarek Safar
2017-01-21[corlib] Removes unused methodMarek Safar
2016-12-01[corlib] Use Directory.GetFiles/GetDirectories implementation from references...Alexander Köplinger
2016-10-31[corlib] SharedStatics from referencesource. Fixes #46175Marek Safar
2016-09-30[SRE] Rename MonoGenericClass to TypeBuilderInstantiation to match MS. (#3679)Zoltan Varga
2016-09-30Sre cleanup9 (#3661)Zoltan Varga
2016-09-26[build] Bump mono bootstrap dependency to Mono 4.0+Marek Safar
2016-09-15[corlib] Use simple BinaryCompatibility as anywhere elseMarek Safar
2016-09-15[bcl] Fix few warningsMarek Safar
2016-08-30[corlib] Flow CultureInfo from parent thread. Fixes #43193Marek Safar
2016-08-09[bcl] Update Reference Source to .NET Framework 4.6.2Marek Safar
2016-07-29[reflection] Marshal name arg of RuntimeType.GetNestedTypes in managed codeAleksey Kliger
2016-07-29[reflection] RuntimeType.GetNestedTypes in managedAleksey Kliger
2016-07-29[reflection] Marshal name arg to some RuntimeType search methodsAleksey Kliger
2016-07-28[reflection] Don't leak GPtrArray internal arrayAleksey Kliger
2016-07-15[reflection] Move System.RuntimeType.GetPropertiesByName to managedAleksey Kliger
2016-07-14[reflection] Move RuntimeType.GetEvents_internal to managed codeAleksey Kliger
2016-07-14[reflection] Managed RuntimeType.GetConstructors_internalAleksey Kliger
2016-07-13[reflection] RuntimeType.GetMethodsByName in managedAleksey Kliger
2016-07-13[reflection] Managed version of RuntimeType.GetFields_internalAleksey Kliger
2016-07-12[corlib] Rewrite RuntimeType.GetGenericParameterConstraints (#3260)Aleksey Kliger (λgeek)
2016-05-27Remove an unused icall.Zoltan Varga
2016-05-27Merge System/MonoType.cs into ReferenceSources/RuntimeType.cs, use th… (#3045)Zoltan Varga
2016-04-23[corlib] Disable core security icalls on mobileMarek Safar
2016-04-22[corlib] FileInfo from referencesourceMarek Safar
2016-04-22[corlib] FileSystemInfo from reference sourceMarek Safar
2016-03-10[corlib] Fix Convert.ToUInt32 not throwing OverflowException with a too large...Alexander Köplinger
2016-02-16[System] Import System.Diagnostics.ProcessLudovic Henry
2016-02-12Revert "[System] Import System.Diagnostics.Process"Ludovic Henry
2016-02-12[System] Import System.Diagnostics.ProcessLudovic Henry
2016-01-13[TPL] Add support for the <ThrowUnobservedTaskExceptions /> config element.Alex Rønne Petersen
2015-12-03Make System.DefaultBinder.CanConvertPrimitive reflexive (Closes #36418)Aleksey Kliger
2015-10-22[corlib] Add non-overlapping buffer MemoryCopy implementationMarek Safar
2015-10-17[corlib] Implement UnsafeEnumCastLongMarek Safar
2015-10-17[bcl] Update to 4.6 referencesourceMarek Safar
2015-10-16[corlib] Add few reference source dependenciesMarek Safar
2015-08-13[corlib] Remove unused codeMarek Safar
2015-07-29[corlib] Fix out of range FileStream position error messageMarek Safar
2015-07-23[corlib] ToUpper/ToLower have different rules for invariant culture. Fixes #3...Marek Safar
2015-07-21[corlib] Use better names for predefined encodings. Fixes #32137Marek Safar
2015-05-22[corlib] Disable more CAS codeMarek Safar
2015-05-22[corlib] ExecutionContext and other contexts from reference sources. Fixes #2...Marek Safar