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
2020-08-10use new OperatingSystem APIs in test projects that target NetCoreAppCurrent o...Adam Sitnik
2020-08-07Remove new platform members from OSPlatform (#40373)Adam Sitnik
2020-08-07Implement platform guards in OperatingSystem class (#40457)Adam Sitnik
2020-08-05Add Browser specific PersistedFiles implementation (#39350)Marek Safar
2020-07-31[wasm] Enable stack tests that now work on browser-wasm (#40206)Larry Ewing
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-21[browser][tests] Activate System.Runtime.Extensions UserName tests (#39692)Kenneth Pouncey
2020-07-18Add Convert.ToHexString/FromHexStringNicolas Portmann
2020-07-18Mark Obsoletions for .NET 5 (#39269)Jeff Handley
2020-07-17ICU integration and asset loading overhaul (#37971)Katelyn Gadd
2020-07-14WASM: Fix System.Diagnostics.TraceSource tests (#39224)Alexander Köplinger
2020-07-13[wasm] Addressing System.Runtime.Extensions failures (#38996)Mitchell Hwang
2020-07-13Add space after "Other" in OperatingSystem.VersionString (#39180)Alexander Köplinger
2020-07-11Fix creating OperatingSystem with PlatformID.Other (#39130)Alexander Köplinger
2020-07-10Add and use Environment.ProcessId (#38908)Stephen Toub
2020-07-09remove pragma warning from ref source files (#38907)Anirudh Agnihotry
2020-07-08Update license headers (#38793)Stephen Toub
2020-07-08Make browser peer for windows_nt and unix (#37944)Anirudh Agnihotry
2020-06-24Add explicit test for generic argument list with Type.GetType (#37872)Ryan Lucia
2020-06-23Add Netcoreapp ridless config to System.Private.Uri And System.Private.Xml (#...Anirudh Agnihotry
2020-06-22Use ProjectReference to build against System.Private.CoreLib (#38196)Viktor Hofer
2020-06-20Disable Environment.UserName tests in wasm (#38166)Santiago Fernandez Madero
2020-06-18Add support to map test support files to wasm vfs in WasmAppBuilder (#37938)Santiago Fernandez Madero
2020-06-17[libraries] Add ConditionalFact to wasm failing tests (#37822)Mitchell Hwang
2020-06-09Use ConditionalFact/Theory for skipping RemoteExecutor on unsupported platfor...Alexander Köplinger
2020-06-09Enable nullable reference types for full facades (#37589)Stephen Toub
2020-06-08[runtime] Add remaining runtime events and fix some existing ones on netcore ...Ryan Lucia
2020-06-07Add Math.Tau, MathF.Tau (#37517)John Kelly
2020-05-24Follow ups for Math.BigMul (#36920)Jan Kotas
2020-05-23BigMul with 64-bit operands (#35975)SRV
2020-05-13Fix Path.GetPathRoot wrong check in Unix (#35734)Carlos Sanchez Lopez
2020-05-11Return the correct OSVersion on OSX like systems. (#36029)Eric Erhardt
2020-05-06Change netcoreapp5.0 to net5.0 (#35176)Viktor Hofer
2020-05-04Remove TargetsNet* from the runtime repo (#35589)Anirudh Agnihotry
2020-04-25Use attribute Link syntax for Common files (#35436)Marcus Turewicz
2020-04-19fixing building of projects in VS (#35146)Anirudh Agnihotry
2020-04-14Better codegen / perf form Math.Max and Math.Min (#33851)Günther Foidl
2020-04-08Enable xunit1024 (#34512)Alex Villarreal
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-03-25Remove CoreFX.issues_linux.rsp file (#33953)Maxim Lipnin
2020-03-24Fix nullability annotations for ProfileOptimization.StartProfile (#33945)Jan Kotas
2020-03-13Fix content of baseline files (#33514)Gustavo Varo
2020-03-07enable Path tests (#33313)Anirudh Agnihotry
2020-02-19Merging small assemblies (part 2/N) (#31991)Jan Kotas
2020-02-19Update all issues in source code to point to runtime (#32349)Santiago Fernandez Madero
2020-02-18[mono][xunit tests] Move skipped tests out of rsp file (#2087)Maxim Lipnin
2020-02-14Help compiler enforce nullability annotations (#32090)Julien Couvreur
2020-02-14API review URL should be HTTPS, not HTTP (#32281)Levi Broderick
2020-02-12[master] Update dependencies from dotnet/arcade (#32115)dotnet-maestro[bot]
2020-02-12Unify int to hexadecimal char conversions (#1273)Marek Safar