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-08-09[netcore] Make mono_assembly_request_prepare take an ALC (#16061)Ryan Lucia
2019-08-06[netcore] Make the load hook ALC-aware (#16012)Ryan Lucia
2019-07-19[loader] Pass ALC to mono_domain_loaded_internal, and then to domain search h...Aleksey Kliger (λgeek)
2019-07-18[loader] Add MonoAssemblyLoadContext; stop sharing MonoImages on netcore (#15...Aleksey Kliger (λgeek)
2019-04-08Revert "[image] Create MonoImageStorage to own the image raw data (#13892)" (...Alexander Köplinger
2019-04-07[image] Create MonoImageStorage to own the image raw data (#13892)Aleksey Kliger (λgeek)
2018-12-05Split mono_class_init into mono_class_init and mono_class_init_internal, add ...Jay Krell
2018-11-21[loader] Use Request structs to pass arguments to the loaderAleksey Kliger
2018-10-12mono_method_signature to mono_method_signature_internal to skip GC mode machi...Jay Krell
2018-09-04[tools] Ignore .a files in monograph and pedumpAlexander Köplinger
2018-08-30[cxx] Port pedump, monograph, monodis, unit-tests to C++. (#10271)Jay Krell
2018-08-07[loader] Determine assembly load context from path (#9858)Aleksey Kliger (λgeek)
2018-04-27Improve --compile-all error message and a round of verifier cleanups. (#7048)Rodrigo Kumpera
2018-04-26[loader] Add loader contexts (#8326)Aleksey Kliger (λgeek)
2018-04-13[runtime] Get rid of the GLIB_LIBS autoconf define, it prevents automake from...Zoltan Varga
2018-03-29check for iconv only once (#7873)Ludovic Henry
2018-03-25MonoClass getters mop-up PR (#7806)Aleksey Kliger (λgeek)
2018-02-06[metadata] Move MonoClass initialization to a separate file (#6611)Aleksey Kliger (λgeek)
2018-01-31[runtime] Avoid building a separate static library, use the shared object fil...Zoltan Varga
2018-01-22Convert dis, profiler, pedump, unit-tests to new MonoError/ERROR_DECL style. ...jaykrell
2017-09-12[verifier] Implement verification of byref returns.Rodrigo Kumpera
2017-08-19[pedump] Have the assembly search hook look at the same directory of the asse...Rodrigo Kumpera
2017-08-16Merge pull request #5382 from kumpera/pedump_fixRodrigo Kumpera
2017-08-16[verifier] Add workaround for verifying corlib and valid-only output.Rodrigo Kumpera
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2017-08-09Revert "[runtime] Avoid building a separate static library, use the shared ob...Alexander Köplinger
2017-08-08[runtime] Avoid building a separate static library, use the shared object fil...Zoltan Varga
2017-07-14[pedump] Print failure cause message when a class cannot be initializedAleksey Kliger
2017-06-20[threads] Store MonoInternalThread in MonoThreadInfo for use when detaching (...Ludovic Henry
2017-05-04[pedump] Fix running with cooperative GCAleksey Kliger
2017-03-14[runtime] Mark mono_assembly_open and mono_assembly_open_full external onlyAleksey Kliger
2017-03-07[runtime] Fix pedump.Zoltan Varga
2017-01-21[io-layer] Extract error (#4279)Ludovic Henry
2016-08-30Revert "[runtime] Fix pedump by using the normal embedding APIs instead of in...Zoltan Varga
2016-08-29[runtime] Fix pedump by using the normal embedding APIs instead of initializi...Zoltan Varga
2016-06-10[tools] Add a few missing files to the tarballAlexander Köplinger
2016-06-10[runtime] Move 'pedump' to tools/pedump, build tools by default. (#3133)Zoltan Varga