Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-13Make upgrade install new host first, then uninstall old (#60325)Eric StJohn
2021-10-12Backport of changes to support x64 on arm64 (#60208)Nikola Milosavljevic
2021-01-14Merged PR 11928: [internal/release/5.0] Feed updateMatt Mitchell
2020-11-14branding changes for 5.0.1 (#44479)Anirudh Agnihotry
2020-10-09turn on stable flag and pin version (#43182)Anirudh Agnihotry
2020-10-08Port enable Alpine ARM support (#41982) (#42963)Jan Vorlicek
2020-10-05[release/5.0] Update THIRD-PARTY-NOTICES file (#42989)github-actions[bot]
2020-09-04[release/5.0-rc2] Enable runtime closure verification (#41830)Nikola Milosavljevic
2020-08-17Do not build Targeting pack in source-build (#40870)Nikola Milosavljevic
2020-08-13do not include libnethost.lib in shared folder (#40754)Vladimir Sadov
2020-08-12Remove duplicate System.Private.CoreLib.ni.pdb symbol file from the crossgen2...Jeremy Koritzinsky
2020-08-02Remove netstandard packaging infra (#40239)Adeel Mujahid
2020-07-28Fix issue with Crossgen2 package excluding Icon (#39972)Eric StJohn
2020-07-17Linking native libraries into superhost (#38684)Vladimir Sadov
2020-07-06Fix native file handling for Crossgen2 package (#38788)Anton Lapounov
2020-07-01Add native runtime components to Crossgen2 package. (#38600)Anton Lapounov
2020-06-30Fix packaging of PDBs for host binaries (#38589)Elinor Fung
2020-06-29Host with coreclr linked in (#36847)Vladimir Sadov
2020-06-20Publish PDB for libnethost static library. (#38054)Aaron Robinson
2020-06-18Add hostfxr.h and coreclr_delegates.h to Microsoft.NETCore.DotNetAppHost (#38...Sean Hall
2020-06-18Rename src\coreclr\src\tools\crossgen2 to src\coreclr\src\tools\aot (#38038)Jan Kotas
2020-06-15Include libnethost.lib in apphost package (#37878)Adeel Mujahid
2020-06-11Implement RID for SunOS-derived operating systems (#37016)Adeel Mujahid
2020-06-10Crossgen2 ARM64 runs & initial cross-targeting support (#37331)Tomáš Rylek
2020-06-09Don't produce windows runtime packs for mono (#37627)Santiago Fernandez Madero
2020-06-08Collapse mono runtime pack builds in official build (#37511)Santiago Fernandez Madero
2020-06-03Fix a typo in DropFromSingleFile listSwaroop Sridhar
2020-06-01Inline and delete runtime.$(os).$(proj).props files (#37254)Adeel Mujahid
2020-06-01Merge pull request #37020 from krwq/sp-rem-nat-from-fxKrzysztof Wicher
2020-05-30Remove built-in WinRT support from the runtime (#36715)Jeremy Koritzinsky
2020-05-29Publish singlefilehost on Linux,Osx,FreeBSDSwaroop Sridhar
2020-05-29remove System.IO.Ports native assets from frameworkKrzysztof Wicher
2020-05-27Porting some patches from sourcebuild to runtime (#36861)Anirudh Agnihotry
2020-05-26Fix binplacing WASM files for in-tree runtime pack (#36985)Alexander Köplinger
2020-05-23Remove System.Globalization.Native shim from shared framework (#36904)Santiago Fernandez Madero
2020-05-22Consider armel arch (#36872)Gleb Balykov
2020-05-22Move where wasm binaries are generated (#36781)Steve Pfister
2020-05-19Produce Mono+LLVM runtime packs on desktop platforms (#35841)Jo Shields
2020-05-16Produce DropFromSingleFile annotations in RuntimeList.xml (#36578)Vladimir Sadov
2020-05-16Build an apphost with hostfxr and hostpolicy linked in (#36230)Vladimir Sadov
2020-05-15Merge pull request #36347 from NikolaMilosavljevic/burn.uiNikola Milosavljevic
2020-05-15Consolidate NetCoreAppCurrent properties (#35953)Viktor Hofer
2020-05-14Add configurations for SunOS in installer (#36316)Adeel Mujahid
2020-05-13Set TargetsMobile=true on Browser TargetOS and build the wasm runtimes earlie...Alexander Köplinger
2020-05-13UI changes for .NET 5Nikola Milosavljevic (CLR)
2020-05-12Build WASM runtimes (#35566)Zoltan Varga
2020-05-08Revert "Build an apphost with hostfxr and hostpolicy linked in (#35368)" (#36...Santiago Fernandez Madero
2020-05-08Do not package singlefilehost.exe in shared runtimeNikola Milosavljevic (CLR)
2020-05-06Build an apphost with hostfxr and hostpolicy linked in (#35368)Vladimir Sadov
2020-04-27[installer] Add RuntimeSpecificFrameworkSuffix property (#35124)Mitchell Hwang