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-03-22Fix memory load ordering bug (#66952)Jeremy Koritzinsky
2022-03-21[mono] Remove w32error code (#66846)Alexander Köplinger
2022-03-21Localized file check-in by OneLocBuild Task: Build definition ID 679: Build I...dotnet bot
2022-03-21Add optimization "X & 1 == 1" to "X & 1" (#61412) (#62818)Sychev Vadim
2022-03-21Clear gcServer envvar before running the scenario (#66907)Adeel Mujahid
2022-03-21Fix DNS cancellation deadlock (#63904)Anton Firszov
2022-03-21Update error string for non-glibc scenarios (#66950)Aaron Robinson
2022-03-21Move libunwind directories to src/native/external (#64043)Adeel Mujahid
2022-03-21Revert "[crossgen2] Promote single byref aot. (#65682)" (#66946)Jakob Botsch Nielsen
2022-03-21Implement NativeLibrary.GetEntryPointModuleHandle (#57610)Jeremy Koritzinsky
2022-03-21Cloning improvements (#66257)Bruce Forstall
2022-03-21[mono] Fix typo in detecting sys/auxv.h (#66894)Alexander Köplinger
2022-03-21Fix up DiagnosticName of RuntimeDetermined types (#66937)Michal Strehovský
2022-03-21[mono][interp] Fix a few local store warnings (#66766)Vlad Brezae
2022-03-21Make it possible to log scanner progress (#66935)Michal Strehovský
2022-03-21Fix ReplaceModuleMapping for 32bit binary on 64bit kernel (#66640)Hyungju Lee
2022-03-21Use ValueStringBuilder in CodeIdentifier.MakeValid (#66915)Stephen Toub
2022-03-21Replace XmlSchema ContentValidator Hashtables that are boxing lots of ints (#...Stephen Toub
2022-03-21Delete IL verifier support in the VM (#66616)Jan Kotas
2022-03-20Add flags checks to BMI1 intrinsic lowering (#66736)Wraith
2022-03-19Fix too narrow loads while unspilling (#66675)Jakob Botsch Nielsen
2022-03-19Merged wrapper support for test exclusion lists (#66680)Tomáš Rylek
2022-03-19JIT: handle large OSR funclet frame initial SP delta for arm64 type 5… (#66...Andy Ayers
2022-03-19Include sys/auxv.h in getexepath (#66874)Adeel Mujahid
2022-03-19Fixed TlsHandshakeType enum label (#66786)J. Ritchie Carroll
2022-03-19Fix Character Spelling (#66857)Stefan
2022-03-19Add tests for RegexGenerator on interface and virtual members (#66850)Stephen Toub
2022-03-19Avoid boxing array enumerator in StackTrace.TryResolveStateMachineMethod (#66...Stephen Toub
2022-03-19Avoid IntPtr[] allocation in Associates.AssignAssociates (#66825)Stephen Toub
2022-03-19[mono] Make the --llvmonly mode the same as --llvmonly-interp. (#66811)Zoltan Varga
2022-03-19Disabled System.Security.Cryptography.Tests for Android x64 and x86 (#66833)Ilona Tomkowicz
2022-03-19Do not include redist files in runtime packs (#66805)Vladimir Sadov
2022-03-19Fix cancel in PipeReader.ReadAtLeastAsync (#66752)Brennan
2022-03-19Replace AsArgument/AsParameter with less P/Invoke-centric concepts (#66784)Jeremy Koritzinsky
2022-03-18[mono] Remove a few set but unused variables (#66839)Alexander Köplinger
2022-03-18Dedup patterm/options/timeout in Regex source generator (#66747)Stephen Toub
2022-03-18Reduce string allocations in XmlWriterTraceListener (#66762)Stephen Toub
2022-03-18[mono] Move basic w32file* and w32process* functions to eventpipe (#66731)Alexander Köplinger
2022-03-18[mono] Remove unused MONO_DEBUG=dont-free-domains option. (#66817)Zoltan Varga
2022-03-18[Group 3] Enable nullable annotations for `Microsoft.Extensions.Logging` (#65...Maksym Koshovyi
2022-03-18[mono][jit] Pass generic context when ldftn of generic method (#66350)Vlad Brezae
2022-03-18Make the `EventSource` generator incremental et.al. (#64579)Theodore Tsirpanis
2022-03-18[mono] Hot Reload: support for reloadable types (#66749)Aleksey Kliger (λgeek)
2022-03-18Remove superfluous string[] and string from System.IO.Packaging.ContentType (...Stephen Toub
2022-03-18Use guint64 in UCONTEXT_REG_SET_PC (arm64) (#66812)Adeel Mujahid
2022-03-18Disable Windows arm32 pinvoke stress tests (#66790)Jakob Botsch Nielsen
2022-03-18Reenable 4611 and 4703 (#66792)Aaron Robinson
2022-03-18Load C++/CLI DLLs built against .NET 7.0+ in default ALC (#66486)Elinor Fung
2022-03-18Implement missing SymUnmanaged* interfaces (#66650)Steve
2022-03-18Reimplement stubs to improve performance (#65738)Jan Vorlicek