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
2021-08-17
Mitchell Hwang
[Android][libraries] Throw PNSE for PersistKeySet flags...
|
commitdiff
2021-08-17
Jakob Botsch Nielsen
Add checks for missing SSA numbers (#57274)
|
commitdiff
2021-08-17
Vladimir Sadov
commenting out an assert that could be triggered on...
|
commitdiff
2021-08-17
Ankit Jain
[wasm] Add incremental build support (#57113)
|
commitdiff
2021-08-17
dotnet-maestro[bot]
[main] Update dependencies from dnceng/internal/dotnet...
|
commitdiff
2021-08-17
dotnet-maestro[bot]
Update dependencies from https://github.com/mono/linker...
|
commitdiff
2021-08-17
Katelyn Gadd
Add dedicated wasm implementation for Parallel.Invoke...
|
commitdiff
2021-08-17
Tomas Weinfurt
update msquic to 1.7 (#57541)
|
commitdiff
2021-08-17
Maxim Lipnin
Add UnmanagedCallersOnly attribute to SafeDeleteSslCont...
|
commitdiff
2021-08-17
Kevin Jones
Use OID constructor for certificate SignatureAlgorithm.
|
commitdiff
2021-08-17
Egor Bogatov
JIT: Don't fold NEG(NEG(X)) to X when NEG(x) is a CSE...
|
commitdiff
2021-08-17
Thays Grazia
[wasm] [debugger] Cache debugger information on Proxy...
|
commitdiff
2021-08-17
Stephen Toub
Avoid most of the (small) regressions for seeded and...
|
commitdiff
2021-08-17
Egor Bogatov
Skip CSE for non-hoistable floats (#57438)
|
commitdiff
2021-08-17
Vitek Karas
Add `zip` tool to the install list for Android tests...
|
commitdiff
2021-08-17
Steve Pfister
[iOS] [Android] Remove PNSE from some HttpClientHandler...
|
commitdiff
2021-08-17
Aleksey Kliger ...
[mono] Check for additional implemented variant interfa...
|
commitdiff
2021-08-17
Andrew Au
Fix DacHeapWalker for USE_REGIONS (#56796)
|
commitdiff
2021-08-17
Natalia Kondratyeva
[QUIC] QuicStream add ReadsCompleted (#57492)
|
commitdiff
2021-08-17
dotnet-maestro[bot]
[main] Update dependencies from dotnet/runtime dotnet...
|
commitdiff
2021-08-17
Marie Píchová
System.Net.NetworkInformation UnsupportedOSPlatform...
|
commitdiff
2021-08-17
Eirik Tsarpalis
Fix System.Text.Json IAsyncEnumerator disposal on cance...
|
commitdiff
2021-08-17
Anton Firszov
Move Select_AcceptNonBlocking_Success to non-parallel...
|
commitdiff
2021-08-17
Karel Zikmund
Re-enable NameResolution tests on SLES, Debian 9 and...
|
commitdiff
2021-08-17
Adam Sitnik
don't fail LongModuleFileNamesAreSupported test if...
|
commitdiff
2021-08-17
Pavel Savara
[wasm] Redesign of JS objects marshaling and lifecycle...
|
commitdiff
2021-08-17
Kunal Pathak
Initialize gtUseNum before use (#57256)
|
commitdiff
2021-08-17
Tarek Mahmoud Sayed
Add more Metrics API overloads taking tags (#56940)
|
commitdiff
2021-08-17
Tomas Weinfurt
Fix handling of new connection in MsQuicListener (...
|
commitdiff
2021-08-17
Alexander Köplinger
Set CMAKE_OSX_DEPLOYMENT_TARGET for all Mono AOT compil...
|
commitdiff
2021-08-17
Santiago Fernandez...
Add linux mariner to rolling builds for libraries tests...
|
commitdiff
2021-08-17
Zoltan Varga
[mono][llvm] Access mono_thread_interruption_request_fl...
|
commitdiff
2021-08-16
Kevin Jones
Check for OpenSSL availability for OpenSsl asymmetric...
|
commitdiff
2021-08-16
Sam Patel
Revert "[mono] Fix a few corner case overflow operation...
|
commitdiff
2021-08-16
dotnet bot
Localized file check-in by OneLocBuild Task (#57384)
|
commitdiff
2021-08-16
Thays Grazia
[debugger][wasm] Support DebuggerProxyAttribute (#56872)
|
commitdiff
2021-08-16
SingleAccretion
Account for type mismatch of `FIELD_LIST` members in...
|
commitdiff
2021-08-16
Michal Strehovský
Qualify `sorted_table` allocation with `nothrow` (...
|
commitdiff
2021-08-16
Viktor Hofer
Rename transport packages to follow convention (#57504)
|
commitdiff
2021-08-16
Andrii Kurdiumov
Generate proper DWARF reg num for ARM32 (#57443)
|
commitdiff
2021-08-16
Larry Ewing
Enable System.Linq.Queryable and disable https://github...
|
commitdiff
2021-08-16
Larry Ewing
Mark individual tests for 51211 (#57463)
|
commitdiff
2021-08-16
Adam Sitnik
Fix Length for ReadOnlySequence created out of sliced...
|
commitdiff
2021-08-16
Eirik Tsarpalis
Add JsonConverter.Write/ReadAsPropertyName APIs (#57302)
|
commitdiff
2021-08-16
Larry Ewing
Remove workaround for dotnet/sdk#19482 (#57453)
|
commitdiff
2021-08-16
Anton Firszov
Do not drain HttpContentReadStream if the connection...
|
commitdiff
2021-08-16
Vlad Brezae
[mono] Fix a few corner case overflow operations (...
|
commitdiff
2021-08-16
Tomas Weinfurt
make use of ports in SPN optional (#57159)
|
commitdiff
2021-08-16
Marie Píchová
Fixed H/3 stress server after the last Kestrel change...
|
commitdiff
2021-08-16
Sergey Andreenko
disable a failing stress test. (#57473)
|
commitdiff
2021-08-16
Theodore Tsirpanis
Eliminate temporary byte array allocations in the stati...
|
commitdiff
2021-08-15
dotnet-maestro[bot]
Update dependencies from https://github.com/dotnet...
|
commitdiff
2021-08-15
dotnet-maestro[bot]
[main] Update dependencies from mono/linker (#57344)
|
commitdiff
2021-08-15
Steve Harter
Improve serializer performance (#57327)
|
commitdiff
2021-08-15
Ankit Jain
[wasm] Don't use workload for tfm < net6.0 (#56606)
|
commitdiff
2021-08-15
Adam Sitnik
Support long module path (#57335)
|
commitdiff
2021-08-15
Viktor Hofer
Update source-index-stage1.yml (#57435)
|
commitdiff
2021-08-15
Maksym Koshovyi
Fix `FileProviders.Physical.GetLastWriteTimeUtc` crash...
|
commitdiff
2021-08-14
Aleksey Kliger ...
[hot_reload] Allow the .ctor token to change for Custom...
|
commitdiff
2021-08-14
Andrew Au
ILCompiler.Reflection.ReadyToRun has to target netstand...
|
commitdiff
2021-08-14
Dan Moseley
IOException path (#57389)
|
commitdiff
2021-08-14
Radek Doulik
[tests] Set the EventSourceSupport feature switch ...
|
commitdiff
2021-08-14
dotnet-maestro[bot]
[main] Update dependencies from dotnet/arcade dotnet...
|
commitdiff
2021-08-14
dotnet-maestro[bot]
[main] Update dependencies from mono/linker (#57203)
|
commitdiff
2021-08-14
Radek Doulik
[wasm] Make sure the TargetOS is capitalized (#54927)
|
commitdiff
2021-08-14
Jakob Botsch Nielsen
Properly account for padding in PUTARG_SPLIT with GT_FI...
|
commitdiff
2021-08-14
Tomáš Rylek
Harvest signatures of methods being compiled by the...
|
commitdiff
2021-08-14
Jeremy Barton
Avoid finalizer race in the SslStreamNetworkStreamTests...
|
commitdiff
2021-08-14
Mitchell Hwang
[libraries] Update System.Runtime.Extensions tests...
|
commitdiff
2021-08-14
Koundinya Veluri
Fix thread pool completed work item counter to remove...
|
commitdiff
2021-08-14
Kevin Jones
Add UnsupportedOSPlatform to RC2.Create for Android...
|
commitdiff
2021-08-14
Maryam Ariyan
Fix compile issue with escaped characters in logging...
|
commitdiff
2021-08-14
David Cantú
Ignore IOException in PollingFileChangeToken (#57376)
|
commitdiff
2021-08-14
Stephen Toub
Improve AppendLiteral for short literals (#57217)
|
commitdiff
2021-08-14
Kunal Pathak
imul instruction size misprediction (#57179)
|
commitdiff
2021-08-13
Stephen Toub
Add Capture.ValueSpan (#57357)
|
commitdiff
2021-08-13
Anirudh Agnihotry
Fix Build Failures if there are no packages produced...
|
commitdiff
2021-08-13
Anirudh Agnihotry
remove non -required package downloads and package...
|
commitdiff
2021-08-13
Kunal Pathak
fix no_progress attribute (#57377)
|
commitdiff
2021-08-13
Jakob Botsch Nielsen
Fix swapping evaluation order in assignments with CSE...
|
commitdiff
2021-08-13
Alexander Köplinger
Add ILStrip task to trim method bodies (#57359)
|
commitdiff
2021-08-13
John Salem
Handle early wakeup of counter loop (#57170)
|
commitdiff
2021-08-13
Aleksey Kliger ...
[metadata] Generic params in covariant return checking...
|
commitdiff
2021-08-13
Kunal Pathak
Mark operands of non-RMW as delayFree (#57252)
|
commitdiff
2021-08-13
James Thomson
Fix invoking of `FileSystemWatcher` (#53151)
|
commitdiff
2021-08-13
Tomas Weinfurt
improve SNI handling when IP is passed in as DnsEndPoin...
|
commitdiff
2021-08-13
Mitchell Hwang
[libraries] Skip FormKC and FormKD on iOS, tvOS, and...
|
commitdiff
2021-08-13
Vlad Brezae
[mono][interp] Fixes for compilation of huge methods...
|
commitdiff
2021-08-13
Anton Firszov
HttpStress: Optimize LogHttpEventListener (#56983)
|
commitdiff
2021-08-13
Zoltan Varga
[wasm] Disable native stripping for wasm samples. ...
|
commitdiff
2021-08-13
Anton Firszov
WinHttp: Remove [SupportedOSPlatformAttribute] with...
|
commitdiff
2021-08-13
Egor Chesakov
Zero upper 4 bytes of the second operand of Vector3...
|
commitdiff
2021-08-13
Natalia Kondratyeva
Quic Abort after Dispose is no-op (#57318)
|
commitdiff
2021-08-13
Viktor Hofer
Add missing WindowsDesktop libraries (#57339)
|
commitdiff
2021-08-13
Adeel Mujahid
Add support for function pointers in ilverify (#57163)
|
commitdiff
2021-08-13
Viktor Hofer
Add Quic back to aspnetcore transport pack (#57338)
|
commitdiff
2021-08-13
dotnet-maestro[bot]
[main] Update dependencies from dnceng/internal/dotnet...
|
commitdiff
2021-08-13
Marie Píchová
updated msquic bits (#57285)
|
commitdiff
2021-08-13
Eirik Tsarpalis
Throw NotSupportedException when serializing Date/TimeO...
|
commitdiff
2021-08-13
Viktor Hofer
Fix source indexer failing official builds (#57336)
|
commitdiff
next