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-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2019-02-08[corlib] Move the implementations of virtual methods from Assembly to Runtime...Zoltan Varga
2019-02-01[runtime] Rename most System.Reflection.MonoX classes to RuntimeX for consist...Zoltan Varga
2018-11-26[runtime] Add stack marks to a few icalls. (#11774)Zoltan Varga
2018-04-26[loader] Add loader contexts (#8326)Aleksey Kliger (λgeek)
2016-11-29[bcl] Clean up some warningsMarek Safar
2016-11-23[reflection] Implement GetReferencedAssemblies in managedAleksey Kliger
2016-11-22[reflection] Change Assembly.InternalGetAssemblyName to return native MonoAss...Aleksey Kliger
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-09-23[bcl] Base type update to match netstandard apisMarek Safar
2016-09-20[corlib] Cleanup more warningsMarek Safar
2016-09-19[mkbundle] support satellite assemblies (#3448)Marek Habersack
2016-09-15[bcl] Fix few warningsMarek Safar
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-07-29[corlib] Move Assembly::GetName to be implemented in managed.Rodrigo Kumpera
2016-07-09[corlib] Added icall Assembly.GetAotIdMarcos Henrich
2016-06-08[corlib] Handle user Assembly subclass and Assembly::GetName.Rodrigo Kumpera
2015-04-08Check for missing Assembly.LocationGabriel Garcia
2015-03-23[corlib] System.Resources from reference sourcesMarek Safar
2015-03-20[corlib] More simple System.Reflection types from reference sourcesMarek Safar
2015-02-24[corlib] UnmanagedMemoryStream from reference sourcesMarek Safar
2015-02-20[corlib] Fixes build with old UnmanagedMemoryStreamMarek Safar
2015-02-20[corlib] Remove ResourceCloseHandler usageMarek Safar
2015-02-13[corlib] UnitySerialization from reference sourcesMarek Safar
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-08-23Remove unused mdb icallMarek Safar
2014-04-17[corlib] Defer TypeInfo instantiation logic in DefinedTypes. Fixes #19082Marek Safar
2013-03-13Implement new .NET 4.5 Reflection APIs.Martin Baulig
2013-03-08Add a bunch of dummy fields to Assembly under MOBILE to match the native layout.Rodrigo Kumpera
2013-03-04Remove unused icallMarek Safar
2013-03-04Manually remove code which is disabled but compiler cannot remove automatically.Marek Safar
2013-03-02Mobile should not have the COM types set.Rodrigo Kumpera
2013-02-28Fix compiler warningsMarek Safar
2013-02-21Optmize some empty array allocationsMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2013-02-08Add explicit interface GetType implementation to avoid object::GetType become...Marek Safar
2012-12-04Add MOBILE defines to 4.0 codeMarek Safar
2011-12-13Add all missing sequential layout directives to corlib and system.Rodrigo Kumpera
2011-10-24Add some missing methodsMarek Safar
2011-09-14Update copyrightsMiguel de Icaza
2011-09-04Implement AppDomain.ResourceResolve. Fixes #579.Zoltan Varga
2011-07-20Ensure the linker can eliminate most CAS-related types in the MOBILE-based pr...Sebastien Pouliot
2011-07-19remove unrequired using clausesSebastien Pouliot
2011-03-30Few 4.0 profile corcompare changesMarek Safar
2011-01-26Further .NET 4.0 ification of the mobile profileGeoff Norton
2011-01-21Add NET 4.0 Assembly.UnsafeLoadFrom () method.Zoltan Varga
2011-01-06Change some usages of ArrayList to List<T> to avoid calls to the slow ArrayLi...Zoltan Varga
2010-12-15Some .net 4.0 api compatibility fixesMarek Safar