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-02Cleanup a few dependencies to reduce wasm bcl sizeMarek Safar
2019-11-14Remove handles from System.Diagnostics.Debugger. (#17713)Jay Krell
2019-05-10[corlib] Change the RuntimeModule.GetGuid and RuntimeAssembly.GetAotId icalls...Zoltan Varga
2019-02-18[netcore] EH work (#13041)Zoltan Varga
2019-02-08[corlib] Move the implementations of virtual methods from Assembly to Runtime...Zoltan Varga
2019-02-02Avoid recursive extracting redundant frames from captured traces.Maxim Lipnin
2019-01-18[System.Private.CoreLib] Initial build pass (#12450)Marek Safar
2018-07-19[corlib] Moves private Debug class in mscorlib to System.Diagnostics namespac...Marek Safar
2018-04-14Make stack traces readable (#6675)Ben Adams
2018-04-12[runtime] Make GetFrames consider nested exceptions (#8166)Alexander Kyte
2018-01-29[corlib] Optimization for stacktrace build upMarek Safar
2018-01-27[corlib] Implements StackTraceHiddenAttributeMarek Safar
2017-01-20[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CASAlexander Köplinger
2017-01-06[corlib] Clean up some warningsMarek Safar
2016-09-15[bcl] Fix few warningsMarek Safar
2016-08-22[corlib] Fix exposed public APIsMarek Safar
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-08[corlib] Removed MVID and AOTID metadata.Marcos Henrich
2016-07-09[corlib] Lowercase and no '-' in metadata guids.Marcos Henrich
2016-07-09[corlib] StackTrace fixes.Marcos Henrich
2016-07-09[corlib] Add Metadata to inner exceptions.Marcos Henrich
2016-07-09[corlib] Skip MVID of stackframes without method.Marcos Henrich
2016-07-09[corlib] GetAotId now returns null, if unavailableMarcos Henrich
2016-07-09[corlib] Added MVID metadata to StackTraceMarcos Henrich
2016-07-09[corlib] Added metadata handlers to StackTraceMarcos Henrich
2016-07-01[corlib] Mark some StackTrace/StackFrame methods as NoInlining to prevent llv...Zoltan Varga
2016-04-19[symbolicate] Switch to Cecil backendMarek Safar
2016-04-08[mono-symbolicate] Use IKVM.Reflection instead of System.ReflectionAlexis Christoforides
2016-03-22[corlib] Removed unused icallMarcos Henrich
2016-03-15[corlib] Moved GetFullNameForStackTrace into StackTraceHelperMarcos Henrich
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-10-24Add a new Moono_GetStackTraces method to Thread which can be used to obtain s...Zoltan Varga
2015-08-28[corlib] Changes StackTrace.ToString to use Exception format.Marcos Henrich
2015-08-21[runtime] Remove eager exception stack construction when it contains dynamic ...Marek Safar
2015-08-17[corlib] Propagate captured ExceptionDispatchInfo to user's StackTrace copies...Marek Safar
2015-04-29[corlib] Deduplicated StackTrace ToString code.Marcos Henrich
2015-03-26[runtime] .msym now stores method index.Marcos Henrich
2015-03-24[corlib] Debugger attributes from reference sourcesMarek Safar
2015-03-09[corlib] Added icall System.Diagnostic.StackFrame.GetILOffsetFromFile.Marcos Henrich
2015-01-21[corlib] Contracts and CompilerServices from reference sourcesMarek Safar
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-11-18Added to StackFrame a field for the method address. Incremented MONO_CORLIB_V...Marcos Henrich
2014-11-17Revert "Improved exception stack frame displayed data."Rodrigo Kumpera
2014-11-14Added to StackFrame a field for the method address.Marcos Henrich
2014-03-12Add missing types and methodsMarek Safar
2013-12-02[corlib] DebuggerTypeProxyAttribute.ProxyName needs to return an assembly qua...Marek Safar
2013-06-27Fix source file name commentsMarek Safar
2013-02-25Optimize parameters handling to do much less allocationMarek Safar
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera