platform/upstream/dotnet/runtime.git
2020-09-25 monojenkinsFix mono_aot_plt_trampoline GC unsafe assumption. ...
2020-09-25 Tomáš RylekUpdate docs and comments to reflect the renames around...
2020-09-25 Stephen ToubEnable several more IDE analyzer warnings (#42692)
2020-09-25 Miha ZupanFix System.Net.Sockets telemetry (#42188)
2020-09-25 Omair MajidRe-enable support for using the system libunwind (...
2020-09-25 Jeremy KoritzinskyExtend IDynamicInterfaceCastable test to cover public...
2020-09-25 Stephen ToubAdd logging test for SocketsHttpHandler.PlaintextStream...
2020-09-25 Eugene RozenfeldRemove code for GC Poll marking and insertion. (#42664)
2020-09-25 Ankit Jain[wasm][debugger][tests] Add tests related to hidden...
2020-09-25 Kevin JonesRemove unused file. (#42697)
2020-09-25 monojenkins[aot] Add support for references to GENERIC_ARRAY_HELPE...
2020-09-25 Eric StJohnAdd executeable bit to tizen sh files (#42533)
2020-09-24 Tarek Mahmoud... Fix Activity.Baggage items Order (#42659)
2020-09-24 damageboyJIT: Remove double-{negation,not} in during morph phase...
2020-09-24 Bruce ForstallAdd merge-mch command for CI scripting (#42696)
2020-09-24 Viktor HoferFix illink invocation inside VS (#42678)
2020-09-24 Drew ScogginsFix assigning of config as it got swapped somehow ...
2020-09-24 Thays Grazia[wasm][debugger] Fix line number = 16777215 (#42640)
2020-09-24 monojenkins[interp] Refactor finally block invocation (#42208)
2020-09-24 Bruce Forstallsuperpmi.py script improvements (#42668)
2020-09-24 Adeel MujahidFix SingleFile regression in client configuration ...
2020-09-24 Thays Grazia[wasm][debugger] Fixing step over in an async method...
2020-09-24 Layomi AkinrinadeAddress additional feedback from number-handling PRs...
2020-09-24 Layomi AkinrinadeGuard against (de)serializing SerializationInfo instanc...
2020-09-24 Zoltan VargaOngoing work on the cmake build. (#42647)
2020-09-24 Nathan Ricci [Mono] [GC] Fix TotalBytesAllocated and reenable test...
2020-09-24 Stephen ToubExpose StackTraceHiddenAttribute publicly (#42632)
2020-09-24 Geoff Kizeradd SocketsHttpHandler.PlaintextStreamFilter (#42660)
2020-09-24 Carol EidtInterleave GC Info with assembly (#42552)
2020-09-24 Santiago Fernandez... Update intellisense package version to RC2 (#42220)
2020-09-24 Tomas WeinfurtFix spelling errors in SslStream (#42662)
2020-09-24 Viktor HoferPrint help for -? and /? cross-plat (#42396)
2020-09-24 Jan KotasUse function pointers in crossgen2 (#42655)
2020-09-24 Jan VorlicekCompile test framework using R2RTest (#42617)
2020-09-24 imhameed[mono] Fix LLVM IR emission for Ssse3.AlignRight and...
2020-09-24 Larry Ewing[wasm][bindings] Fix an api regression introduced in...
2020-09-24 monojenkins[runtime] Throw a MarshalDirectiveException when return...
2020-09-24 Stephen ToubAdd IDE warnings to code analysis ruleset (#42566)
2020-09-24 Tarek Mahmoud... Support cp1252 codepage alias (#42599)
2020-09-24 Bruce ForstallFix use of uninitialized 'altjit' attribute (#42656)
2020-09-23 Eric ErhardtEnsure Enumerable methods are preserved by System.Linq...
2020-09-23 Yaroslav Yamshchikovfix dwarf-based unwinding to the end of stack (#42620)
2020-09-23 Jan KotasDelete unused Monitor.Wait argument (#42610)
2020-09-23 Kevin JonesReturn null from ClaimsPrincipal.Current if no thread...
2020-09-23 Eugene RozenfeldDelete dead code in `genCheckUseBlockInit`. (#42601)
2020-09-23 Stephen ToubFix nullable annotation on Socket.BeginSendFile (#42623)
2020-09-23 Koundinya VeluriFix to allow entering cooperative GC mode when the...
2020-09-23 Andy AyersJIT: initial version of a profile checker (#42481)
2020-09-23 Marie PíchováHTTP stress test improvements (#42313)
2020-09-23 Steve HarterMake nullable-related checks consistent and faster...
2020-09-23 Omair MajidFix singlefilehost build in non-portable mode (#42415)
2020-09-23 Stephen ToubFix a few Socket.SendFile issues (#42535)
2020-09-23 Jan KotasIntegrate changes in shared files from dotnet/runtimela...
2020-09-23 Jan KotasFix race condition in Environment.GetEnvironmentVariabl...
2020-09-23 Eirik TsarpalisRevert "Make Console.ReadKey() distinguish between...
2020-09-23 dotnet-maestro... [master] Update dependencies from dotnet/xharness mono...
2020-09-23 Tarek Mahmoud... Fix the closure allocations in ActivityTagsCollection...
2020-09-23 Jackson Milleradd tests to increase enum serialization code coverage...
2020-09-23 Jan KotasRewrite Type.GetTypeFromProgID in C# (#42546)
2020-09-22 Eric ErhardtAlways generate resx default values in ComponentModel...
2020-09-22 Egor BogatovRyuJIT: Optimize "x<0" to "x>>31" (#35627)
2020-09-22 Aaron RobinsonAddress reliability issue with setting ITypeInfo (...
2020-09-22 Bruce ForstallReduce the number of platforms run by the ilasm round...
2020-09-22 David WrightonTweak crossgen2 so that SuperPMI should work (#42555)
2020-09-22 David WrightonFirst steps towards x86 compatible crossgen2 (#42471)
2020-09-22 Bruce ForstallBuild and archive all JITs in the JIT rolling build...
2020-09-22 Ryan Lucia[mono] Add test for wasm loader regression, fix loading...
2020-09-22 Mike McLaughlinFix createdump on the alpine distro (#42565)
2020-09-22 Geoff KizerImprove ConnectCallback tests (#42562)
2020-09-22 monojenkins[interp] Track MINT_MONO_LDPTR as constants (#42531)
2020-09-22 Maxim LipninMark some APIs throwing PNSE from runtime as unsupporte...
2020-09-22 Maxim Lipnin[browser] Reenable marshal library tests (#42574)
2020-09-22 Jan VorlicekFix argument type in a call to SSLSetEnabledCiphers...
2020-09-22 Ankit Jain[wasm][debugger][tests] Add some async stepping tests...
2020-09-21 Safia AbdallaAdd support for associating BrowserDebugHost with paren...
2020-09-21 Josh SchreuderAdd test case for growing beyond buffer size in Utf8Jso...
2020-09-21 Brian SullivanAnnotate handle indirections with GTF_IND_INVARIANT...
2020-09-21 Cory NelsonEncode the alt-svc header after pseudo-headers ("All...
2020-09-21 Hugh BellamyAdd CSharpCodeGenerator tests (#33886)
2020-09-21 Bruce ForstallSupport auto-download of JIT baseline for SuperPMI...
2020-09-21 Bruce ForstallAdd CLR JIT rolling build (#42507)
2020-09-21 Stephen ToubFix Enumerable.Take/SkipLast on mutable collections...
2020-09-21 Vitek KarasFix mapping of files from bundle to only map the necess...
2020-09-21 Martin CostelloFix typos in comment (#42367)
2020-09-21 Jan VorlicekCleanup libraries CMakeLists (#42380)
2020-09-21 Matt MitchellFix artifact source globbing for extract (#42484)
2020-09-21 nathan-mooreemit test for bounds checks against a 0 index (#42295)
2020-09-19 Tarek Mahmoud... Fix the mechanism getting Constructed Culture (#42480)
2020-09-19 Tarek Mahmoud... Fix Getting default parent span Id with root Parent...
2020-09-19 Eric ErhardtMemory Leak in Microsoft.Extensions.Caching.Memory...
2020-09-19 Frank BoleroSemaphoreSlim spelling corrections (#42451)
2020-09-19 Katelyn GaddFix JS<->WASM string marshaling crash (#42486)
2020-09-19 Stephen ToubAvoid reusing Regex.Replace Match objects with MatchEva...
2020-09-19 Stephen ToubFix several BeginXx nullable annotations (#42442)
2020-09-19 Jan Kotas Use ReadOnlySpan<byte> for parsing FileWatcher respons...
2020-09-19 Sergey AndreenkoA small ref PR in preparation for arm64 apple work...
2020-09-19 Stephen ToubUpdate to latest StyleCop.Analyzers and Microsoft.CodeA...
2020-09-19 Stephen ToubRemove implicit anchoring optimization from Regex ...
2020-09-19 Tom DeseynConsole.Unix: fix inverted TreatControlCAsInput (#42432)
2020-09-18 Carlos SanchezFix Windows AccessViolationException in FileSystemWatch...
next