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-05-13
Koundinya Veluri
Merge pull request #36268 from kouvel/NamedMutexFix
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Santiago Fernandez...
Return exit code 1 in android test runner if a test...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Stephen Toub
Remove some `= null!`s from corelib (#36175)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
monojenkins
Emit DWARF debug_abbrev offset for compile units as...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
monojenkins
[runtime] Move delegate_bound_static_invoke_cache to...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Alexander Köplinger
Add MonoAOTCompiler msbuild task (#35961)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Stephen Toub
Remove several unnecessary arrays used with Split ...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Sung Yoon Whang
Add POH size counter (#36150)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Santiago Fernandez...
Flow exit code from RunTests.sh in iOS (#36315)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Eric Erhardt
Remove unsed variable in MsQuicApi (#36302)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Ivan Diaz Sanchez
Prevent build scripts from letting random values throug...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Eric Erhardt
Fix Microsoft.Extensions.DependencyModel AssemblyVersio...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Elinor Fung
Set ExactSpelling=true on P/Invokes in System.Private...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
David Shulman
Fix HttpClient SSL3.0 test on newer Windows OS (#36308)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-13
Nikiforov Alexey
Add ctor to JsonSerializerOptions that takes serializer...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Aaron Robinson
Add QCALL_CONTRACT_NO_GC_TRANSITION (#36294)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Stephen Toub
Fix nullable annotations on DangerousAcceptAnyServerCer...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Aaron Hudon
Comment typos (#36296)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Santiago Fernandez...
Use Publish target for self contained test apps (#36290)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Koundinya Veluri
Address feedback, disable a test on Mono, slightly...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Eric Erhardt
Remove PlatformAbstractions from runtime tests. (#36243)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Jeremy Barton
Ignore the private key handle cert property for persist...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Eric Erhardt
Fix build break by bumping DependencyModel package...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Jan Vorlicek
Minor MethodTable building optimization (#36283)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Carlos Sanchez...
Apply CA1835 - Prefer memory overloads for Stream.ReadA...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Ryan Lucia
[mono] Don't throw inheritance error on interfaces...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Youssef Victor
Use CopyTo(arr) instead of creating List<T> first ...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Santiago Fernandez...
Update testing.md (#36286)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
dotnet-maestro...
[master] Update dependencies from 4 repositories (...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Tom Deseyn
Ensure Process.ProcessName doesn't change when setting...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Adeel Mujahid
Add configurations for SunOS CoreCLR managed build...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Santiago Fernandez...
Build tests as self contained apps for mobile targets...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Krzysztof Wicher
Merge pull request #35683 from krwq/nullable-xml-2
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Zoltan Varga
Build WASM runtimes (#35566)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Sean Hall
Fix vs testing link (#36261)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Koundinya Veluri
Fix Unix named mutex crash during some race conditions
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Jeremy Koritzinsky
Handle struct marshal stubs in ILStubManager::TraceMana...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Tomas Weinfurt
disable ServerAsyncAuthenticate_MismatchProtocols_Fails...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Tanner Gooding
[ARM64] Implement Duplicate and DuplicateSelectedScalar...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Youssef Victor
Delete outdated todo comment (#36224)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-12
Anirudh Agnihotry
update branding to preview6 (#36247)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Simon Nattress
Reduce DebugInfoTable size (#36174)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Youssef Victor
Fix empty ParamName in ArgumentException (#36208)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Eric Erhardt
Fix up nint code after latest changes to use compiler...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Mitchell Hwang
[testing] Rename Prop AppleTestBuilderDir to AppleAppBu...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Viktor Hofer
Remove EmbeddedResourceUseDependentUponConvention ...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Anirudh Agnihotry
Use already defined generateAssemblyReferenceSource...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Jarret Shook
Setup pr and batch runs for dev/infrsatructure (#36218)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Tanner Gooding
Ensure we mark op2 as delayFree if it is rmw and the...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Aaron Robinson
Update the mscorlib.md document. (#36225)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Egor Bogatov
Fix iOS and Android samples (#36223)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Elinor Fung
Make global ComWrappers for marshalling respect request...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Youssef Victor
Include Content-Type in exception in ReadFromJsonAsync...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Andrew Au
Expose the parsed signature in structured format (...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Viktor Hofer
Use TargetFramework conditions consistently in librarie...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
dotnet-maestro...
Update dependencies from https://github.com/dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
ts2do
Add invalidation to DTFI's SetAllDateTimePatterns ...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Tarek Mahmoud...
Revert "Revert "Remove superflous CheckReleased call...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Manish Godse
Preempt Watson exception handling (#36179)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Omair Majid
Add some upcoming distro RIDs
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Steve Harter
Improve deserialization perf for case-insensitive and...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Eric Erhardt
Return the correct OSVersion on OSX like systems. ...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Jan Kotas
Port GC changes from dotnet/corert (#36197)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
monojenkins
[mono] Fix musl PowerPC build (#36162)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Jan Kotas
Update ryujit-tutorial.md (#36191)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
mrj001
Adding unit test to provoke exception using Sch_WhiteSp...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
monojenkins
[tests] Adjustments to interp disabled tests (#36178)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
Emmanuel André
Fix sync call in XContainer.ReadContentFromAsync (...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
ts2do
Add tests for changes in #34438 (#36166)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
Egor Bogatov
Remove CompareOrdinalEx (#36184)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
dotnet-maestro...
Update dependencies from https://github.com/dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
Santiago Fernandez...
Fix mobile testing and do some extra cleanup in variabl...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
Stephen Toub
Remove unnecessary static array from FrameworkName...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
Alexander Köplinger
Reenable iOS_arm builds (#34942)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-10
Anton Lapounov
Fix buffer overrun in JIT for Vector256<T> types on...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Nathan Ricci
Enable Common Runtime Tests for Mono on Linux-Arm64...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Miha Zupan
Make Uri Thread-Safe (#33042)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Jan Kotas
Use C# compiler provided nint/nuint (#36159)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Tomas Weinfurt
increase FailingTestTimeoutMiliseconds for Ssl server...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Tomas Weinfurt
add platform to two tests to avoid test skip on Unix...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Stephen Toub
Apply Regex starting loop optimization to non-atomic...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
monojenkins
[interp] Fix sdks build (#36121)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Jose Perez...
Fixing test failing on arm64 (#36145)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Jan Kotas
Finish the other part of the GCTotalPhysicalMemory...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-09
Levi Broderick
React to latest Roslyn nullability changes (#36104)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Nathan Ricci
Naricc/test mono is mono (#36079)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Tarek Mahmoud...
Revert "Remove superflous CheckReleased call which...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Viktor Hofer
Enable VS Test Explorer without the -vs switch (#36126)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Santiago Fernandez...
Add windows 8 and windows 7 testing for PRs in a reduce...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Viktor Hofer
Document F5 and Test Explorer prerequisites (#36117)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Jan Kotas
Fix reverse marshalling of refs to blittable types...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Layomi Akinrinade
Merge pull request #35826 from layomia/converter_handle...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Layomi Akinrinade
Merge pull request #32107 from YohDeadfall/fix-hidden...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Drew Scoggins
Add mono performance runs (#34825)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
dotnet-maestro...
[master] Update dependencies from 4 repositories (...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
John Salem
Modified PR for reverse diagnostics server (#35850)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Tanner Gooding
Optimize Vector128 and Vector256.Create methods (#35857)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Nikiforov Alexey
remove unused locals: System.Private.DataContractSerial...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
Carol Eidt
Struct Improvements (#35544)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-08
monojenkins
[interp] Add x86 support (#35966)
commit
|
commitdiff
|
tree
|
snapshot
next