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
path: root/mcs
AgeCommit message (Expand)Author
2020-09-04[Winforms] Real fix for #18606 PropertyGrid didn`t edit value with CustomType...Александр Хухлаев
2020-09-04[Android] Enable access to up-to-date tzdata on Android 10+ (#20349)Marek Habersack
2020-08-31Fix potential crash for Encoder.Convert (#20271)jeffgoku
2020-08-31[resgen] Honour absence of -usesourcepath (#20247)Eberhard Beilharz
2020-08-25[runtime] Catch attempts to create enum types with an underlying type that is...imhameed
2020-08-11Fixing debugger hang that would occur when inspecting a field that has a Debu...Alex Thibodeau
2020-07-29jay.exe (ILASM): Incorrect loop indexing, fixes #14241 (#20144)Glenn Slayden
2020-07-29[System] Mark BTLS callbacks as cdecl. (#19872)Esme
2020-07-29Fix Line problem with wrapping and tabs (#20112)Karl
2020-07-17[Wasm] Additional signatures for SkiaSharp interop + More (#20133)Matthew Leibowitz
2020-07-17[wasm] Fix handling of enum types in the pinvoke generator. (#20125)Zoltan Varga
2020-07-16[wasm] Fix handling of void types in the pinvoke generator. (#20121)Zoltan Varga
2020-07-10[bcl] Update BCL Linked Size (#19446)monojenkins
2020-07-08Init a timer on TransactionScope initialization to be able to timeout (#20080)Pablo Martínez
2020-07-08[wasm] Implement support for pinvoke callbacks in the interpeter. (#20076)Zoltan Varga
2020-07-02[wasm][System.IO.Compression]: Disable BrotliStream on wasm. (#19961)Martin Baulig
2020-06-30[wasm] Optimize interp->native transitions. (#20034)Zoltan Varga
2020-06-24[mcs] Fix help text for default value of -sdk: option (#20011)Steffen Kieß
2020-06-24[wasm] Missing signatures for Microsoft.Extensions.EventSource (#20017)Alexander Köplinger
2020-06-24[WASM] Missing signatures for OpenGLES (#20001)David Ávila
2020-06-12[merp] Add API methods for getting hashcode/reason of last crash (#19901)Alexis Christoforides
2020-06-09[wasm] Throw PlatformNotSupportedException instead of NotSupportedException w...Zoltan Varga
2020-06-05[wasm] Fix icall linking with netcore. (#19917)Zoltan Varga
2020-05-30[wasm] Print a warning in the pinvoke generator if multiple incompatible decl...Zoltan Varga
2020-05-27[wasm] Include the pinvoke table into a separate file, so the generated decla...Zoltan Varga
2020-05-20Always include Unicode charinfo, so tar made in csc mode works in mcs mode (#...Jo Shields
2020-05-18[corlib] Improve RuntimeThread stub (#19782)w-flo
2020-05-12[debugger] Merge debugger-libs/Mono.Debugger.Soft (#19725)Thays Grazia
2020-05-04[Mono.Debugger.Soft] Fixed NRE in MethodMirror.FullName when param_info is no...Jeffrey Stedfast
2020-05-03[Wasm] Additional signatures for SkiaSharp interop (#19671)Jérôme Laban
2020-05-01[wasm] Integrate the m2n-gen.cs tool into mcs/tools/wasm-tuner. (#19680)Zoltan Varga
2020-04-28Fix if already send error to http client, do not callback. (#19664)Junil Um
2020-04-24Prevent NullReferenceException in SurrogateProviderAdapter (#19362)vidir-svanberg
2020-04-23[WinForms] Fix ListView GetItemAt high load (#19639)Александр Хухлаев
2020-04-23[System.Runtime.Serialization] Work around `specified cast is not valid` erro...Mitchell Hwang
2020-04-22[wasm] Add throwing PNSE to where currently disabled tests throw something di...Maxim Lipnin
2020-04-20[wasm] Reenable the managed collation code, link it out by default, add a pac...Zoltan Varga
2020-04-16Change OSPlatform for wasm to "BROWSER" rather than "WEBASSEMBLY"Larry Ewing
2020-04-11[wasm][bcl] Handle correctly backslash in file name (#19488)Kenneth Pouncey
2020-04-08[merp] Synchronize (serialize) calls to MERP API (#19429)Alexis Christoforides
2020-04-08Add BeginRead/BeginWrite/EndRead/EndWrite overloads back to SslStream (#19442)Filip Navara
2020-04-08Fix WinForms LinkLabel drawing (#19386)Karl
2020-04-08Three small RichTextBox / TextControl fixes (#19401)Karl
2020-04-08[Winforms] fix #18606 PropertyGrid didn`t edit value with CustomTypeDescripto...Александр Хухлаев
2020-04-08[Winforms] PropertyGrid fix disappearing of items (#19453)Александр Хухлаев
2020-04-08[WinForms] Fix ToolStripTextBox Width (#19457)Александр Хухлаев
2020-04-08[WinForms] PropertyGrid must show value text even if CanConvertTo return fals...Александр Хухлаев
2020-04-08[runtime] Fix Type.GetTypeCode () for generic enums. (#19470)Zoltan Varga
2020-04-08Produce System.Net.Http.WebAssemblyHttpHandler (#19260)Pranav K
2020-04-07When double buffering, flush the buffered graphics (#19460)Karl