summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-17Removing the unnecessary friend relationshipAndrew Au1-1/+0
2019-04-17Merge pull request #24067 from briansull/desktop-fix2Brian Sullivan3-6/+10
2019-04-17Added comment on #endifBrian Sullivan1-1/+1
2019-04-17JIT: fix arm64 crossgen simd issueAndy Ayers1-2/+2
2019-04-17JIT: ignore pinning of non-gc types (#24010)Andy Ayers2-10/+28
2019-04-17Fix StringBuilder annotations and debug.asserts (#24069)Santiago Fernandez Madero1-13/+12
2019-04-17Runtime counters naming change and setting default rates. (#24052)Sung Yoon Whang1-7/+7
2019-04-17Restrict morph add rearrangement. (#23984)Eugene Rozenfeld1-40/+44
2019-04-17Fix for Desktop build breakBrian Sullivan3-6/+10
2019-04-17Add lvIsImplicitByRef information to lvaSetStruct (#19223)Jarret Shook7-72/+80
2019-04-17Put back the CPU limiting in GCJan Vorlicek2-16/+18
2019-04-17Update the types consumers of Index and Range (#24036)Tarek Mahmoud Sayed8-182/+5
2019-04-16Fix a ZeroMemory call in methodcontext.cpp (#23843)Omair Majid1-2/+2
2019-04-16Nit: Update comment (#23896)Next Turn1-1/+1
2019-04-16Remove limits on IVT public key lengths. (#24042)Jeremy Koritzinsky1-7/+1
2019-04-16Changing Math.Max, Math.Min, Math.MaxMagnitude, and Math.MinMagnitude to prop...Tanner Gooding2-128/+64
2019-04-16Fix incorrect EHCount calculation (#24048)Levi Broderick1-1/+6
2019-04-16Fix incorrect thread affinitization (#24045)Jan Vorlicek1-7/+2
2019-04-16[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)José Rivero14-221/+152
2019-04-16Merge pull request #24002 from sandreenko/fixDesktopFailureSergey Andreenko1-31/+25
2019-04-16Fix if condition in AssemblyLoadContextSantiago Fernandez Madero1-1/+1
2019-04-16Use lvaGetDesc.Sergey Andreenko1-1/+1
2019-04-16Nullable: Addition COM types (#24032)Stephen Toub18-72/+81
2019-04-16Merge remote-tracking branch 'dotnet/master' into NullableFeatureSantiago Fernandez Madero86-1306/+1729
2019-04-16Arm64 vector ABI (#23675)Carol Eidt35-430/+800
2019-04-16Use delete [] on array types (#24027)Omair Majid5-6/+6
2019-04-16Move EventSource to shared CoreLib partition (#23925)Filip Navara20-487/+682
2019-04-16Merge pull request #24009 from sandreenko/fixLsraBlockEpochCheckSergey Andreenko2-7/+21