platform/upstream/dotnet/runtime.git
2021-03-25 Jan KotasPort misc changes from feature/NativeAOT (#50212)
2021-03-25 Michal StrehovskýFix incorrect optimization of Activator.CreateInstance...
2021-03-25 Radek Doulik[wasm] Build AOT cross-compiler on windows (#50113)
2021-03-25 David CantúUse Length property instead of GetFileInformationByHand...
2021-03-25 Michal StrehovskýMove PGO support to Common (#50083)
2021-03-25 Zoltan Varga[mono] Fix an assert. (#50220)
2021-03-25 Radek Doulik[wasm] Copy native ICU libraries to native bin dir...
2021-03-25 Omair MajidFix more copy-paste errors in host_context_test.cpp...
2021-03-25 Tanner GoodingEnsure Vector<T>.op_Multiply is handled as an intrinsic...
2021-03-25 Omair MajidFix leak of app variable on assert in hostpolicy (...
2021-03-25 Elinor FungPropagate extra string data passed to Android instrumen...
2021-03-24 Jeremy KoritzinskyWhen marshalling a layout class, fall-back to dynamical...
2021-03-24 Elinor FungMake DSACryptoServiceProvider set legal key sizes to...
2021-03-24 Bruce ForstallLoop inversion throughput improvements (#50154)
2021-03-24 Layomi AkinrinadeAlign dictionary key converter/metadata retrieval with...
2021-03-24 Tomáš RylekFix CoreCLR runtime in the presence of 1-file composite...
2021-03-24 Jeff HandleyInclude the iOS, Android, and macCatalyst supported...
2021-03-24 Stephen ToubAvoid multiple exceptions at startup from MsQuic suppor...
2021-03-24 Aleksey Kliger... [mbr] Fix null ptr use (#50173)
2021-03-24 Ankit Jain[wasm] Add support for using emscripten from packages...
2021-03-24 Eirik TsarpalisFix PriorityQueue not deleting references to dequeued...
2021-03-24 Sergey AndreenkoDisable a failing test. (#50160)
2021-03-24 Eric ErhardtFix string.Remove exception message (#50176)
2021-03-24 Jeremy BartonFix cross compilation of XmlSerializer.Generator tests...
2021-03-24 Jeremy BartonUse EVP_PKEY for RSA Decrypt
2021-03-24 Zoltan Varga[llvm] Mark stores for reference variables volatile...
2021-03-24 Sergey Andreenkoimprove 'optRemoveRedundantZeroInits' (#50155)
2021-03-24 Nikola MilosavljevicPick new version of Microsoft.DotNet.Build.Tasks.Instal...
2021-03-24 Jan VorlicekFix Alpine 3.13 ARM build (#50105)
2021-03-24 Eric ErhardtResolve ILLink warnings in System.ComponentModel.Annota...
2021-03-24 kronicSystem.Xml.NameTable optimizations (#49988)
2021-03-24 Michal StrehovskýMake it possible to condition tests on line number...
2021-03-24 Anton FirszovImprove NonDisposedSocket_SafeHandlesCollected test...
2021-03-24 wfurtfix BasicTest_AccessInstanceProperties_NoExceptions_Bsd
2021-03-24 jaymin sutharfixes the https://github.com/dotnet/runtime/issues...
2021-03-24 Egor BogatovJIT: Add rootTreeOp to DumpFg (#50119)
2021-03-24 Ulrich WeigandBig-endian fixes: networking stack (#48398)
2021-03-24 Johan LorenssonFix mono_simd_decompose_intrinsic to only decompose...
2021-03-24 Maxim LipninSet default features flags to match to iOS SDK defaults...
2021-03-24 Eric RafalovskyAdd test coverage for Module.GetMethod/s (#50076)
2021-03-24 Anton LapounovPut back DiaSymReader library for cross-arch crossgen...
2021-03-24 yowlmove gen[]s to compiler.cpp as they are declared in...
2021-03-24 Larry EwingDon't bundle the LLVM optimizer on wasm we use the...
2021-03-24 Matt Johnson... Improve time zone display names on Unix (#48931)
2021-03-24 Larry EwingSkip ninja and cmake errors in aotcrossonly mode (...
2021-03-23 dotnet-maestro... Update dependencies from https://github.com/mono/linker...
2021-03-23 Egor BogatovJIT: Fold null checks against initialized static readon...
2021-03-23 Jo ShieldsWe shouldn't provision emsdk on cross-compiler builds...
2021-03-23 Bruce ForstallComments and cleanup for loop cloning (#49768)
2021-03-23 Viktor HoferRemove ProjectGuids from libs projects and update slnge...
2021-03-23 Zoltan Varga[mono] Pass 'vtable' to imt_thunk_builder. (#50108)
2021-03-23 Stephen ToubFix str.Remove(str.Length) to not throw (#50096)
2021-03-23 Viktor HoferFix casing of compile items in System.Speech and add...
2021-03-23 Aleksey Kliger... [metadata] Don't access MonoTableInfo:rows, use table_i...
2021-03-23 Radek Doulik[wasm] Add more information about windows build (#50103)
2021-03-23 C-xC-cAdd Span overloads to System.Numerics.Vectors (#50062)
2021-03-23 Anirudh Agnihotryupdate branding to preview4 (#50049)
2021-03-23 dotnet-maestro... [main] Update dependencies from dotnet/xharness dotnet...
2021-03-23 Omair MajidGuard use of brew command by OSX (#50069)
2021-03-23 Kevin JonesUse the one-shot hash functions for asymmetric operatio...
2021-03-23 Michal StrehovskýGate enum tests that depend on Ref.Emit (#50093)
2021-03-23 Michal StrehovskýDon't remove trailing `\0` in custom attributes (#50088)
2021-03-23 Jo ShieldsMark ActiveIssue on Vector test which is still failing...
2021-03-23 Michal StrehovskýMove GetExceptionForHRInternal into common (#50085)
2021-03-23 Stephen ToubEnable CA1052 (static holder types should be static...
2021-03-23 Johan LorenssonAdd DiagnosticServer runtime TCP support. (#48154)
2021-03-23 Kevin JonesPut test name in generated certificate chains. (#50048)
2021-03-23 Elinor FungSkip CreateTransform tests with RC2CryptoServiceProvide...
2021-03-23 Eirik Tsarpalisavoid unnecessary allocations in PriorityQueue.EnqueueR...
2021-03-23 Stephen ToubSeal private classes in libraries (#49969)
2021-03-23 Stephen ToubMove ConcurrentQueueSegment<T>.RoundUpToPowerOf2 to...
2021-03-23 David CantúFileStream optimizations (#49975)
2021-03-23 Jo ShieldsRe-enable iOS/tvOS simulator builds (#50058)
2021-03-23 Zoltan Varga[mono] Stop first pass exception handling when exiting...
2021-03-23 Sung Yoon WhangModify EventPipe runtime event generator to emit NULL...
2021-03-23 Bruce ForstallStop using EA_PTRSIZE outside of emitter (#50066)
2021-03-23 Steve PfisterRemove openssl dependency from android (#49282)
2021-03-23 Eric ErhardtMove System.Net.Http ILLink suppressions to LibraryBuil...
2021-03-23 David FowlerRemove some allocations related to logging configuratio...
2021-03-23 Elinor Fung[AndroidCrypto] Implement X509 chain building (#49532)
2021-03-23 Eric ErhardtResolve ILLink warnings in System.ComponentModel.TypeCo...
2021-03-23 Elinor FungUpdate coreclr test doc to call out LibrariesConfigurat...
2021-03-23 Bruce ForstallDisable JIT/Methodical/fp/exgen/10w5d_cs_ro for Linux...
2021-03-22 Larry EwingWasm windows aot (#49996)
2021-03-22 Jeremy KoritzinskySkip explanatory text at the start of cert byte blobs...
2021-03-22 Jo ShieldsDon't try bypassing `uname` for CPU detection on Mac...
2021-03-22 Radek Doulik[wasm] windows build improvements (#49771)
2021-03-22 Anirudh Agnihotryuse packages instead of package report for packageInsta...
2021-03-22 Bruce ForstallFix DEBUG/non-DEBUG asm diffs due to instruction group...
2021-03-22 Bruce ForstallRemove duplicate method name string initialization...
2021-03-22 Bruce ForstallAdd more loop alignment output (#49967)
2021-03-22 Drew ScogginsAdd arch parameter to artifact name property (#50004)
2021-03-22 Bruce ForstallFix COUNT_LOOPS build (#49965)
2021-03-22 Jo ShieldsDisable arm64 tvOS/iOS simulator builds until ICU issue...
2021-03-22 Jan KotasUpdate minimum recommended cmake version for Windows...
2021-03-22 Fan YangAdd new Mono embedding API to consume binary runtimecon...
2021-03-22 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2021-03-22 Stephen ToubLazily-allocate rarely needed ValueTask.s_canceledTask...
2021-03-22 Steve MacLeanApple Silicon fix remote unwinding (#49974)
2021-03-22 Stephen ToubReduce cost of CreateSecKeyAndSecWebSocketAccept (...
next