projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2020-10-31
hev
Fix IL interpreter build on GCC. (#44049)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-31
Stephen Toub
Disable PollingEventFires test (#44096)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-31
Stephen Toub
Optimize String.Replace(string, string) (#44088)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Fan Yang
[Interp] Create an intrinsic for Interlocked.Exchange...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Carlos Sanchez
Add area owners for System.Formats (#44038)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Larry Ewing
Clean up debugger debug logging and wasm trace logging...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Ben Adams
EqualityComparer IndexOf to shared (#44065)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Jan Kotas
Delete area-Tizen
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Layomi Akinrinade
Set default value for value-type ctor params properly...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Layomi Akinrinade
Set number handling for properties read after deseriali...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Adeel Mujahid
Enable unused-result warning for PAL (#43395)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Zoltan Varga
Fix gsharedvt constrained calls to Object.GetHashCode...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Brian Sullivan
Implement the reuse of duplicate constant values (...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Aleksey Kliger...
[cmake] Add -DCHECKED_BUILD=args support, and check...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Steve Harter
Address JsonElement doc and test feedback (#43832)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Levi Broderick
Remove unused ifdef logic in ODBC (#44042)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Stephen Toub
Add Stream argument validation helpers and use througho...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Kunal Pathak
Enable automated SPMI collection for outerloop tests...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
dotnet-maestro...
Update dependencies from https://github.com/dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-30
Levi Broderick
Use BinaryPrimitives where possible (#43474)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Stephen Toub
Remove some unnecessary List-related allocation from...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
David Wrighton
Use jitstd::sort instead of qsort in jit and gcinfo...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Jackson Miller
remove unnecessary bound check (#42431)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Stephen Toub
Update coding-style.md
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Kevin Jones
Support loading public-only PEM X.509 certificates
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Elinor Fung
Fix loading component when application was started...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Zoltan Varga
Disable the 'problematic assembly' code on .net core...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Zoltan Varga
Fix #44004, disable assertion messages in release mode...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Fan Yang
Remove redundant lower function (#44010)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
David Pine
Update ServiceProviderServiceExtensions.cs (#43974)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Zoltan Varga
Avoid disabling assert messages in debug configuration...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Levi Broderick
Clarify string.IndexOf rules in code comments (#43999)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Alexander Köplinger
Bump xharness (#43996)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Alexander Köplinger
Add back passing of --build-id option to Mono runtime...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-29
Egor Bogatov
[interp] return false for IsLittleEndian on BE (#43946)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Alexander Köplinger
Add static libraries for System.Native back to mobile...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
dotnet-maestro...
[master] Update dependencies from mono/linker dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Wei Zheng
Fix DI DisposeAsync being called twice (#43803)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Koundinya Veluri
Enable the portable thread pool by default in coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Anirudh Agnihotry
Replace net6.0 TargetFramework Equality Conditions...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Vadim Galaktionov
Respect reloadOnChange in UserSecrets in DefaultBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Ryan Lucia
[mono] Fix LoadAssemblyRaw to not pin or copy (#43830)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Alexander Köplinger
Add interpreter libraries to iOS device runtime pack...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Stephen Toub
Add initial set of conformance tests for Stream (#43834)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Stephen Toub
Change Task.FromResult to use same task cache as async...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Zoltan Varga
Disable qcalls on wasm. Treat them as normal pinvokes...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Brennan
Throw when reader is completed with an exception (...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-28
Alexander Köplinger
Add link to Discord server to README.md (#43926)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Vladimir Sadov
Some refactoring of thread suspension. (#34666)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Tammy Qiu
[wasm] Add backward compatibility file to timezone...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Fan Yang
Make runtime tests run with Android (#42683)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Koundinya Veluri
Fix test for 32-bit platforms (#43888)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Koundinya Veluri
Add info about how named mutexes work on Unix into...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Stephen Toub
Remove a volatile access from Task.Id (#43891)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Stephen Toub
Reimplement Socket.Begin/EndSend/Receive on Send/Receiv...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Jan Vorlicek
Fix covariant return type validation for canon parents...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Egor Bogatov
[RyuJIT] Fold "(X op C1) op C2" to "X op (C1 op C2...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Egor Bogatov
RyuJIT: Fold Popcnt.PopCount with constant argument...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Eirik Tsarpalis
add missing CBOR xmldocs (#43882)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Stephen Toub
Rewrite Socket.ConnectAsync for DNS with async/await...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Zoltan Varga
Set TARGET_SIZEOF_VOID_P and SIZEOF_REGISTER correctly...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Stephen Toub
Add IDictionary_Generic_Tests test for multiple values...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Koundinya Veluri
[Portable thread pool] Don't spin-wait on semaphore...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Egor Bogatov
[RyuJIT] Propagate gtFlags in Vector.Create (#43578)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Krzysztof Wicher
Improve annotations for XLinq methods taking params...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-27
Tomas Weinfurt
simplify SslStream_StreamToStream_Alpn_NonMatchingProto...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Vladimir Sadov
Statically linking coreclr and clrjit in single file...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Jeremy Koritzinsky
Revert "Try re-enabling IBC on macOS. (#39801)" (#43839)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
monojenkins
[WIP][interp] Unify execution and valuetype stacks...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Adeel Mujahid
Merge PAL's _wcslwr into _wcslwr_s (#43265)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
David Wrighton
Setting value of enums didn't properly widen the value...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Cory Nelson
Add cancellable and AddressFamily-specific name resolut...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Steven
Fixed bug in ReadOnlyDictionary's IDictionary.this...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Zoltan Varga
Bump emscripten to 2.0.6. (#43800)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Eugene Shcherbo
Enhance #43238 so that it covers DefineScope method...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Shreyas Jejurkar
ServiceProcess Controller Refactor (#43797)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
imhameed
CoreCLR runtime tests + Mono LLVM AOT on arm64 Linux...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Aleksey Kliger...
[docs] Add area-System.Reflection-mono area owners...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Eric StJohn
Ensure IBC data is copied to the expected location...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
monojenkins
[w32process-win32] Implement System.Diagnostics.Process...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Lakshan Fernando
Fix to set the inner exception for ALC event (#43667)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Anton Firszov
Fix RHEL7 socket dispose hang, and extend coverage...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-26
Zoltan Varga
Disable JIT counters if the JIT is disabled. (#43808)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-25
dotnet-maestro...
[master] Update dependencies from dotnet/arcade Microso...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-25
Jan Kotas
Use function pointers for interop (Unix) (#43793)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Alexander Köplinger
Update Android instrumentation runner to be closer...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Egor Chesakov
Pass -target arm or -target arm64 to superpmi.exe...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Ankit Jain
[wasm][debugger] Fix check for already loaded assemblie...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Aleksey Kliger...
[mono] Use lax Roslyn and analyzers settings for sample...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Stephen Toub
Fix inconsistency of the 'CanRead' property after dispo...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Tomas Weinfurt
improve link detection for WIFI on macOS (#43737)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
monojenkins
[w32socket] Turn WireGuard ENOKEY errno to WASANETUNREA...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
RaymondHuy
Fix issue: ConventionsBuilder and open generic export...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Larry Ewing
Block the runtime on ready to early bind breakpoints...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
monojenkins
Mono: Clang bin path not added to PATH for VS2019 build...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Bekir Ozturk
Setting `WebProxy.BypassList` to null throws (#40656)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Wei Zheng
Fix null reload token for ConfigurationProvider (#43306)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Kevin Wittmer
Improve error message thrown by Microsoft.Extensions...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Nikolay-parhimovich
Fix issue #36999 (#43723)
commit
|
commitdiff
|
tree
|
snapshot
2020-10-23
Vitek Karas
Suppress trim analysis warnings inside reflection imple...
commit
|
commitdiff
|
tree
|
snapshot
next