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-08-17Make condition about lengthToExamine clearer as suggestedbackport/pr-67049-to-release/7.0-rc1Günther Foidl
2022-08-17Fixed bug and added tests for thisGünther Foidl
2022-08-17PR FeedbackGünther Foidl
2022-08-17Fixed copy/paste error (from local dev to repo)Günther Foidl
2022-08-17Avoid Unsafe.As<char, ushort> reinterpret casts by introducing string.GetRawS...Günther Foidl
2022-08-17Introduce (internal) Vector.LoadUnsafe and Vector.StoreUnsafe and use it in s...Günther Foidl
2022-08-17Handle remainder vectorized even if remainingLength <= Vector<ushort>.Count a...Günther Foidl
2022-08-17Don't use trick for collapsed epilogsGünther Foidl
2022-08-17Do vectorized operation at the end of the string only onceGünther Foidl
2022-08-17Optimized code pathes even furtherGünther Foidl
2022-08-17Optimized string.Replace(char, char) vector code pathGünther Foidl
2022-08-17Product dependencies in Versions.props must be on the latest patch version fo...github-actions[bot]
2022-08-17[release/7.0-rc1] [wasm][debugger] Hide members from classes that don't have ...github-actions[bot]
2022-08-17Use buffer.Length as the source of truth for ReadDirectoryChanges (#74023)github-actions[bot]
2022-08-16fix formatting of arm/arm64 addresses (#73967)Kunal Pathak
2022-08-16Publish ILC as a trimmed+R2R+singlefile executable (#73987)Michal Strehovský
2022-08-16Warn if runtimeconfig.template.json is used with PublishAot (#73996)Michal Strehovský
2022-08-16Improve failure mode when PublishSingleFile and PublishAot are specified toge...Michal Strehovský
2022-08-16Fix handling of corrupted state exceptions on Windows (#73889)Anton Lapounov
2022-08-16Fix another PublishAot incrementality issue (#73994)Michal Strehovský
2022-08-16Retry distributed transaction tests on MSDTC startup failure (#73941)Shay Rojansky
2022-08-16Make PublishAot properly incremental (#73989)Michal Strehovský
2022-08-16fix handling of client cert on macOS (#73574)Tomas Weinfurt
2022-08-16X509Certificates.Tests: make tests pass when sha1 cert signatures are not sup...Tom Deseyn
2022-08-16[main] Update dependencies from dotnet/linker (#73894)dotnet-maestro[bot]
2022-08-16Fix exceptions with missing HResult assignment. (#73948)David
2022-08-16avoid allocation of SafeFreeSslCredentials and SafeDeleteSslContext on Linux ...Tomas Weinfurt
2022-08-16Avoid unused NetEventSource code (#73868)Miha Zupan
2022-08-16Fix finding the Python location if the %TEMP% path contains a space (#72683)Morgan Creekmore
2022-08-16Add tests and improve binary XmlDictionaryReader performance (#73332)Daniel Svensson
2022-08-16Add generation of structured object file dumps (#73913)Michal Strehovský
2022-08-16Clean up AOT publish process (#73416)Lakshan Fernando
2022-08-16Update runtime repo to use Preview 7 SDK (#72145)Andy Gocke
2022-08-15Update byref bool native exports (#73950)Aaron Robinson
2022-08-15Vectorize IndexOfAnyExcept for four values (#73696)Adam Sitnik
2022-08-15[mono] Remove active issues for https://github.com/dotnet/runtime/issues/575...Larry Ewing
2022-08-15Fix issue#37970 (#73552)Hong Li
2022-08-15Make public EventBookmark's constructor and BookmarkText property (#73548)hoangh
2022-08-15Disable MaxResponseHeadersLength tests for HTTP/3 (#73945)Miha Zupan
2022-08-15Fix breakage from #70661 (#73962)Jo Shields
2022-08-15Use {Last}IndexOfAnyExcept in RegexCompiler and source generator (#73910)Stephen Toub
2022-08-15NativeAOT: Guarded devirtualization (#64497)Egor Bogatov
2022-08-15Show address offsets in hex (#73816)Kunal Pathak
2022-08-15Update dependencies from https://github.com/dotnet/runtime build 20220814.6 (...dotnet-maestro[bot]
2022-08-15Initialize variable prior to pedantic use. Caught by ubsan on a bool.Robert Henry
2022-08-15Unix: Move 'FileNotFound to DirectoryNotFound' handling to GetExceptionForIoE...Tom Deseyn
2022-08-15Make OCSP Stapling tests more reliable and more diagnosableJeremy Barton
2022-08-15[wasm][debugger] Support "supportsDebuggerProperties" from DAP (#71148)Thays Grazia
2022-08-15Fix unnecessary failure when Crossgen'ing dll's without proper Debug Director...Ivan Diaz Sanchez
2022-08-15Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/libraries/Common/tests/Sys...dependabot[bot]