platform/upstream/dotnet/runtime.git
2020-10-30 Carlos SanchezAdd area owners for System.Formats (#44038)
2020-10-30 Larry EwingClean up debugger debug logging and wasm trace logging...
2020-10-30 Ben AdamsEqualityComparer IndexOf to shared (#44065)
2020-10-30 Jan KotasDelete area-Tizen
2020-10-30 Layomi AkinrinadeSet default value for value-type ctor params properly...
2020-10-30 Layomi AkinrinadeSet number handling for properties read after deseriali...
2020-10-30 Adeel MujahidEnable unused-result warning for PAL (#43395)
2020-10-30 Zoltan VargaFix gsharedvt constrained calls to Object.GetHashCode...
2020-10-30 Brian SullivanImplement the reuse of duplicate constant values (...
2020-10-30 Aleksey Kliger... [cmake] Add -DCHECKED_BUILD=args support, and check...
2020-10-30 Steve HarterAddress JsonElement doc and test feedback (#43832)
2020-10-30 Levi BroderickRemove unused ifdef logic in ODBC (#44042)
2020-10-30 Stephen ToubAdd Stream argument validation helpers and use througho...
2020-10-30 Kunal PathakEnable automated SPMI collection for outerloop tests...
2020-10-30 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2020-10-30 Levi BroderickUse BinaryPrimitives where possible (#43474)
2020-10-29 Stephen ToubRemove some unnecessary List-related allocation from...
2020-10-29 David WrightonUse jitstd::sort instead of qsort in jit and gcinfo...
2020-10-29 Jackson Millerremove unnecessary bound check (#42431)
2020-10-29 Stephen ToubUpdate coding-style.md
2020-10-29 Kevin JonesSupport loading public-only PEM X.509 certificates
2020-10-29 Elinor FungFix loading component when application was started...
2020-10-29 Zoltan VargaDisable the 'problematic assembly' code on .net core...
2020-10-29 Zoltan VargaFix #44004, disable assertion messages in release mode...
2020-10-29 Fan YangRemove redundant lower function (#44010)
2020-10-29 David PineUpdate ServiceProviderServiceExtensions.cs (#43974)
2020-10-29 Zoltan VargaAvoid disabling assert messages in debug configuration...
2020-10-29 Levi BroderickClarify string.IndexOf rules in code comments (#43999)
2020-10-29 Alexander KöplingerBump xharness (#43996)
2020-10-29 Alexander KöplingerAdd back passing of --build-id option to Mono runtime...
2020-10-29 Egor Bogatov[interp] return false for IsLittleEndian on BE (#43946)
2020-10-28 Alexander KöplingerAdd static libraries for System.Native back to mobile...
2020-10-28 dotnet-maestro... [master] Update dependencies from mono/linker dotnet...
2020-10-28 Wei ZhengFix DI DisposeAsync being called twice (#43803)
2020-10-28 Koundinya VeluriEnable the portable thread pool by default in coreclr...
2020-10-28 Anirudh AgnihotryReplace net6.0 TargetFramework Equality Conditions...
2020-10-28 Vadim GalaktionovRespect reloadOnChange in UserSecrets in DefaultBuilder...
2020-10-28 Ryan Lucia[mono] Fix LoadAssemblyRaw to not pin or copy (#43830)
2020-10-28 Alexander KöplingerAdd interpreter libraries to iOS device runtime pack...
2020-10-28 Stephen ToubAdd initial set of conformance tests for Stream (#43834)
2020-10-28 Stephen ToubChange Task.FromResult to use same task cache as async...
2020-10-28 Zoltan VargaDisable qcalls on wasm. Treat them as normal pinvokes...
2020-10-28 BrennanThrow when reader is completed with an exception (...
2020-10-28 Alexander KöplingerAdd link to Discord server to README.md (#43926)
2020-10-27 Vladimir SadovSome refactoring of thread suspension. (#34666)
2020-10-27 Tammy Qiu[wasm] Add backward compatibility file to timezone...
2020-10-27 Fan YangMake runtime tests run with Android (#42683)
2020-10-27 Koundinya VeluriFix test for 32-bit platforms (#43888)
2020-10-27 Koundinya VeluriAdd info about how named mutexes work on Unix into...
2020-10-27 Stephen ToubRemove a volatile access from Task.Id (#43891)
2020-10-27 Stephen ToubReimplement Socket.Begin/EndSend/Receive on Send/Receiv...
2020-10-27 Jan VorlicekFix covariant return type validation for canon parents...
2020-10-27 Egor Bogatov[RyuJIT] Fold "(X op C1) op C2" to "X op (C1 op C2...
2020-10-27 Egor BogatovRyuJIT: Fold Popcnt.PopCount with constant argument...
2020-10-27 Eirik Tsarpalisadd missing CBOR xmldocs (#43882)
2020-10-27 Stephen ToubRewrite Socket.ConnectAsync for DNS with async/await...
2020-10-27 Zoltan VargaSet TARGET_SIZEOF_VOID_P and SIZEOF_REGISTER correctly...
2020-10-27 Stephen ToubAdd IDictionary_Generic_Tests test for multiple values...
2020-10-27 Koundinya Veluri[Portable thread pool] Don't spin-wait on semaphore...
2020-10-27 Egor Bogatov[RyuJIT] Propagate gtFlags in Vector.Create (#43578)
2020-10-27 Krzysztof WicherImprove annotations for XLinq methods taking params...
2020-10-27 Tomas Weinfurtsimplify SslStream_StreamToStream_Alpn_NonMatchingProto...
2020-10-26 Vladimir SadovStatically linking coreclr and clrjit in single file...
2020-10-26 Jeremy KoritzinskyRevert "Try re-enabling IBC on macOS. (#39801)" (#43839)
2020-10-26 monojenkins[WIP][interp] Unify execution and valuetype stacks...
2020-10-26 Adeel MujahidMerge PAL's _wcslwr into _wcslwr_s (#43265)
2020-10-26 David WrightonSetting value of enums didn't properly widen the value...
2020-10-26 Cory NelsonAdd cancellable and AddressFamily-specific name resolut...
2020-10-26 StevenFixed bug in ReadOnlyDictionary's IDictionary.this...
2020-10-26 Zoltan VargaBump emscripten to 2.0.6. (#43800)
2020-10-26 Eugene ShcherboEnhance #43238 so that it covers DefineScope method...
2020-10-26 Shreyas JejurkarServiceProcess Controller Refactor (#43797)
2020-10-26 imhameedCoreCLR runtime tests + Mono LLVM AOT on arm64 Linux...
2020-10-26 Aleksey Kliger... [docs] Add area-System.Reflection-mono area owners...
2020-10-26 Eric StJohnEnsure IBC data is copied to the expected location...
2020-10-26 monojenkins[w32process-win32] Implement System.Diagnostics.Process...
2020-10-26 Lakshan FernandoFix to set the inner exception for ALC event (#43667)
2020-10-26 Anton FirszovFix RHEL7 socket dispose hang, and extend coverage...
2020-10-26 Zoltan VargaDisable JIT counters if the JIT is disabled. (#43808)
2020-10-25 dotnet-maestro... [master] Update dependencies from dotnet/arcade Microso...
2020-10-25 Jan KotasUse function pointers for interop (Unix) (#43793)
2020-10-23 Alexander KöplingerUpdate Android instrumentation runner to be closer...
2020-10-23 Egor ChesakovPass -target arm or -target arm64 to superpmi.exe...
2020-10-23 Ankit Jain[wasm][debugger] Fix check for already loaded assemblie...
2020-10-23 Aleksey Kliger... [mono] Use lax Roslyn and analyzers settings for sample...
2020-10-23 Stephen ToubFix inconsistency of the 'CanRead' property after dispo...
2020-10-23 Tomas Weinfurtimprove link detection for WIFI on macOS (#43737)
2020-10-23 monojenkins[w32socket] Turn WireGuard ENOKEY errno to WASANETUNREA...
2020-10-23 RaymondHuyFix issue: ConventionsBuilder and open generic export...
2020-10-23 Larry EwingBlock the runtime on ready to early bind breakpoints...
2020-10-23 monojenkinsMono: Clang bin path not added to PATH for VS2019 build...
2020-10-23 Bekir OzturkSetting `WebProxy.BypassList` to null throws (#40656)
2020-10-23 Wei ZhengFix null reload token for ConfigurationProvider (#43306)
2020-10-23 Kevin WittmerImprove error message thrown by Microsoft.Extensions...
2020-10-23 Nikolay-parhimovichFix issue #36999 (#43723)
2020-10-23 Vitek KarasSuppress trim analysis warnings inside reflection imple...
2020-10-23 Marek SafarAdd link to Discord server (#43765)
2020-10-23 Eric ErhardtRemove Common Extensions HashCodeCombiner (#43454)
2020-10-23 Daniel MarbachUse non-generic TaskCompletionSource where possible...
2020-10-23 dotnet-maestro... [master] Update dependencies from mono/linker (#43698)
next