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
2022-11-12Use nunit for linker tests, fix cecil version testLinkerIntoRuntime2Sven Boemer
2022-11-10Name suffix cannot be repeatedTlakaelel Ceja Valadez
2022-11-10Remove use of additional pipeline and use dotnet-linker-tests insteadTlakaelel Ceja Valadez
2022-11-09Actually run the test in the pipelineTlakaelel Ceja Valadez
2022-11-09CoreClrProjectRoot doesnt exist in the tools folder as a variable use RepoRoo...Tlakaelel Ceja Valadez
2022-11-09Reading the condition since the thing missing was a pipeline in azureTlakaelel Ceja Valadez
2022-11-09Remove conditions to see if the job is kicked inTlakaelel Ceja Valadez
2022-11-09Add runtime-tools-tests into condition for set dependOnEvaluatePaths to trueTlakaelel Ceja Valadez
2022-11-09Linker into runtime diff2 (#78049)Tlakaelel Axayakatl Ceja
2022-11-08Merge branch 'main' of /home/tlakollo/Consolidation/linkerdotnet-bot
2022-11-08Merge pull request dotnet/linker#3099 from dotnet/enable_codeqlMitchell Hwang
2022-11-08[mono] Added null-checks for LDFLDA on pointers. (#77827)Jan Dupej
2022-11-08Fix build break due to IDE0060 (#78025)Stephen Toub
2022-11-08FIx area pathMitchell Hwang
2022-11-08Fix typo in timeout. (#78011)Jiri Cincura ↹
2022-11-08[mono][wasm] Small cleanups (#77954)Zoltan Varga
2022-11-08unify error handling for FileStream and Pipe Streams (#77543)Adam Sitnik
2022-11-08Remove .NET 6 Console Key Parser (#77977)Adam Sitnik
2022-11-08Enable IDE0060 (Remove unused parameter) analyzer (#72667)Marek Safar
2022-11-08[wasm] Add intrinsics for clz and ctz instructions (#77777)Radek Doulik
2022-11-08JIT: Fix GenTreeCall::Equals for virtual vs static calls (#77981)Jakob Botsch Nielsen
2022-11-08Implement Console.SetWindowSize() for linux (#75824)Hyungju Lee
2022-11-08Optimize (WasmRoot|WasmExternalRoot).clear (#77521)Katelyn Gadd
2022-11-08[wasm] Update repository URL in package.json (#77937)Marek Fišera
2022-11-08Fix sprintf deprecation error with Xcode 14.1 (#77950)Austin Wise
2022-11-08Add AVX-512 testing pipeline (#77930)Bruce Forstall
2022-11-08Fixes typo in TimerQueue.Portable.cs comment (#77997)Kamron Batman
2022-11-08Improve coreclr test infra (#77929)David Wrighton
2022-11-08Add readmes for configuration packages, part 2 (#77982)MSDN.WhiteKnight
2022-11-08Add KeptByAttribute to validate an item was kept due to a specific dependency...Jackson Schuster
2022-11-07Allow deleting any kind of nodes after address mode formation (#77872)Bruce Forstall
2022-11-07Fix StreamReader EOF handling and improve perf (#69888)Levi Broderick
2022-11-07Refactor ProcessStartInfoTests to use WindowsTestAccount (#77804)hangy
2022-11-07Revert "Update assembly version from hardcoded to MajorVersion (#74157)" (#77...Eric StJohn
2022-11-07Fix typo in docs of AdvSimd.Arm64.TransposeOdd (#76971)TechPizza
2022-11-07Improve IndexOf handling in regex source generator / compiler (#77925)Stephen Toub
2022-11-07Add and use a MakeSrcRegOptional that validates IsSafeToContainMem was called...Tanner Gooding
2022-11-07check the right return value for mmap (#77952)Manish Godse
2022-11-07Update dependencies from https://github.com/dotnet/arcade build 20221104.2 (d...dotnet-maestro[bot]
2022-11-07Remove unnecessary encoding allocations in System.Private.DataContractSeriali...Krzysztof Wicher
2022-11-07Control if invalid configuration values are swallowed or thrown (#77708)Steve Dunn
2022-11-07Correct typo in README (#77958)Jon Galloway
2022-11-06Include dependently promoted fields in SSA (#77238)SingleAccretion
2022-11-06Fix mono arm assert with large return structs (#77854)Bill Holmes
2022-11-06Update dependencies from https://github.com/dotnet/arcade build 20221104.2 (#...dotnet-maestro[bot]
2022-11-06[main] Update dependencies from dotnet/icu dotnet/runtime-assets dotnet/emsdk...dotnet-maestro[bot]
2022-11-06Fix rerunning crossgen2 tests (#77903)Jakob Botsch Nielsen
2022-11-05Optimize XxHash3 on ARM platform (#77881)Alexandre Mutel
2022-11-05Switch custom attribute hash from using CClosedHashEx to SHash (#77933)Elinor Fung
2022-11-05[JIT] X64 - More replacement sequences for integer multiplication by a consta...Will Smith