platform/upstream/dotnet/runtime.git
2021-03-29 Tarek Mahmoud... Use random file names in the TZ tests (#50339)
2021-03-28 Eric ErhardtAdd documentation on ILLink files (#50302)
2021-03-28 dotnet-maestro... [main] Update dependencies from dotnet/arcade dotnet...
2021-03-28 Sychev VadimAdd check for JsonConverterFactory (#50219) (#50329)
2021-03-27 Zoltan Varga[mono] Reduce usage of the domain lock (#50313)
2021-03-27 Bruce ForstallHarden SuperPMI replay against missing data (#50307)
2021-03-27 Jose Perez... Resolve remaining Xslt-related warnings (round 2) ...
2021-03-27 Jeremy KoritzinskyFix PKCS Crypto tests on Android (#50252)
2021-03-27 Levi BroderickImprove performance of DateTime.UtcNow on Windows ...
2021-03-27 Jan KotasDelete unreachable code for emitting PE fixups and...
2021-03-27 Jeremy KoritzinskyAdd CoreCLR implementation of CallConvMemberFunction...
2021-03-27 Tarek Mahmoud... Add more support for Julian time zones POSIX rules...
2021-03-27 Eirik TsarpalisUse IGenericSharedAPI test harness in PriorityQueue...
2021-03-27 Andy GockeAdd PGD files to runtime package (#50296)
2021-03-26 Bruce ForstallFix superpmi.py setting of environment (#50304)
2021-03-26 Kunal PathakUse SPMI_CACHE_DIRECTORY for sharing mch files across...
2021-03-26 Eric StJohnEnsure System.Resources.Extensions targets are applied...
2021-03-26 Kevin JonesWrap ArgumentException with CryptographicException...
2021-03-26 Eric ErhardtRename ILLinkTrim files to ILLink.Descriptors (#50216)
2021-03-26 Jo ShieldsAdd missing Windows Android cross compilers (#50118)
2021-03-26 Egor BogatovJIT: Don't allocate string literals inside potential...
2021-03-26 Adam SitnikFix buffering bug (#50277)
2021-03-26 Eric StJohnRemove some assemblies from ASP.NETCore transport packa...
2021-03-26 Marie Píchová[QUIC] API Update (#49823)
2021-03-26 Stephen ToubImplement ISpanFormattable on Rune and Char (#50272)
2021-03-26 Anton Firszovmove NonDisposedSocket_SafeHandlesCollected to a non...
2021-03-26 Johan LorenssonAdd SIMD instructions not emitted in simd-intrinsics...
2021-03-26 Ryan Lucia[mono] Runtime cleanup functions removal (#49639)
2021-03-26 Stephen ToubAdd tests validating collections drop references (...
2021-03-26 Peter SollichLock region allocator (#49990)
2021-03-26 Jan KotasFix pointer tearing in JIT_MemSet helper on ARM64 ...
2021-03-26 Kunal PathakPrint reason why EH Var was not enregistered (#50215)
2021-03-26 Sergey AndreenkoDelete a test method that produces an error during...
2021-03-26 Zoltan Varga[mono] Fix HOST_WASM -> TARGET_WASM in llvm code. ...
2021-03-26 Jan JahodaCredentials fix (#50230)
2021-03-26 Mike McLaughlin Block debugger attach after any ApplyUpdate changes...
2021-03-26 Hugh BellamyAdd PropertyItem tests (#46794)
2021-03-26 kronicremove repetitions ';' (#50236)
2021-03-26 Stephen ToubSeal internal types in libraries (#50225)
2021-03-26 Elinor FungMake tests target overwrite any existing xunit-excludes...
2021-03-26 Aleksey Kliger... [mbr] Fix encmap boundary and method RVA lookup. (...
2021-03-25 Vladimir SadovRemoving suspension prioritization scheme for GC thread...
2021-03-25 Kunal PathakDo not set predecessor for throw block (#50115)
2021-03-25 Elinor FungRemove unused JNI objects (#50224)
2021-03-25 dotnet-maestro... [main] Update dependencies from dotnet/arcade dotnet...
2021-03-25 Drew ScogginsAdd arch specifier for AOT unpack path (#50194)
2021-03-25 Vladimir SadovRemove GETTHREAD_ALLOWED tracking (#50080)
2021-03-25 Thays Grazia[debugger] Removing call to jit_done to help debug...
2021-03-25 David FowlerDispose the ContentFileProvider when the host is dispos...
2021-03-25 Tomas WeinfurtImprove Linux root certificate store change detection...
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...
next