platform/upstream/dotnet/runtime.git
2020-02-04 Egor BogatovMerge pull request #2393 from EgorBo/fix-mono-sample
2020-02-04 Egor BogatovOptimize `box + isinst + unbox.any` as `nop` (#1817)
2020-02-04 monojenkinsBump version to 6.13 (#31715)
2020-02-04 Levi BroderickLibraries code should not mutate string instances ...
2020-02-04 Egor BogatovUpdate src/mono/mono.proj
2020-02-04 Egor BogatovUpdate src/mono/mono.proj
2020-02-04 Jan VorlicekRemove AppDomain usage from stack walk and related...
2020-02-04 EgorBoAddress feedback
2020-02-04 monojenkins[interp] Remove goto for code_type unknown | interp...
2020-02-04 Anton FirszovImplement Socket.DuplicateAndClose() for Windows (...
2020-02-04 Marek SafarUpdate ILLinkTasksVersion dependency (#2334)
2020-02-04 EgorBoClean up
2020-02-04 monojenkinsWhen the interpreter does recurse, use a different...
2020-02-04 EgorBoDon't require Checked config for coreclr tests
2020-02-04 Zoltan Varga[runtime] Fix the --enable-minimal=aot build. (#31684)
2020-02-04 Levi BroderickRemove remaining libraries references to string.Copy...
2020-02-04 Jan KotasRevert "Revert "Optimize typeof(T1).IsAssignableFrom...
2020-02-04 Andy AyersMerge pull request #31699 from AndyAyersMS/Fix31665
2020-02-04 Next TurnRemove unused locals in System.ServiceProcess.ServiceCo...
2020-02-04 monojenkins[interp]Fix the type of clause_args. (#31651)
2020-02-04 Andy AyersFix logic in compareTypesForCast (#31681)
2020-02-04 Mike McLaughlinFix issue 1871 exception test failing (#31696)
2020-02-04 Kevin JonesAllow null IV for Create{Encryptor,Decryptor}.
2020-02-04 Levi BroderickAdd missing nullability annotation to string ctor ...
2020-02-04 Yaroslav Yamshchikovset THUMB_CODE bit (#21180)
2020-02-04 Zoltan Varga[aot] Avoid inflating gparams with byreflike types...
2020-02-04 Egor Chesakov[Arm64] Update execution characteristics for crc32b...
2020-02-04 Fadi HannaSave stack arguments size in InlinedCallFrame.m_Datum...
2020-02-04 Santiago Fernandez... Fix package testing run name prefix (#31690)
2020-02-04 Andy AyersJIT: remove assert from postorder return value optimiza...
2020-02-04 Tomáš RylekDisable two JIT tests failing with known issue tracked...
2020-02-04 Jan KotasDelete unnecessary netstandard builds (#31641)
2020-02-04 Drew ScogginsMerge pull request #31694 from DrewScoggins/anscoggi...
2020-02-03 Drew ScogginsFix up Linux script as well
2020-02-03 Eric ErhardtAdd Single and Double overloads to BinaryPrimitives...
2020-02-03 Eugene RozenfeldRemove popped trees more aggressively. (#31677)
2020-02-03 Drew ScogginsUpdate Arch and add RunKind variable
2020-02-03 Drew ScogginsMerge branch 'master' of https://github.com/dotnet...
2020-02-03 Tomáš RylekInitial Crossgen2 fixes for composite R2R support ...
2020-02-03 Santiago Fernandez... Link System.Globalization.Native into coreclr (#6928)
2020-02-03 Anton Firszovhandle GetSockName() error
2020-02-03 monojenkins[mini] Add method-triggered printing for runtime stats...
2020-02-03 Steve MacLeanLibraries native renames (#31668)
2020-02-03 Anton Firszovnits
2020-02-03 Stephen ToubCatch ObjectDisposedException in SmtpClient.Abort ...
2020-02-03 EgorBoClean up
2020-02-03 Jan VorlicekFix x86 InlinedCallFrame popping during EH (#2215)
2020-02-03 buyaa-nAnnotate System.ComponentModel.Composition for nullable...
2020-02-03 EgorBoClean up
2020-02-03 Andrew AuMake fixup decoding lazy (#31646)
2020-02-03 EgorBoUpdate mono.proj
2020-02-03 EgorBoFix RunCoreClrTest on *nix
2020-02-03 Eirik TsarpalisNullable annotate System.Security.Principal.Windows...
2020-02-03 Marek SafarAdd missing method dependency to Mono SPC (#2338)
2020-02-03 Anton Firszovdisposal on errors, improve comments, more tests
2020-02-03 EgorBoAdd run-sample-coreclr rule
2020-02-03 EgorBoImprove RunCoreClrTests target
2020-02-03 monojenkins[build] Check for Python 3 in configure.ac (#2372)
2020-02-03 EgorBoAddress feedback
2020-02-03 EgorBofix build
2020-02-03 EgorBoAddress feedback
2020-02-03 Vlad Brezae[interp] Fix enum constrained calls on netcore (#31618)
2020-02-03 EgorBoAdd RunCoreClrTests target
2020-02-03 monojenkinsFix ppc64 build by fixing -mminimal-toc more correctly...
2020-02-03 EgorBoAdd RunCoreClrTest target
2020-02-03 Jan KotasRevert "Optimize typeof(T1).IsAssignableFrom(typeof...
2020-02-03 Elinor FungSplit binder tracing tests into separate test projects...
2020-02-03 Ben AdamsSkip EqualityComparer<TKey>.Default creation in Diction...
2020-02-02 EgorBoFix build
2020-02-02 EgorBoFix build
2020-02-02 EgorBoMerge branch 'master' of github.com:dotnet/runtime...
2020-02-02 EgorBoClean up
2020-02-02 EgorBoMove more things from Makefile to mono.proj
2020-02-02 Yoh DeadfallEliminated info creation for non-public properties...
2020-02-02 Andy AyersOptimize typeof(T1).IsAssignableFrom(typeof(T2)) (...
2020-02-02 EgorBoMerge branch 'master' of github.com:dotnet/runtime...
2020-02-02 monojenkinsAdjust mono_class_init_internal to no longer bypass...
2020-02-02 Carol EidtAllow type mismatch for struct single field (#6102)
2020-02-02 monojenkins[llvm] Enable jump threading with LLVM JIT. (#25687)
2020-02-02 Ben AdamsHighlight directory (#31625)
2020-02-01 Andy AyersJIT: fold trees after inline return expression updates...
2020-02-01 EgorBoAdd tests for Arrays of vt
2020-02-01 EgorBoMerge branch 'master' of github.com:dotnet/runtime...
2020-02-01 Jan KotasRevert "Improve call counting mechanism (#1457)" (...
2020-02-01 EgorBoMerge branch 'master' of github.com:dotnet/runtime...
2020-02-01 Fadi HannaEmit DebugDirectory section and all DebugDirectory...
2020-02-01 Jan KotasCleanup NETCOREAPP ifdef usage in System.Runtime.Tests...
2020-02-01 Jeremy BartonDisable macOS 10.15 from fullMatrix runs
2020-02-01 Carol EidtFix UpperVector save asserts (#2268)
2020-02-01 Steve MacLean Rename cross compilation related defines (#2256)
2020-01-31 Yaroslav Yamshchikovcrossgen2 ARM support misc (#21109)
2020-01-31 Jared ParsonsFix handling of missing ConfigurationGroup property...
2020-01-31 monojenkinsAbort cmov optimization, when one of the out blocks...
2020-01-31 David MasonAdd profiler APIs for writing EventPipe events (#2173)
2020-01-31 David WrightonNew pgo format for crossgen2 (#2314)
2020-01-31 Ivan Diaz SanchezReferred GC Benchmarking Infra in the GC Performance...
2020-01-31 Yaroslav Yamshchikovimport thunks for ARM just from zapper (#21072)
2020-01-31 buyaa-nKey should be non null (#5072)
2020-01-31 Santiago Fernandez... Add runtime flavor to test run name for libraries outer...
2020-01-31 EgorBomove more rules from mono/mono
next