platform/upstream/dotnet/runtime.git
2020-06-10 Steve HarterFix Debug.Assert when using ReflectionMemberAccessor
2020-06-09 Zoltan VargaPreserve PlatformNotSupportedException in the linker...
2020-06-09 Kunal PathakARM64: fix the alignment for Vector64 to 8 bytes (...
2020-06-09 monojenkins[interp] Don't save ip twice in InterpFrame (#37416)
2020-06-09 Mitchell Hwang[libraries] Skip GetOpenSslVersion on Apple OS (#37646)
2020-06-09 Alexander Köplinger[mono] Add back sys/types.h include for clockid_t ...
2020-06-09 John KellyOptimise MathF.CopySign and Math.CopySign using SSE...
2020-06-09 Fan YangCheck the existence of clocked_t (#37457)
2020-06-09 Kenneth Pouncey[browser][wasm] Find the correct CoreLib (#37644)
2020-06-09 Tom DeseynSocketAsyncContext.Unix: remove Lock from IsReady ...
2020-06-09 Alexander NikolaevDisable GetAsync_UnicodeHostName_SuccessStatusCodeInRes...
2020-06-09 Stephen ToubFix TestExited_SynchronizingObject test (#37639)
2020-06-09 Sean HallEnable calling get_runtime_delegate from app context...
2020-06-09 Marek SafarMore cleanups and optimizations for System.Runtime...
2020-06-09 Alexander KöplingerUse ConditionalFact/Theory for skipping RemoteExecutor...
2020-06-09 Stephen ToubAnnotate System.ServiceProcess.ServiceController for...
2020-06-09 Aleksey Kliger... [mono] Delete culture/ directory files (#37565)
2020-06-09 Viktor HoferCreate Microsoft.NetCore.App.Ref targeting pack for...
2020-06-09 Stephen ToubEnable nullable reference types for full facades (...
2020-06-09 Michal StrehovskýAdd linker annotations to some of CoreLib (#36532)
2020-06-09 Stephen ToubUse [MemberNotNull] to reduce use of `= null!;` (#37490)
2020-06-09 Michal StrehovskýReflection annotate more of CoreLib (#37418)
2020-06-09 Tomas Weinfurtallow access to crypto props from RemoteCertificateVali...
2020-06-09 Levi BroderickObsolete RuntimeHelpers.OffsetToStringData (#35722)
2020-06-09 Jeremy BartonMake System.Formats.Asn1 library public
2020-06-09 Aaron RobinsonAccept NativeCallableInternalAttribute to support legac...
2020-06-09 Stephen ToubRevert "Update "LICENSE.txt" so that it's recognized...
2020-06-09 Tarek Mahmoud... Support the Encoding enumeration in the Encoding Provid...
2020-06-09 Santiago Fernandez... Don't produce windows runtime packs for mono (#37627)
2020-06-09 Ivan Diaz SanchezMake build scripts' -help information more helpful...
2020-06-09 Tanner GoodingFix the remaining jitstress-isas-x86 failures (#37459)
2020-06-09 Stephen ToubRespect Process.SynchronizingObject in Process events...
2020-06-09 Stephen ToubInitialize AsnEncodedData.RawData to empty array (...
2020-06-09 Stephen ToubAnnotate System.Net.WebSockets.WebSocketProtocol for...
2020-06-08 Sergey AndreenkoNo retyping arm/arm64. (#36866)
2020-06-08 monojenkins[wasm] Throw PlatformNotSupportedException instead...
2020-06-08 Rich LanderMerge pull request #36744 from teo-tsirpanis/patch-1
2020-06-08 Alexis ChristoforidesImplement ModuleBuilder.GetFieldToken (#37497)
2020-06-08 Zoltan Varga[wasm] Pass more assemblies to the pinvoke table genera...
2020-06-08 John Salem[Test] don't use process var in async readers (#37259)
2020-06-08 Stephen ToubUpdate comments on GetCursorPosition (#37609)
2020-06-08 Tomas WeinfurtAllow MemoryMappedFile to work on character device...
2020-06-08 Eric ErhardtAllow individual projects to override LangVersion ...
2020-06-08 dotnet-maestro... [master] Update dependencies from mono/linker Microsoft...
2020-06-08 Stephen ToubAnnotate System.Resources.Extensions for nullable refer...
2020-06-08 Simon NattressImprove R2RTest compile-serp (#37520)
2020-06-08 Stephen ToubAdd Console.GetCursorPosition (#37559)
2020-06-08 Stephen ToubAnnotate System.Reflection.Context for nullable referen...
2020-06-08 Stephen ToubAnnotate System.Numerics.Tensors for nullable reference...
2020-06-08 Stephen ToubAnnotate Microsoft.Win32.Registry.AccessControl for...
2020-06-08 Santiago Fernandez... Collapse mono runtime pack builds in official build...
2020-06-08 monojenkins[wasm] Bump emscripten to 1.39.17. (#37547)
2020-06-08 monojenkinsMono: Fix deadlock on Alpine (#37456)
2020-06-08 Marek SafarAdd Browser version of RuntimeInformation (#37256)
2020-06-08 Maxim LipninAdd initial doc about testing libraries on WebAssembly...
2020-06-08 Stephen ToubFix broken System.Console tests (#37558)
2020-06-08 Zoltan VargaImplement RandomNumberGeneratorImplementation for wasm...
2020-06-08 monojenkinsUse new ucontext handling for glibc 2.26 (#37568)
2020-06-08 t-mustafin[crossgen2][arm] Fix assertion repro237932.cs (#37588)
2020-06-08 Kenneth Pouncey[browser][wasm] Remove the use of reflection when insta...
2020-06-08 Egor BogatovAppend -sroa -instcombine (#37458)
2020-06-08 Ryan Lucia[runtime] Add remaining runtime events and fix some...
2020-06-08 Adeel MujahidImplement PAL_IsDebuggerPresent for SunOS (#37273)
2020-06-07 Youssef VictorAvoid double-call to Trim (#37566)
2020-06-07 Bruce ForstallClarify `compilerName` argument in build-job.yml (...
2020-06-07 John KellyAdd Math.Tau, MathF.Tau (#37517)
2020-06-07 Stephen ToubExpose Encoding.Latin1 (#37550)
2020-06-06 Stephen ToubAdd ValueTask.factory members (#37507)
2020-06-06 dotnet-maestro... [master] Update dependencies from mono/linker dotnet...
2020-06-06 monojenkins[mono] Move some culture-dependent source files to...
2020-06-06 Simon NattressR2RTest - Launch crossgen2 with dotnet cli instead...
2020-06-06 Eric ErhardtRemove WinRT specific code from EventSource. (#37508)
2020-06-06 Eric ErhardtAdd build support for ILLink.Substitutions.xml files...
2020-06-06 Stephen ToubAnnotate System.Net.Http.WinHttpHandler for nullable...
2020-06-06 Santiago Fernandez... Don't build coreclr native tests components in official...
2020-06-06 Jarret ShookSubmit to helix without managed pdbs (#36577)
2020-06-05 Stephen ToubAnnotate System.Security.Cryptography.ProtectedData...
2020-06-05 David MasonAdd EventPipe array types to the profiler APIs (#37035)
2020-06-05 monojenkinsStart unifying unaligned memory access codepaths. ...
2020-06-05 David MasonStop adding NULL native code addresses in GetNativeCode...
2020-06-05 Matt GalbraithAdd testing support for Alpine 3.12 (#37281)
2020-06-05 Layomi AkinrinadeStrip the ILLinkTrim.xml file from the System.Component...
2020-06-05 Andrew AuAvoiding using recursive pattern matching (#37451)
2020-06-05 Simon NattressEnum dispose signature (#37450)
2020-06-05 dotnet-maestro... [master] Update dependencies from mono/linker Microsoft...
2020-06-05 monojenkins[aot] Fix the binary search in the llvmonly unbox tramp...
2020-06-05 Santiago Fernandez... Fix JitRegs* optional builds (#37468)
2020-06-05 monojenkins[interp] Optimize do_jit_call (). (#37361)
2020-06-05 Andy AyersGC stress fix for reverse pinvoke stubs (#37432)
2020-06-05 Stephen ToubAdd non-generic TaskCompletionSource (#37452)
2020-06-05 Marie PíchováDo not test PostAsync_Cancel_CancellationTokenPassedToC...
2020-06-05 Stephen ToubMake Task.WhenAny(task, task) public (#37448)
2020-06-05 Vitek KarasProposal for allowing "get delegate" functionality...
2020-06-05 Eugene RozenfeldChanges for basic block flags. (#37335)
2020-06-05 Santiago Fernandez... Fix app local loading in Unix (#37455)
2020-06-05 Sung Yoon WhangAdd OS distro info to ProcessInfo event (#37375)
2020-06-05 Simon NattressFix incorrect devirtualization in CG2 (#37370)
2020-06-05 Alexander KöplingerSet RollForward=Major for ILVerify dotnet tool (#37433)
2020-06-05 Jose Perez... Adding extensibility point to global-build-job and...
2020-06-05 Santiago Fernandez... Update name suffix for unified pipelines to be more...
next