summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Delete dead code (#25066)Jan Kotas20-189/+4
2019-06-11R2R ilstubs (#24823)David Wrighton11-44/+313
2019-06-11Update dependencies from https://github.com/dotnet/core-setup build 20190611....dotnet-maestro[bot]2-3/+3
2019-06-11Make GetSessionProvider const (#25085)Andrew Au6-6/+6
2019-06-11Refactor one-time ETL rundown event firing (#24993)Koundinya Veluri3-11/+26
2019-06-11Update IEquatable/IComparable<T> for nullability (#25053)Stephen Toub13-27/+186
2019-06-11Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-op...dotnet-maestro[bot]2-6/+6
2019-06-11Update dependencies from https://github.com/dotnet/corefx build 20190611.1 (#...dotnet-maestro[bot]2-9/+9
2019-06-11Update dependencies from https://github.com/dotnet/arcade build 20190610.24 (...dotnet-maestro[bot]3-12/+12
2019-06-11Enable lab support for coreclr tests in unloadable context (#25064)Jan Vorlicek6-6/+15
2019-06-10Add optimization tiers to the Linux perf maps for perfcollect (#24967)Koundinya Veluri7-73/+124
2019-06-10Switch P/Invokes into libcoreclr for the PAL to QCalls (#25055)Jeremy Koritzinsky10-66/+81
2019-06-10fix generic attribute bug when generic attribute has parameters and the param...Avi Avni2-1/+17
2019-06-11Fix inline tracking (#25062)Jan Vorlicek1-0/+2
2019-06-10[master] Update dependencies from dotnet/core-setup (#25005)dotnet-maestro[bot]2-3/+3
2019-06-11Use pread() to read DOS/NT headers when mapping PE files (#25059)Leandro A. F. Pereira1-14/+2
2019-06-10Add source-build hook for dotnet install (#24929)Jarret Shook3-10/+7
2019-06-10Make Debug.Print(string) behavior consistent with .NET Framework (#25036)Maryam Ariyan2-3/+5
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk34-848/+2577
2019-06-10[master] Update dependencies from dnceng/internal/dotnet-optimization (#25023)dotnet-maestro[bot]2-6/+6
2019-06-10[master] Update dependencies from dotnet/corefx (#25022)dotnet-maestro[bot]2-9/+9
2019-06-10Update dependencies from https://github.com/dotnet/arcade build 20190609.1 (#...dotnet-maestro[bot]3-12/+12
2019-06-10Use SIZE_T for SectionSize in RegisterFrozenSegment (#25044)Mukul Sabharwal3-3/+3
2019-06-10Fix field offset computation for large version bubble (#25029)Jan Vorlicek4-7/+107
2019-06-09[master] Update dependencies from dotnet/arcade (#25021)dotnet-maestro[bot]10-65/+66
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero8-418/+492
2019-06-09don't acquire lock if the collator has been already created (#24973)Adam Sitnik2-25/+16
2019-06-08Move Marshal class to S.P.CoreLib (dotnet/corert#7502)Michal Strehovský1-5/+5
2019-06-08Fix issue in NamedPipeServerStream.GetImpersonationUserName() (#37676)Carlos Sanchez Lopez1-0/+1
2019-06-07Fix a race condition in EventPipe (#25025)Andrew Au2-36/+47
2019-06-07Fix redistJeremy Kuhne1-1/+9
2019-06-07Fix AppDomain issues (#25019)Steve MacLean5-9/+11
2019-06-07Mention `COMPlus_AltJitNgen=*` for crossgenCarol Eidt1-0/+3
2019-06-07Merge pull request #24007 from mikedn/enable-w4Sergey Andreenko12-39/+32
2019-06-07Explicitly set permission on the socket file created by DiagnosticServer (#24...Sung Yoon Whang1-3/+30
2019-06-07Do not delete polymorphic objects without a virtual destructor (#23705)Omair Majid7-9/+8
2019-06-07Add docs for rejit on attach and the new profiler attach mechanism (#24868)David Mason5-1/+104
2019-06-07Reduce indirect function calls (#24980)David Wrighton19-373/+156
2019-06-07Address nullable feedback for System.Runtime and System.Runtime.Extensions (#...Santiago Fernandez Madero20-34/+37
2019-06-07Fix blr printing (#24979)Carol Eidt1-1/+2
2019-06-06Add [NotNull] to syncLock parameter of EnsureInitialized (#25012)Stephen Toub1-7/+7
2019-06-06Add DisplayUnits property to DiagnosticCounter (#24981)Sung Yoon Whang6-1/+13
2019-06-06Marking Vector128<T>.Count and Vector256<T>.Count as [Intrinsic] (#24991)Tanner Gooding9-7/+30
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky24-210/+158
2019-06-06Move COM object lifetime control tests to CoreCLR. (#24990)Jeremy Koritzinsky1-5/+18
2019-06-06Fix initializing BuildTools when the Platform environment variable is set (#2...Elinor Fung2-0/+7
2019-06-06Merge pull request #25011 from dotnet/revert-24987-ReenableStackTraceTestSergey Andreenko1-0/+3
2019-06-06Revert "Reenable StackTracePreserveTests."Sergey Andreenko1-0/+3
2019-06-06Clear syncblock early when `VERIFY_HEAP && DEBUG` to prevent verification ass...Vladimir Sadov2-0/+15
2019-06-06Reenable StackTracePreserveTests. (#24987)Sergey Andreenko1-3/+0