summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Fix ProjectN build breaks (dotnet/corert#7343)Michal Strehovský2-2/+6
2019-04-23Match managed DetermineLibraryNameVariations implementation to native Determi...Jeremy Koritzinsky1-10/+1
2019-04-23Delete unnecessary static and update GCSample to VS2019 (#24204)Jan Kotas3-6/+4
2019-04-23Revert "Dummy commit" (#24197)Anirudh Agnihotry1-52/+0
2019-04-23Fix failures caused by ICU regression (#24190)Tarek Mahmoud Sayed2-2/+7
2019-04-23Merge pull request #23932 from briansull/zero-offset-mapBrian Sullivan6-82/+177
2019-04-23Fix crash after unload with server GC (#24196)Jan Vorlicek1-0/+6
2019-04-23Nullable : System.Diagnostics.Eventing (Directory) (#24192)Anirudh Agnihotry11-76/+72
2019-04-23Dummy commitAnipik1-0/+52
2019-04-23Added additional comment explaining ChnageOper(GT_LCL_FLD) and NotAFieldBrian Sullivan1-9/+12
2019-04-23Fix handling of negative numbers in ThreadPool.SetMin/MaxThreads (#24163)Stephen Toub1-2/+8
2019-04-23Implement APIs for some threading metrics (CoreRT) (dotnet/corert#7066)Koundinya Veluri1-4/+30
2019-04-22Correct iterator (#24160)Sinan Kaya1-2/+2
2019-04-22Remove create assembly name (#24154)Steve MacLean7-74/+30
2019-04-22Fix Arm64 UpperVector save/restore (#24043)Carol Eidt5-102/+207
2019-04-21Fix AssemblyName cache hash and key (#24138)Steve MacLean3-5/+16
2019-04-20Update BuildTools, CoreClr to preview4-03917-01, preview5-27618-71, respectiv...dotnet-maestro-bot3-2/+4
2019-04-20Eventpipe Crst ordering fix (#24101)Sung Yoon Whang2-4/+5
2019-04-20Tighten asserts (#24124)Andrew Au5-10/+10
2019-04-20Fix Timezone whitespace (#24137)Steve MacLean2-3046/+3046
2019-04-19The thread triggering finalizer shutdown events should be in an alertable sta...Aaron Robinson1-1/+5
2019-04-19Pulling in CoreFX changes and fixing up Sse2.StoreLow to be Sse2.StoreScalar ...Tanner Gooding4-24/+4
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri14-34/+325
2019-04-19Merge pull request #24126 from sandreenko/fixStmtBugSergey Andreenko1-11/+35
2019-04-19Fix `impGetStructAddr`.Sergey Andreenko1-11/+35
2019-04-19Code review feedbackBrian Sullivan1-29/+6
2019-04-19Fixes for Zero Offset field sequence trackingBrian Sullivan6-78/+193
2019-04-19Large Pages on Linux & macOS (#24098)Mukul Sabharwal6-7/+52
2019-04-19Fix build errors in Interop.ErrorsSantiago Fernandez Madero1-0/+2
2019-04-19Disable warning in ValueStringBuilder.ToStringSantiago Fernandez Madero1-0/+2
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson10-354/+396
2019-04-19Look for IBC data outside Windows (#24062)Michal Strehovský2-4/+0
2019-04-19Nullable: couple of missing #nullable enable (#24094)Krzysztof Wicher12-0/+12
2019-04-19Nullable: System.Collections.Concurrent (#24054)Stephen Toub4-51/+39
2019-04-19Fix performance regression on glibc on Linux (#24099)Filip Navara1-2/+6
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas41-357/+388
2019-04-18Adding Sse2.StoreScalar(long*, V128) which will replace Sse2.StoreLow(long*, ...Tanner Gooding3-1/+21
2019-04-18Don't return value types as const (#24103)Omair Majid2-6/+6
2019-04-18Allow UpperVector Save and Restore without base type (#24080)Carol Eidt1-1/+8
2019-04-18Fix RVA field placement order (#24047)Fadi Hanna2-6/+10
2019-04-18If IPC connections fails, then remove active session. (#24082)José Rivero6-5/+37
2019-04-18Merge pull request #24071 from AndyAyersMS/Fix24055Russ Keldorph1-3/+3
2019-04-18Add a destructor for sos::GCHeap (#24072)Omair Majid2-0/+7
2019-04-18Merge pull request #23853 from jkoritzinsky/cmake-ninja-fixJan Vorlicek9-24/+29
2019-04-18Merge pull request #24066 from janvorli/put-back-cpu-limitsJan Vorlicek2-16/+18
2019-04-18Skip type sanity checks for CoreLib (#24074)Jan Kotas2-2/+2
2019-04-18Fixed ChunkEnumerator.Current NRE (#24076)Benjamin Bartels1-1/+12
2019-04-18Merge pull request #23934 from franksinankaya/gcc_cleanup_18Jan Vorlicek2-11/+11
2019-04-17Merge pull request #23762 from dotnet/NullableFeatureSantiago Fernandez Madero783-6567/+6860
2019-04-17another similar fixAndy Ayers1-1/+1