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
2022-02-22[mono] Throw a MarshalDirectiveException when marshalling generic instances a...Zoltan Varga
2021-12-13[cominterop] Add coop handle enter/return on native CCW methods (#21365)Aleksey Kliger (λgeek)
2021-06-23Start a dedicated thread for MERP crash reporting (#21096)Aleksey Kliger (λgeek)
2021-05-10Fix tarball buildAlexander Köplinger
2021-05-04Azure Pipelines Windows CI (#20879)Jo Shields
2021-03-12[marshal] Fix VARIANT marshaling in structs (#20917)Aleksey Kliger (λgeek)
2021-01-20Disable the localloc-noinit.exe test on CI, it depends on undefined behavior ...Zoltan Varga
2021-01-13Try to fix #19803 (#19876)alexger97
2021-01-05[marshal-ilgen] Fix NULL check for blittable out lparray.Esme Povirk
2020-12-18[tests] Accept GUIDs from .NET Framework in ccw-class-iface test.Esme Povirk
2020-12-17[metadata] If a static field fails while computing size, fail the class (#20652)Aleksey Kliger (λgeek)
2020-12-11[metadata] Generate type-3 GUIDs for interfaces. (#20499)Rémi Bernon
2020-12-11Fix a few spelling mistakeseerhardt
2020-11-23Fix typo (#20604)monojenkins
2020-10-17[threads] At shutdown, don't wait for native threads that aren't calling Mono...Aleksey Kliger (λgeek)
2020-10-10Fix various typos (#20459)monojenkins
2020-10-08[threads] Switch foreign threads to GC Safe in mono_thread_detach (#20435)Aleksey Kliger (λgeek)
2020-09-24[runtime] Throw a MarshalDirectiveException when returning an array from a pi...Zoltan Varga
2020-08-20Fix trailing whitespaces (#20254)monojenkins
2020-08-14[mono] Improve MonoImage filename handling for bundled images (#20245)monojenkins
2020-08-14Cleanup old corefx/coreclr GitHub issue links (#20201)monojenkins
2020-07-28Apple Silicon support (#20166)Zoltan Varga
2020-07-09Fix remaining license headers (#20088)monojenkins
2020-07-08Update license headersAlexander Köplinger
2020-06-27[cominterop] Support ClassInterfaceType and auto-dual class interfaces (#19768)Zebediah Figura
2020-06-27[mono][mini] Do a non-virtual call for bound delegates (#20030)monojenkins
2020-06-12[merp] Add API methods for getting hashcode/reason of last crash (#19901)Alexis Christoforides
2020-05-10[tests] Adjustments to interp disabled tests (#19748)Vlad Brezae
2020-05-08[interp] Add x86 support (#19730)Vlad Brezae
2020-04-20[tests] Disable sgen-bridge.exe on Windows x64 FullAOT+LLVM (#19604)Alexander Köplinger
2020-04-15[metadata] Identify when a field is overlapped by a non-object field (#19485)Thays Grazia
2020-04-01Remove duplicated .gitignore patterns (#19370)monojenkins
2020-03-25[jit] Initialize correct class for tls fields (#19300)Vlad Brezae
2020-03-20Remove dead code from bug-10127.cs. (#18762)Jay Krell
2020-03-13Fix line endings under src/mono (#19215)monojenkins
2020-03-13[corlib] Capture the ExceptionDispatchInfo when rethrowing from TaskContinuat...Aleksey Kliger (λgeek)
2020-03-05[merp] Add a test for Mono.Runtime.SendExceptionToTelemetry() (#18781)Aleksey Kliger (λgeek)
2020-03-04[dim] Class overriding interface method that was already override by another ...Thays Grazia
2020-02-25Whittle away at warnings: (#18874)Jay Krell
2020-02-18[merp] Capture Environment.FailFast message in crash report (#18863)Aleksey Kliger (λgeek)
2020-02-17[llvm] Disable X86 call frame size optimization. (#18645)imhameed
2020-02-14Fix broken MSDN blogs links (#18852)monojenkins
2020-02-13[tests] Disable bug-10127.exe runtime test on Windows x64 (#18828)Alexander Köplinger
2020-02-11Add volatile for cross thread communication. (#18760)Jay Krell
2020-02-07[merp] Add tests for crashing via POSIX signal (#18532)Alexis Christoforides
2020-01-27Allow passing IntPtr values with UnmanagedType.AsAny. (#18544)Vincent Povirk
2020-01-23Fix typos (#18546)monojenkins
2020-01-15[loader] ReflectionOnlyLoad(byte[]) should not apply binding redirects (#18457)Aleksey Kliger (λgeek)
2020-01-13[interp] Fix struct copying during pinvoke transitions (#18402)Vlad Brezae
2020-01-07Force Python 3.x from env in shebang lines (#18285)Calvin Buckley