projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2020-07-15
Dan Moseley
Fix TestOnStartWithArgsThenStop and make service tests...
|
commitdiff
2020-07-14
Sergey Andreenko
2 small cleanup: 2 printf formatiing typos and 1 functi...
|
commitdiff
2020-07-14
Vitek Karas
Assembly.Location should return empty string for assemb...
|
commitdiff
2020-07-14
Mitchell Hwang
[wasm] Address System.Runtime.Loader failures (#39306)
|
commitdiff
2020-07-14
Santiago Fernandez...
WASM: run tests on CI only in rolling and/or when libra...
|
commitdiff
2020-07-14
nathan-moore
JIT: Don't emit some unnecessary tests (#38586)
|
commitdiff
2020-07-14
Stephen Toub
Delete APM fallback from Socket task operations (#39248)
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Fix System.IO.FileSystem.DriveInfo and Microsoft...
|
commitdiff
2020-07-14
Eric Erhardt
Preserve DebuggerTypeProxyAttribute classes (#39126)
|
commitdiff
2020-07-14
Egor Chesakov
[Arm64] ASIMD StorePair StorePairNonTemporal (#39240)
|
commitdiff
2020-07-14
monojenkins
[wasm] Restrict the changes in mono/mono#20113 to netco...
|
commitdiff
2020-07-14
Dan Moseley
Add sleep before looking for dump (#39217)
|
commitdiff
2020-07-14
Eric Erhardt
Fix build break by adding new package version for Depen...
|
commitdiff
2020-07-14
Tomas Weinfurt
add ServerOptionsSelectionCallback to SslStream (#38760)
|
commitdiff
2020-07-14
Steve Pfister
[Wasm] Disable System.Linq.Parallel test suite (#39305)
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Fix System.Diagnostics.TextWriterTraceListener...
|
commitdiff
2020-07-14
Drew Scoggins
Add NoInterpreter filter back (#39131)
|
commitdiff
2020-07-14
Tomas Weinfurt
improve diag for GetNetworkInterfaces failures (#39252)
|
commitdiff
2020-07-14
Adam Sitnik
don't aquite lock when calling RuntimeInformation.OSArc...
|
commitdiff
2020-07-14
Adam Sitnik
add OSPlatform.macOS, switch to OrdinalIgnoreCase for...
|
commitdiff
2020-07-14
Anirudh Agnihotry
Adding attribute keyword to all the attributes in the...
|
commitdiff
2020-07-14
dotnet-maestro[bot]
[master] Update dependencies from mono/linker dotnet...
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Fix System.Diagnostics.Tracing (#39271)
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Disable two GetFunctionPointerForDelegate tests...
|
commitdiff
2020-07-14
Maxim Lipnin
[wasm] Enable System.Runtime.Serialization.Primitives...
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Disable System.Net.Primitives.Pal.Tests.csproj...
|
commitdiff
2020-07-14
Alexander Nikolaev
Socket's connect operations tracing (#38620)
|
commitdiff
2020-07-14
Alexander Nikolaev
WinHttpHandler multiple HTTP/2 connections test is...
|
commitdiff
2020-07-14
Eric Erhardt
Fix DebuggerTypeProxy on ObjectCollection (#39234)
|
commitdiff
2020-07-14
Johan Lorensson
Keep weak gc handle for EventPipe delegate callback...
|
commitdiff
2020-07-14
Zoltan Varga
[wasm] Fail right away in interp_create_method_pointer...
|
commitdiff
2020-07-14
Maxim Lipnin
[wasm] Enable System.Runtime.Serialization.Xml and...
|
commitdiff
2020-07-14
Maxim Lipnin
[wasm] Enable System.Runtime.Serialization.Json test...
|
commitdiff
2020-07-14
Mitchell Hwang
[wasm] Address System.Runtime.Loader.DefaultContext...
|
commitdiff
2020-07-14
Mitchell Hwang
[wasm] Address System.Runtime.InteropServices failures...
|
commitdiff
2020-07-14
Maxim Lipnin
[wasm] Enable System.Net.Http.Unit test suite (#39181)
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Disable tests on System.Diagnostics.StackTrace...
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Add PNSE for System.Net.NameResolution and disabl...
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Fix System.Diagnostics.TraceSource tests (#39224)
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Disable tests in System.ComponentModel.Annotation...
|
commitdiff
2020-07-14
Alexander Köplinger
WASM: Disable thread related tests on System.IO.Compres...
|
commitdiff
2020-07-14
Jeff Handley
Allow platform-specific attributes on Fields (#39214)
|
commitdiff
2020-07-14
Eric StJohn
Remove System.Reflection.DispatchProxy package (#39220)
|
commitdiff
2020-07-14
Tanner Gooding
Adding LinkedListNode<T>.ValueRef (#39236)
|
commitdiff
2020-07-14
Ivan Povazan
Portable PDB support for ilasm (#37702)
|
commitdiff
2020-07-14
Tarek Mahmoud Sayed
Add NeutralResourcesLanguageAttribute to corefx librari...
|
commitdiff
2020-07-14
imhameed
Run CoreCLR runtime tests using Mono with LLVM AOT...
|
commitdiff
2020-07-14
Geoff Kizer
add write queue to Http2Connection to optimize write...
|
commitdiff
2020-07-14
Stephen Toub
Fix ManagedWebSocket ordering of releasing send buffer...
|
commitdiff
2020-07-14
Yoh Deadfall
Added field support to JSON serializer (#36986)
|
commitdiff
2020-07-14
Eugene Rozenfeld
Inlined GC Polls for call to methods with SuppressGCTra...
|
commitdiff
2020-07-13
Marek Safar
Add documentation about libraries features switches...
|
commitdiff
2020-07-13
Mitchell Hwang
[wasm] Addressing System.Runtime.Extensions failures...
|
commitdiff
2020-07-13
Alexander Köplinger
Add space after "Other" in OperatingSystem.VersionStrin...
|
commitdiff
2020-07-13
Egor Chesakov
[Arm64] ASIMD DotProduct and Rounding Double Multiply...
|
commitdiff
2020-07-13
David Cantu
Support reseolve reference for typeof(object) on deseri...
|
commitdiff
2020-07-13
Marek Safar
Add always trimmed attributes list for browser config...
|
commitdiff
2020-07-13
Vladimir Sadov
enable GS Cookie on OSX (#39143)
|
commitdiff
2020-07-13
Hugh Bellamy
Add Enum generic overloads (#33589)
|
commitdiff
2020-07-13
Kenneth Pouncey
[browser][wasm][tests] JavaScript Interop Marshal tests...
|
commitdiff
2020-07-13
Hugh Bellamy
Add some edge case tests for Array.CreateInstance and...
|
commitdiff
2020-07-13
Natalia Kondratyeva
Fix codepoint splitting in email headers (#39072)
|
commitdiff
2020-07-13
Stephen Toub
Update deep-dive-blog-posts.md
|
commitdiff
2020-07-13
Alexander Nikolaev
WinHttpHandler supports multiple HTTP/2 connections...
|
commitdiff
2020-07-13
Egor Bogatov
Fold "cns_str"[cns_index] to ushort constant (#37226)
|
commitdiff
2020-07-13
Vlad Brezae
[interp] Add intrinsics for some common operations...
|
commitdiff
2020-07-13
Shay Rojansky
Nullability annotations for System.Data (#38810)
|
commitdiff
2020-07-13
Ryan Lucia
[mono] Disable config dir lookups on netcore (#38818)
|
commitdiff
2020-07-12
Adeel Mujahid
Cleanup dead code under undefined constants (#39155)
|
commitdiff
2020-07-12
Shay Rojansky
Add SqlState and IsTransient to DbException (#39157)
|
commitdiff
2020-07-12
Michal Strehovský
Sync shared compiled files (#39162)
|
commitdiff
2020-07-12
Shay Rojansky
Add async System.Data resultset and database schema...
|
commitdiff
2020-07-12
Frederik Carlier
Remove unused DeviceIoControl P/Invoke declaration...
|
commitdiff
2020-07-12
Stephen Toub
Remove dead SUPPORT_THREAD_ABORT code in PLINQ (#39148)
|
commitdiff
2020-07-11
Edison Henrique...
Remove catch ThreadAbortException (#39136)
|
commitdiff
2020-07-11
David Mason
Update DacHeapWalker to know about POH in SVR mode...
|
commitdiff
2020-07-11
Andy Ayers
JIT: retype byrefs passed to unmanaged callers as nativ...
|
commitdiff
2020-07-11
Ilia
Add missing PAL_CS_NATIVE_DATA_SIZE & DAC_CS_NATIVE_DAT...
|
commitdiff
2020-07-11
Ilia
Fix build configs for macOS ARM64 on DTK (#39142)
|
commitdiff
2020-07-11
Eric StJohn
Update packaging verion (#39101)
|
commitdiff
2020-07-11
Simon Nattress
Update R2RTest to compile the Serp application in two...
|
commitdiff
2020-07-11
Alexander Köplinger
Fix creating OperatingSystem with PlatformID.Other...
|
commitdiff
2020-07-11
John Salem
Move printf in PauseOnStart (#39095)
|
commitdiff
2020-07-11
Alexander Köplinger
WASM: Fix System.Formats.Asn1 tests (#39104)
|
commitdiff
2020-07-10
Bruce Forstall
Add GCStress testing for libraries tests on checked...
|
commitdiff
2020-07-10
Sergey Andreenko
Fix STOREIND optimization. (#39066)
|
commitdiff
2020-07-10
Marek Safar
Update Environment.OSVersion for browser platform ...
|
commitdiff
2020-07-10
Jeremy Barton
Fix precondition on OSX 10.15 mutable store tests
|
commitdiff
2020-07-10
Steve Pfister
[Wasm] Enable System.IO.Compression.ZipFile tests ...
|
commitdiff
2020-07-10
Eric Erhardt
Preserve AsyncValueTaskMethodBuilder.ObjectIdForDebugge...
|
commitdiff
2020-07-10
Mateo Torres-Ruiz
Remove type pattern from descriptor (#39047)
|
commitdiff
2020-07-10
Alexander Köplinger
WASM: Add PlatformNotSupportedException for System...
|
commitdiff
2020-07-10
Alexander Köplinger
Rewrite System.Text.Json stream tests to be async frien...
|
commitdiff
2020-07-10
Alexander Köplinger
WASM: Add PlatformNotSupportedException for System...
|
commitdiff
2020-07-10
Kevin Jones
Span BasicSymmetricCipher and other symmetric crypto...
|
commitdiff
2020-07-10
Alexander Köplinger
WASM: Disable tests for System.Diagnostics.Process...
|
commitdiff
2020-07-10
Adam Sitnik
add IsOSPlatformOrLater and IsOSPlatformEarlierThan...
|
commitdiff
2020-07-10
David Wrighton
Tweak crossgen2 test compilation modes (#39025)
|
commitdiff
2020-07-10
Prashanth Govindarajan
Intrinsics support for WidenFourAsciiBytesToUtf16AndWri...
|
commitdiff
2020-07-10
Santiago Fernandez...
Cleanup WASM ICU PackageReference usage to use generate...
|
commitdiff
next