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-10[corlib] Mark the SRE types with required=false so they can be linked out. (#...Zoltan Varga
2020-01-02Cleanup a few dependencies to reduce wasm bcl sizeMarek Safar
2019-11-02Move MonoError from managed wrappers to native wrappers. (#15894)Jay Krell
2019-10-09[mini] Fix check for FastAllocateString that used old name (#17219)Filip Navara
2019-06-12[corlib] Preserve System.RuntimeType.Zoltan Varga
2019-05-13[corlib] Avoid preserving all fields of AppDomain. Don't preserve fields of M...Zoltan Varga
2019-05-13[corlib] Preserve AppDomain::DoTypeBuilderResolve () using a PreserveDependen...Zoltan Varga
2019-05-03Add a few `RuntimeFeature.IsDynamicCodeSupported` conditionals. (#14284)Martin Baulig
2019-04-23[DIM] Throwing AmbiguousImplementationException on call of multiple candidate...Thays Grazia
2019-03-27Split `AppDomain.DoTypeResolve(object)` into `DoTypeResolve()` and `DoTypeBui...Martin Baulig
2019-03-06[linker] Only preserve the m_value fields of the primitive types.Zoltan Varga
2019-02-14[runtime] Avoid depending on the layout of the ParameterInfo class in the run...Zoltan Varga
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-23[jit] Enable generic sharing for empty structures. (#12570)Zoltan Varga
2018-11-20[runtime] Initialize MethodBody objects by calling a ctor instead of accessin...Zoltan Varga
2018-11-20[WIP] [WASM] Ongoing AOT work. (#11728)Zoltan Varga
2018-10-31[corlib] Tweaks few linker descriptors to be more preciseMarek Safar
2018-10-31Additional constructor preservationsMichael Voorhees
2018-10-24Stack-based icall parameter handles and only one managed/native transition pe...Jay Krell
2018-10-16[WIP] [wasm] AOT work. (#11071)Zoltan Varga
2018-10-04Make a bunch of classes optional to the runtime. (#10804)Rodrigo Kumpera
2018-10-01[bcl] Mark ActivationServices.CreateProxyForType () with 'remoting' in the li...Zoltan Varga
2018-09-19[bcl] Avoid retaining System.Globalization.CultureInfo.CreateCulture () in ms...Zoltan Varga
2018-08-07[corlib] Update linker descriptorsMarek Safar
2018-08-01[LinkerDescriptor] remove remoting feature from MonoMethodMessageBernhard Urban
2018-06-27[linker] Conditional string ctors dependencyMarek Safar
2018-05-22Add missing sre features to the mscorlib link.xmlJosh Peterson
2018-04-10Clean up mscorlib link xml (#8055)Mike Voorhees
2018-04-04 [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x...Marek Safar
2018-02-22Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds ...Rodrigo Kumpera
2018-02-22Merge pull request #6018 from kumpera/fix_10087Rodrigo Kumpera
2018-02-14[runtime] Unboxing of nullable enums should throw for boxed ints. (#6958)Rodrigo Kumpera
2018-02-13[runtime] Run the ProcessExit events in the threadpool and enforce a 3 second...Rodrigo Kumpera
2018-02-13Simplify MonoError and managed Exception creation (#6123)Rodrigo Kumpera
2017-12-14[console] Invoke async console cancel on ThreadPool from managedLudovic Henry
2017-11-15[runtime/corlib] Improve MissingMethodExceptions by including message… and ...Rodrigo Kumpera
2017-11-13[corlib] Add more tests, embed linker descriptor xml in test assemblyAlexander Köplinger
2017-10-24[corlib] Updated LinkerDescriptorRadek Doulik
2017-07-27[corlib] Update Assembly class xml descriptorMarek Safar
2017-05-18Add LinkerDescriptorMarek Safar