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-07-12Update dependencies from https://github.com/dotnet/hotreload-utils build 2022...darc-main-777b0e89-270a-449d-aab5-49a45deb466cdotnet-maestro[bot]
2022-07-12 [wasm] mark JSImportGenerator C# only #72007 Pavel Savara
2022-07-12Rebucket tests that fail with NativeAOT and fix some (#71819)Michal Strehovský
2022-07-12Remove android special case from eng/native/naming.props (#71953)Alexander Köplinger
2022-07-12Improve Generics support in System.Text.Json.SourceGeneration (#71619)Ilya Pospelov
2022-07-12[wasm] Disable `S.T.RegularExpressions FunctionalTests` tests failing due to ...Ankit Jain
2022-07-12Various createdump fixes. Smaller MacOS dump size, better logging/stats, misc...Mike McLaughlin
2022-07-12Move ArrayMarshaller and PointerArrayMarshaller to the v2 design (#71978)Jeremy Koritzinsky
2022-07-12Stop requiring bidirectional support for MarshalMode.Default (#71977)Elinor Fung
2022-07-12[wasm] Fix some failing `System.Runtime.InteropServices.JavaScript.Tests` (#7...Pavel Savara
2022-07-12Refactor Rfc2898DeriveBytes to support spansKevin Jones
2022-07-12Moved call to TryLoadGenericMetaTypeNullability (#71851)Grigory Sokolov
2022-07-12Break apart source-build intermediate which exceeds AzDO size limit (#71949)Michael Simons
2022-07-12Add tests for OAEP encryption with non-power-of-two key sizesKevin Jones
2022-07-12Fix contract customization being silently ignored over pre-existing JsonIgnor...Eirik Tsarpalis
2022-07-12Allow ZipArchive to create duplicate entries (#69524)David Cantú
2022-07-12[main] Update dependencies from dotnet/emsdk dotnet/icu (#71957)dotnet-maestro[bot]
2022-07-12Make MetadataReader.GetAssemblyName(string assemblyFile) public (#71801)Buyaa Namnan
2022-07-12[wasm] reduce eval in production code (#71932)Pavel Savara
2022-07-11Fix JitDoSsa=0 (#71789)Bruce Forstall
2022-07-11Fix the type check in "fgMorphMultiregStructArg" (#71937)SingleAccretion
2022-07-11Added the option to get the compiler version from Crossgen2 (#67317)Ivan Diaz Sanchez
2022-07-11Don't use Newtonsoft.Json as a test dependency name in ResolveComponentDepend...Vitek Karas
2022-07-11JIT: Fix reordering with 'backfilled' arguments on x86 (#71940)Jakob Botsch Nielsen
2022-07-11Improve Interop.Sys.ReadLink loop with stackalloc (#69335)Badre BSAILA
2022-07-11Fixed issue #71641 (#71671)SRV
2022-07-11[main] Update dependencies from dotnet/runtime dotnet/runtime-assets dotnet/r...dotnet-maestro[bot]
2022-07-11Stop throwing when attempting to validate a JObject. (#71717)Arthur Vickers
2022-07-11Improve JsonSerializerContext error messages in combined contexts. (#71936)Eirik Tsarpalis
2022-07-11Consolidate Newtonsoft versions (#71402)Adeel Mujahid
2022-07-11Update System.CommandLine from 2.0.0-beta3 to beta4 (#71916)Adeel Mujahid
2022-07-11NegotiateAuthentication: Implement additional API surface (#71777)Filip Navara
2022-07-11[wasm] closing invalid http host header as would not fix (#71923)Pavel Savara
2022-07-11[wasm] fix Debug configuration compilation (#71929)Radek Doulik
2022-07-11Avoid SafeHandle finalization from failed registry operations (#71854)Stephen Toub
2022-07-11Remove unused files from System.Net.Http.csproj (#71912)Stephen Toub
2022-07-11Fix ordering of adding in Regex's BitVector.GetHashCode (#71913)Stephen Toub
2022-07-11Disable SYSLIB1045 for System.Text.RegularExpressions.Tests (#71914)Stephen Toub
2022-07-11Update dependencies from https://github.com/dotnet/linker build 20220709.1 (#...dotnet-maestro[bot]
2022-07-11Update dependencies from https://github.com/dotnet/msquic build 20220709.1 (#...dotnet-maestro[bot]
2022-07-11Redo minor cleanups in System.Runtime.Numerics (#71274)Huo Yaoyuan
2022-07-11Fix annotation on XmlElement constructor parameter (#71860)Steve Dunn
2022-07-11Fix HttpQSCollection.ToString to not throw (#71903)feiyun0112
2022-07-11PeriodicTimer XML documentation improvement (#71905)Theodor Zoulias
2022-07-10[QUIC] API QuicListener (#71579)Marie Píchová
2022-07-10[wasm]: JavaScript interop with [JSImport] and [JSExport] attributes and Rosl...Pavel Savara
2022-07-10Add runtime reflection tests for generic constraints (#71898)Jan Kotas
2022-07-10Update deep-dive-blog-posts.md (#71907)D.C. Valkyrie
2022-07-10Propagate typeof() during inlining (#71778)Egor Bogatov
2022-07-10Do not compact blocks that participate in alignment or from different loopnum...Kunal Pathak