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-06-09[sre] FieldBuilder:RuntimeResolve shouldn't lookup by name. (Fixes #57222)Aleksey Kliger
2017-05-16[runtime] Handle circular references in SRE typesAlexander Kyte
2017-02-20[Mono.CSharp] Simplify .sources structureMarek Safar
2017-01-19[sre] Use coop handles in parts of sre.cAleksey Kliger
2016-12-19[System.Core] SLE from CoreFX including interpreterMarek Safar
2016-12-14[sre] Implement DynamicMethod.GetCustomAttributes() and IsDefined ()Aleksey Kliger
2016-10-06[SRE] Fixup the tokens in subtypes too. (#3721)Zoltan Varga
2016-10-04[SRE] Delay the creation of the MonoClass for dynamic types until CreateType ...Zoltan Varga
2016-10-01Fix build break from efd53c8e2f1823568309a2920091b724be0feff8Alexander Köplinger
2016-09-30[SRE] Rename MonoGenericClass to TypeBuilderInstantiation to match MS. (#3679)Zoltan Varga
2016-09-30Sre cleanup9 (#3661)Zoltan Varga
2016-09-24[SRE] Implement the ModuleBuilder:create_modified_icall () in managed code. U...Zoltan Varga
2016-09-19[bcl] Add more reflection types to monotouchMarek Safar
2016-09-16[corlib] Add missing apisMarek Safar
2016-09-03[SRE] Move the resolving of user types to managed code, the runtime was not u...Zoltan Varga
2016-09-02[SRE] Remove empty TypeBuilder:setup_generic_class () icall.Zoltan Varga
2016-09-02[corlib] Fix the signature of a few SRE icalls, they already receive a TypeBu...Zoltan Varga
2016-08-26[sre] Remove TypeBuilder::create_internal_class () icall, it doesn't seem to ...Zoltan Varga
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-13[bcl] netstandart 1.6 supportMarek Safar
2016-06-08[corlib] Handle user Assembly subclass and Assembly::GetName.Rodrigo Kumpera
2016-04-12[corlib] SymbolType from reference source. Fixes #39911Marek Safar
2016-02-15[corlib] MethodInfo from reference sourceMarek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-10-21[reflection] ModuleBuilder, TypeBuilder escaped type identifiers patchAleksey Kliger
2015-07-06[SRE] Improved token fixups processing.Marcos Henrich
2015-07-06[SRE] Added ModuleBuilder.GetRegisteredToken icallMarcos Henrich
2015-07-06[SRE] Using BitConverter.ToUInt32 to read token.Marcos Henrich
2015-07-06[SRE] Removed GetXXXToken module exception.Marcos Henrich
2015-07-06[SRE] Fixes GetMethodToken GetConstructorToken.Marcos Henrich
2015-07-06[SRE] Added ConstructorBuilder.SetMethodBody.Marcos Henrich
2015-07-06[SRE] Moved SetMethodBody code to ILGenerator.Marcos Henrich
2015-07-06[SRE] Added missing method overloads.Marcos Henrich
2015-07-06[SRE] Added TypeBuilder.DefineNestedType overload.Marcos Henrich
2015-07-06[corlib] Added method MethodBuilder.SetMethodBody.Marcos Henrich
2015-04-17[corlib] Mobile build fixesMarek Safar
2015-03-23[corlib] System.Resources from reference sourcesMarek Safar
2015-03-23[corlib] Member|TypeInfo from reference sourcesMarek Safar
2015-03-19[System.Reflection.Emit] fix typo in ModuleBuilder.DefineTypeVlad Zaitsev
2015-03-11[corlib] Type from reference sourcesMarek Safar
2015-02-27[corlib] Binder from reference sourcesMarek Safar
2015-02-12[corlib] Fixes commit ceef1e2.Marcos Henrich
2015-02-11[corlib] ModuleBuilder.GetMethodToken no longer has a module check.Marcos Henrich
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-12-05[corlib] Add missing APIMarek Safar
2014-08-19Removing excess line with debug Console.WriteLineAndrey Akinshin
2014-08-19[bcl] Add a missing check to TypeBuilder.CreateType (). Fixes #22059.Zoltan Varga
2014-06-03[corlib] Add CreateTypeInfo methodMarek Safar