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-09Remove netcore/ directory from the mono/mono repository. (#20361)Zoltan Varga
2019-11-12Mirror changes from mono/corefx,coreclr (#17777)Filip Navara
2019-11-09StackTrace.GetFrames should return an array of non-nullable frames (#27787)Joseph Musser
2019-11-07Populate properties of AssemblyLoadStart/Stop events (dotnet/coreclr#27558)Elinor Fung
2019-11-05Prevent DivideByZeroException in EventCounter.ToString() (#27581)JesperTreetop
2019-11-04Delete two more FCalls (dotnet/coreclr#27640)Jan Kotas
2019-11-04Use simple Array.Copy overload where possible (dotnet/coreclr#27641)Jan Kotas
2019-10-30Move runtime specific methods out of the runtime partitionJan Kotas
2019-10-30Support large EventSource filter args (dotnet/coreclr#27500)Noah Falk
2019-10-30Basic infrastructure for binder tracing (dotnet/coreclr#27383)Elinor Fung
2019-10-24Moving StopWatch to `src\Common\src\Corelib` (dotnet/corefx#42072)Vladimir Sadov
2019-10-05Add ExceptionDispatchInfo.SetCurrentStackTrace (dotnet/coreclr#27004)Stephen Toub
2019-10-05Use const internally in corelib for Environment.NewLine (#27013)Stephen Toub
2019-10-05More corelib cleanup (dotnet/coreclr#26993)Stephen Toub
2019-09-26Fix CoreRT build breakJan Kotas
2019-09-25More Corelib cleanup (dotnet/coreclr#26872)Stephen Toub
2019-09-24Change several internal/private instance methods to be static (#26835)Stephen Toub
2019-09-12Improve logging for EventSource.WriteEvent parameter mismatch (#25533)obligaron
2019-09-10Remove use of WeakReference from corelib (dotnet/coreclr#26597)Stephen Toub
2019-09-10Remove remaining ToLower() use from corelib (dotnet/coreclr#26602)Stephen Toub
2019-09-06Mirror changes from mono/coreclr (#16713)Dotnet-GitSync-Bot
2019-09-05Use expression-bodied members in more places (dotnet/coreclr#26500)Stephen Toub
2019-08-26Contribute to IDE0055 (fix formatting)Stephen Toub
2019-08-26Contribute to StyleCop SA1002 (semicolon spacing)Stephen Toub
2019-08-22Fix IDE0054 (use compound assignment)Stephen Toub
2019-08-22Fix (mostly) IDE0055 (formatting)Stephen Toub
2019-08-22Fix StyleCop warning SA1006 (empty statements)Stephen Toub
2019-08-22Fix StyleCop warning SA1005 (single line comment spacing)Stephen Toub
2019-08-22Fix (mostly) StyleCop warning SA1003 (operator symbol spacing)Stephen Toub
2019-08-22Fix StyleCop warning SA1008 (opening paren spacing)Stephen Toub
2019-08-22Fix StyleCop warning SA1002 (semicolon spacing)Stephen Toub
2019-08-22Avoid race condition in DiagnosticCounter (dotnet/coreclr#26260)Stephen Toub
2019-08-20Remove unused usings from Corlib (dotnet/coreclr#26250)Stephen Toub
2019-08-18Undo use of Index/Range in files compiled into netfx-compat assembliesStephen Toub
2019-08-18Fix IDE0025 (use expression body for properties)Stephen Toub
2019-08-18Fix IDE0057 (use range operator)Stephen Toub
2019-08-18Fix IDE0054 (use compound assignment)Stephen Toub
2019-08-18Fix IDE0028 (collection initializers)Stephen Toub
2019-08-18Fix IDE0008 (use explicit type instead of var)Stephen Toub
2019-08-18Fix IDE0065 (using directives should be outside of a namespace)Stephen Toub
2019-08-14Undo readonly on _isLastFrameFromForeignExceptionStackTraceJan Kotas
2019-08-13Fix IDE1005 (simplify delegate invocation)Stephen Toub
2019-08-13Contribute to IDE0060 (unused argument)Stephen Toub
2019-08-13Contribute to IDE0059 (unnecessary assignment)Stephen Toub
2019-08-13Contribute to IDE0019 (use pattern matching) and IDE0066 (use switch expression)Stephen Toub
2019-08-13Contribute to IDE0044 (make field readonly)Stephen Toub
2019-08-13Fix StyleCop warning SA1400 (missing access modifiers)Stephen Toub
2019-08-13Enable StyleCop rules 1205, 1411, 1026, and 1000 (dotnet/corefx#40254)Stephen Toub
2019-08-12Re-enable StyleCop warning SA1400 (elements should specify access) (#40240)Stephen Toub
2019-08-12Enable FxCop and StyleCop analyzers (dotnet/coreclr#26100)Stephen Toub