platform/upstream/dotnet/runtime.git
2019-11-27 Sung Yoon WhangFix LTTng config environment variable parser (#326)
2019-11-27 Santiago Fernandez... Add skip reason to SkipOnMono attribute (#324)
2019-11-27 Jan KotasDelete PAL_RegisterModule from the JIT (#263)
2019-11-27 Stephen ToubFix typos in ValueTask comments
2019-11-27 Roman MarusykConsolidate .netcoreapp.cs files because System.Threadi...
2019-11-27 Egor ChesakovArm64: Implement ReverseBitOrder (#233)
2019-11-26 Egor BogatovDisable DynamicCode_Jit test from System.Runtime.Tests...
2019-11-26 Alexander KöplingerRemove GenerateCompilerResponseFile.targets from System...
2019-11-26 Stephen ToubSynchronize write access to Hashtables in LicenseManage...
2019-11-26 Maryam AriyanRemove doc files not meant for dotnet/runtime (#311)
2019-11-26 Sinan KayaCorrect integer conversions (#301)
2019-11-26 Jarret ShookRe-enable testing and switch back to the correct queues...
2019-11-26 Clinton IngramPrevent nullptr dereference in GenTree::IsLclVarUpdateT...
2019-11-26 Sinan Kayano PLT on arm64 (#269)
2019-11-26 Steve MacLeanRevise perfjitdump (#229)
2019-11-26 Jan KotasMinor SpanHelpers cleanup (#259)
2019-11-26 Günther FoidlUpdated viewing-jit-dumps.md (#289)
2019-11-26 dotnet-maestro... [master] Update dependencies from dotnet/arcade (#243)
2019-11-26 Viktor HoferAdd CoreLib shared source project (#244)
2019-11-26 Drew NoakesRemove references to gender (#262)
2019-11-26 Sean KilleenFix minor typo in readme (#285)
2019-11-26 Stuart LangCorrected spelling (#278)
2019-11-26 Stephen ToubFix typo in comment
2019-11-26 Stephen ToubImprove Regex performance (in particular RegexOptions...
2019-11-26 Jan VorlicekFix crossgen2 compilation with reverse pinvoke (#222)
2019-11-26 Fadi HannaTemp workaround to disable PInvoke ILStubs with EH...
2019-11-26 Sinan KayaFix friend class declaration (#268)
2019-11-26 Andy AyersJIT: if IR and stack can't provide a ref class handle...
2019-11-26 Fadi HannaFix exception handling in interface method that checks...
2019-11-26 Fadi HannaCleanup warnings for uncompiled methods for some by...
2019-11-26 Eugene RozenfeldFix setting of DllImportResolver in crossgen2. (#167)
2019-11-26 Andrew AuImprove test coverage for RSAEncryptionPadding comparsi...
2019-11-25 Viktor HoferConsolidate docs (#251)
2019-11-25 Michal StrehovskýFix marshalling null delegates (#241)
2019-11-25 Bruce ForstallFix test build error when .NET Core SDK 5 is installed...
2019-11-25 Ivan Diaz SanchezMerge pull request #157 from ivdiazsa/parallel-test...
2019-11-25 Tomáš RylekSeveral cleanups in CoreCLR YAML scripts (#236)
2019-11-25 Eirik TsarpalisHttpStress: Use Windows containers and docker-compose...
2019-11-25 Jeff SchwartzProposed set of norms and best practices for issue...
2019-11-25 Andy AyersJIT: optimize more array covariant store checks in...
2019-11-25 Viktor HoferAllow project builds from script (#201)
2019-11-25 Jeremy KoritzinskyRemove optional consumption of CoreCLR transport packag...
2019-11-25 Michal StrehovskýMake marshallers shareable again (#240)
2019-11-25 Jan VorlicekRemove System.ComponentModel.TypeConverter exclusion...
2019-11-25 Stephen ToubAddress some IDEXXX analysis warnings (#180)
2019-11-24 Stephen ToubUse #nullable restore in code generators (#238)
2019-11-23 Stephen ToubAnnotate System.IO.MemoryMappedFiles for nullable refer...
2019-11-23 Stephen ToubAnnotate System.IO.Compression.Brotli for nullable...
2019-11-23 Fadi HannaFix AV in System.StubHelpers.CSTRMarshaler.ConvertFixed...
2019-11-23 Fadi HannaUnifying many of the R2R and COR constants between...
2019-11-22 Egor ChesakovFix printing switching to MinOpts or Optimized (#214)
2019-11-22 Jan VorlicekFix getting affinity set on MUSL on Jetson TX2 (#206)
2019-11-22 Jan KotasDelete unnecessary intrinsic attributes (#216)
2019-11-22 Jan VorlicekMerge pull request #215 from janvorli/fix-abstractcalls...
2019-11-22 Jan VorlicekChange the exception thrown for invalid abstract calls
2019-11-22 Jan VorlicekFix crossgen2 handling of direct calls to abstract...
2019-11-22 Jan VorlicekMerge pull request #194 from janvorli/fix-box-on-method...
2019-11-22 Elinor FungRemove unused code in app domain (#204)
2019-11-22 Santiago Fernandez... Remove duplicate yml template file (#210)
2019-11-22 Viktor HoferSet platform for tools.local fixed to AnyCPU (#205)
2019-11-22 Bruce ForstallDisable incremental linking in coreclr Checked Windows...
2019-11-22 Tanner GoodingUpdating the JIT to support marshaling blittable generi...
2019-11-22 Stephen ToubAdd a script for generating a .sln containing all libra...
2019-11-22 Stephen ToubAddress new nullable warnings from compiler [MaybeNull...
2019-11-22 Stephen ToubUpdate SslClientAuthenticationOptionsExtensions.Shallow...
2019-11-22 Andrew AuAvoid infinite recursion in RSAEncryptionPadding equali...
2019-11-22 Stephen ToubRemove some NoWarns from CoreLib (#183)
2019-11-22 Elinor FungRemove AppDomain::GetFusionContext (#188)
2019-11-22 Sergey AndreenkoFix `optComputeAssertionGen` dump newline. (#193)
2019-11-22 Santiago Fernandez... Move more yaml shared templates to common (#175)
2019-11-21 Elinor FungUpdate error on failure to execute when SDK could not...
2019-11-21 Viktor HoferUpdate Version.Details.xml (#197)
2019-11-21 Viktor HoferLibraries testing (#178)
2019-11-21 Jan VorlicekFix missing unbox flag on method handle for struct...
2019-11-21 Jan VorlicekMerge pull request #146 from janvorli/fix-crossgen2...
2019-11-21 Sergey AndreenkoPropagate assertions through Exception handlers. (...
2019-11-21 Andrew AuAvoid infinite recursion in RSAEncryptionPadding equali...
2019-11-21 Jarret ShookFix undocumented generatelayout command (#161)
2019-11-21 Fadi HannaMerge pull request #169 from fadimounir/PortPInvokeFixes
2019-11-21 Jarret ShookMove back to the old arm64 queue. (#171)
2019-11-21 Elinor FungRemove some indirection when raising AssemblyResolve...
2019-11-21 Jarret ShookDisable tests based on #168 (#182)
2019-11-21 Santiago Fernandez... Enable warn as error in corelib (#174)
2019-11-21 Miha ZupanPoint more docs links to runtime repo (#176)
2019-11-21 Tomáš RylekDisable autodetection of warnings in CoreCLR subrepo...
2019-11-21 Elinor FungSlight refactor in looking at app paths in AssemblyBind...
2019-11-21 Stephen ToubDisable TestZeroTimeout test
2019-11-21 Fadi HannaPass zero length array as null
2019-11-21 Fadi HannaPropagate BestFitMapping/ThrowOnUnmappable from type...
2019-11-21 Fadi HannaReject pregenerating p/invokes for LCIDConversion
2019-11-21 Fadi HannaProperly sign-extend indirect loads
2019-11-21 Fadi HannaA couple fixes to p/invoke marshalling pregeneration
2019-11-21 Fadi HannaUse precompiled PInvoke stubs from R2R image without...
2019-11-21 David WrightonImplement instantiating and unboxing through portable...
2019-11-21 Vladimir SadovMerge pull request #158 from VSadov/volFloat
2019-11-21 Maryam AriyanMerge pull request #145 from maryamariyan/area-owners
2019-11-20 Jan VorlicekReflect PR feedback
2019-11-20 vsadovfix volatile float/double on win-arm64 (make sure...
2019-11-20 Ivan David... Removed platform condition to always generate cmd and...
2019-11-20 Stephen ToubFix HashSet.Remove to use provided comparer (#154)
next