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
path: root/src
AgeCommit message (Expand)Author
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-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-10Propagate typeof() during inlining (#71778)Egor Bogatov
2022-07-10Do not compact blocks that participate in alignment or from different loopnum...Kunal Pathak
2022-07-10[wasm-mt] Fixup after Emscripten 3.1.12 bump (#71893)Aleksey Kliger (λgeek)
2022-07-10Fix miscellaneous typos (#71896)Adeel Mujahid
2022-07-10Vectorize Convert.ToBase64String (#71795)Egor Bogatov
2022-07-10Delete dead code (#71892)Jan Kotas
2022-07-10Update string marshallers to V2 shape (#71849)Aaron Robinson
2022-07-10Add AggressiveInlining to a couple of Vector.Create methods (#71889)Egor Bogatov
2022-07-10Pass CancellationToken to Http2Connection SetupAsync (#70906)campersau
2022-07-10Convert a few trivial Type, RuntimeType and Enum FCalls to C# (#71873)Jan Kotas
2022-07-09Move System.Drawing files from Common to System.Drawing.Primitives (#71878)Filip Navara
2022-07-09[wasm] Bump emscripten to 3.1.12 (#70693)Radek Doulik
2022-07-09Use u8 string in CultureNames (#71417)Adeel Mujahid
2022-07-09Localized file check-in by OneLocBuild Task: Build definition ID 679: Build I...dotnet bot
2022-07-09Use the portable timer implementation in CoreCLR (#71864)Koundinya Veluri
2022-07-09Use HashCode.Combine instead of ValueTuple.GetHashCode in MatchingState (#71859)Stephen Toub
2022-07-09Enable `TYP_STRUCT` `LCL_VAR/LCL_FLD` call args on ARM (#71598)SingleAccretion
2022-07-09[wasm] JSImport and JSExport code gen (#71551)Pavel Savara
2022-07-09Updating the Generic Math to match final API review feedback (#71800)Tanner Gooding
2022-07-09Do not throw BadImageFormat from the type system (#71820)Michal Strehovský
2022-07-09Enable Rfc2898DeriveBytes on Browser WASM (#71768)Eric Erhardt
2022-07-09Handle unary operator GT_CNEG_LT in few code paths (#71845)Kunal Pathak
2022-07-09Move _OOP_find_proc_info to libunwind (#71465)Adeel Mujahid
2022-07-09Enabled `System.ComponentModel.TypeConverter.Tests`. (#71821)Ilona Tomkowicz
2022-07-09Add an Azure NPM registry (#71393)Andy Gocke
2022-07-09Add basic regression testing for .NET 6 source generated JsonSerializerContex...Eirik Tsarpalis
2022-07-09Add/implement ObsoletedInOSPlatformAttribute. (#71846)Rolf Bjarne Kvinge
2022-07-09Fix more warnings from updated IDE rules (#71779)Stephen Toub
2022-07-09Fix stack overflow from start set calculation (#71842)Olli Saarikivi
2022-07-08Always expand "obj is ExactClass" even in cold blocks (#71739)Egor Bogatov
2022-07-08Add missing APIs to contract customization (#71797)Eirik Tsarpalis
2022-07-08Check for V2 shapes on array marshallers (#71796)Elinor Fung