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-09-11[tests/enc] clean up Makefile a bit2020-02-encAleksey Kliger
2020-09-11Merge branch '2020-02' into 2020-02-enc-update-20200911Aleksey Kliger
2020-09-10[2020-02] Issue18826 fix (#20358)monojenkins
2020-09-09Bump external/llvm-project to 2ca761dc8b83a75ad950f468fb68e764e61d9cfa (#20365)monojenkins
2020-09-04[Android] Enable access to up-to-date tzdata on Android 10+ (#20350)monojenkins
2020-09-04Support overriding SDK_DIR/NDK_DIR in sdks/android/MakefileAlexander Köplinger
2020-08-25[2020-02] Avoid following invalid pointers in mono_w32process_get_modules on ...mono-6.12.0.93monojenkins
2020-08-25Bump corefx to disable DateTime testAlexander Köplinger
2020-08-13[aot] Fix an assert which is hit for generic instances with a lot of argument...mono-6.12.0.91monojenkins
2020-07-30Bump msbuild to latest commitmono-6.12.0.90Alexander Köplinger
2020-07-24Fix Cairo issue on macOS Big Sur (#20154)mono-6.12.0.89Cody Russell
2020-07-24[aot] Avoid a crash in generic sharing for invalid generic instances. (#20158)monojenkins
2020-07-24[2020-02] Reapply "Emit DWARF debug_abbrev offset for compile units as a labe...Alexander Köplinger
2020-06-30[mono][mini] Do a non-virtual call for bound delegates (#20039)mono-6.12.0.86monojenkins
2020-06-30[merp] Remove dead code (#20043)monojenkins
2020-06-25[crashing] Improve crash chaining (#20018)Alexis Christoforides
2020-06-23Revert "Emit DWARF debug_abbrev offset for compile units as a label instead o...Alexander Köplinger
2020-06-20[jit] Fix the Activator.CreateInstance () intrinsic for primitive types. (#19...Zoltan Varga
2020-06-20If there is a crash and the debugger is attached, we call mini_get_dbg_callba...monojenkins
2020-06-18[2020-02] [merp] Add API methods for getting hashcode/reason of last crash (#...monojenkins
2020-06-17[merp] Add tests for crashing via POSIX signal (#19977)Alexis Christoforides
2020-06-16[merp] Add a test for Mono.Runtime.SendExceptionToTelemetry() (#19966)monojenkins
2020-05-26Emit DWARF debug_abbrev offset for compile units as a label instead of 0 (#19...monojenkins
2020-05-26[reflection] Check whether a pointer is valid before dereferencing (#19842)monojenkins
2020-05-25Always include Unicode charinfo, so tar made in csc mode works in mcs mode (#...monojenkins
2020-05-15Bump bockbuild to get https://github.com/mono/bockbuild/pull/159Alexander Köplinger
2020-04-30[2020-02] Bump msbuild to track mono-2019-12 (#19661)Ankit Jain
2020-04-29[interp] partial revert of the previous commitBernhard Urban-Forster
2020-04-29[interp] extend imethod-copy to all threadsBernhard Urban-Forster
2020-04-29[gc] add stop-the-world apiBernhard Urban-Forster
2020-04-29[interp] allocate InterpFrame copy as part of the domainBernhard Urban-Forster
2020-04-29[enc] add OnStackMethodThreadThread (doesn't work yet)Bernhard Urban-Forster
2020-04-29[interp] make a copy of imethod if there is an active frame for itBernhard Urban-Forster
2020-04-29[enc] add OnStackMethodThreadBernhard Urban-Forster
2020-04-28[enc] add list of disabled testsBernhard Urban-Forster
2020-04-28[enc] add OnStackMethod testBernhard Urban-Forster
2020-04-28[enc] add AddStaticField test (fails)Bernhard Urban-Forster
2020-04-28[enc] add AddClass test (fails)Bernhard Urban-Forster
2020-04-28[enc] add sanity check that column patching is not allowedBernhard Urban-Forster
2020-04-28Fix if already send error to http client, do not callback. (#19668)monojenkins
2020-04-28[2020-02] [debugger] Remove assert when the DebuggerTypeProxy cannot be insta...monojenkins
2020-04-27Bump corefx (#19656)monojenkins
2020-04-27[2020-02] Bump msbuild to track mono-2019-12 (#19623)Ankit Jain
2020-04-24[System.Runtime.Serialization] Work around `specified cast is not valid` erro...monojenkins
2020-04-23[enc] add LambdaFunc test (does not work)Bernhard Urban-Forster
2020-04-23[enc] off-by-one fixBernhard Urban-Forster
2020-04-23[enc] introduce two passes over enclog table, so that we can do some sanity c...Bernhard Urban-Forster
2020-04-23[enc] hack for another shutdown issueBernhard Urban-Forster
2020-04-23[enc] add ReplacePrivateVirtualMethod testBernhard Urban-Forster
2020-04-18[enc] AddStaticMethod testBernhard Urban-Forster