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
2020-01-02Cleanup a few dependencies to reduce wasm bcl sizeMarek Safar
2019-07-24[sre] Make creation of dynamic method synchronizedVlad Brezae
2019-05-28[mscorlib] Ensure monotouch[_runtime] API are identical (#14665)Sebastien Pouliot
2019-05-13[corlib] Preserve AppDomain::DoTypeBuilderResolve () using a PreserveDependen...Zoltan Varga
2019-05-10Add a few `DISABLE_SECURITY` conditionals. (#14300)Martin Baulig
2019-05-09[corlib] Implement AssemblyBuilder.get_ReflectionOnly() (#14406)Ryan Lucia
2019-03-27Split `AppDomain.DoTypeResolve(object)` into `DoTypeResolve()` and `DoTypeBui...Martin Baulig
2019-03-06NS2.1 Sync new changes, mobile profiles (#13198)Egor Bogatov
2019-03-06Get fully qualified name of ModuleBuilder (#13308)Maxim Lipnin
2019-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2019-02-14Remove local SafeHandle versionMarek Safar
2019-02-12[bcl] Restructure the Module classes to simplify netcore integration.Zoltan Varga
2019-02-08[corlib] Move the implementations of virtual methods from Assembly to Runtime...Zoltan Varga
2019-02-08[sre] Handle null values in MarshalAsAttribute CustomAttributeBuilderAleksey Kliger
2019-02-02[runtime] Rename more MonoX->RuntimeX classes. (#12732)Zoltan Varga
2019-02-01[runtime] Rename most System.Reflection.MonoX classes to RuntimeX for consist...Zoltan Varga
2019-01-31[corlib] Fix the linker descriptors for the SRE classes.Zoltan Varga
2019-01-22[runtime] Move some internal methods and icalls from MethodBase to RuntimeMet...Zoltan Varga
2018-11-28[corlib] Type from CoreFX (#11665)Maxim Lipnin
2018-11-26[runtime] Add stack marks to a few icalls. (#11774)Zoltan Varga
2018-11-07[corlib] Move the runtime internal state to MonoModule from Module. Bump corl...Zoltan Varga
2018-10-03[corlib] Control SRE using its own defineMarek Safar
2018-10-03[corlib] Updates PNSE version of DynamicMethod to have matching APIsMarek Safar
2018-09-20[System.Reflection] CoreFX import for ParameterInfo typeMaxim Lipnin
2018-09-07[System.Reflection] Make GetFieldOffset method virtual to fix issue with cust...Maxim Lipnin
2018-09-06[corlib] Replace System and other namespaces with CoreFX sources (#9744)Egor Bogatov
2018-09-03[System.Reflection] CoreFX import for FieldInfo type. (#10370)Maxim Lipnin
2018-06-12[corlib] Allow DM with an extra param to have the first one bound to null. Fi...Rodrigo Kumpera
2018-05-18[sre] ParameterBuilder.SetConstant for a Nullable<T> parameter (#8736)Aleksey Kliger (λgeek)
2018-03-29Add BindingFlags.DoNotWrapExceptions (#7863)Austin Wise
2018-03-28[corlib] Moves DynamicMethod to mscorlib to work better with wasm (#7875)Marek Safar
2018-02-23Make field tokens sequential in SRE. (#7055)Rodrigo Kumpera
2017-11-28[runtime] Implement a few ModuleBuilder getters (#5787)Alexander Kyte
2017-09-26[runtime] Handle RuntimeWrappedException and dynamic methods using a SRE as m...Rodrigo Kumpera
2017-08-04[sre] ModuleBuilder.DefineUnitializedData argument checksAleksey Kliger
2017-08-04[sre] negative FieldBuilder.SetOffset should throw ArgumentExceptionAleksey Kliger
2017-08-04[sre] Add explicit null checks of CustomAttributeBuilder argumentsAleksey Kliger
2017-08-04[sre] ConstructorBuilder.DefineParamter(0,...) shouldn't throwAleksey Kliger
2017-08-04[sre] Throw ArgumentOutOfRange exn in MethodBuilder.DefineParameter if calledAleksey Kliger
2017-08-01[sre] Pass declaring type to GetMethodFromHandle inAleksey Kliger
2017-07-27[sre] Resolve EnumBuilder tokens in managed. (Fixes #58361)Aleksey Kliger
2017-07-26[corlib] ModuleBuilder pseudo-token lookup needs to use references insteads o...Marek Safar
2017-06-30[sre] Add MonoAssemblyBuilderAccess enum in native codeAleksey Kliger
2017-06-22[sre] Fix the signature of the create_dynamic_method () icall, make it static...Zoltan Varga
2017-06-08[sre] FieldBuilder:RuntimeResolve shouldn't lookup by name. (Fixes #57222)Aleksey Kliger
2017-05-19Warn on failure to create default Reflection.Emit SymbolWriter instead of thr...Katelyn Gadd
2017-04-18[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