summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-22Merge pull request #5143 from AndyAyersMS/InlineXmlLockAndy Ayers7-83/+185
2016-05-20Merge pull request #5136 from adityamandaleeka/xrtinit_fixAditya Mandaleeka1-1/+6
2016-05-20Merge pull request #4990 from pgavlin/gh4912Pat Gavlin4-17/+27
2016-05-20Merge pull request #5122 from JohnChen0/timeoutJohn Chen1-2/+4
2016-05-20Inliner: locks for xml read/write accessAndy Ayers7-83/+185
2016-05-20Merge pull request #5139 from leculver/shutdownLee Culver1-4/+0
2016-05-20Disable debugger termination to prevent shutdown raceLee Culver1-4/+0
2016-05-20Shrink AsyncMethodBuilder.MoveNextRunner by a field in common case (#5131)Stephen Toub1-20/+40
2016-05-20Merge pull request #5124 from gkhanna79/Fix4940Gaurav Khanna1-0/+10
2016-05-20Fix multiple LTTng issues (#5068)Lee Culver2-417/+611
2016-05-20Expose GetUninitializedObject on RuntimeHelpers (#5104)Jan Kotas3-0/+12
2016-05-20Remove some preprocessor usage from the JIT interface.Pat Gavlin4-17/+27
2016-05-20Merge pull request #5123 from dotnet-bot/from-tfsPat Gavlin9-192/+290
2016-05-20Merge pull request #5132 from kouvel/NamedMutexFixKoundinya Veluri5-192/+309
2016-05-20Resolve two issues that cause pri1r2r test timeout on UbuntuJohn Chen1-2/+4
2016-05-20Load XRT DLL from System32, and only on Win8+.Aditya Mandaleeka1-1/+6
2016-05-20Merge pull request #5105 from ellismg/fix-corefx-3467Matt Ellis1-29/+41
2016-05-20Merge remote-tracking branch 'upstream/master' into from-tfsdotnet-bot82-377/+4324
2016-05-20Fix line endings in src/vm/jitinterface.hdotnet-bot1-1684/+1684
2016-05-20Fix a few bugs in named mutexesKoundinya Veluri5-192/+309
2016-05-20Add gchist SOS commands for Unix (#5127)Jan Vorlicek4-10/+7
2016-05-20Throw InvalidProgramException when a method with varargs is encountered.Gaurav Khanna1-0/+10
2016-05-19Prevent core dumps at shutdown when the ETW subsystem races with debugger cle...Lee Culver2-3/+0
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna10-46/+157
2016-05-19Merge pull request #5111 from dotnet-bot/from-tfsJan Kotas1-0/+1
2016-05-19Merge pull request #5121 from dotnet/revert-5075-Fix4940Jan Kotas1-9/+0
2016-05-19Merge pull request #5030 from kouvel/NamedMutexKoundinya Veluri32-149/+3727
2016-05-19Revert "Change to reject varag methods"Gaurav Khanna1-9/+0
2016-05-19Merge pull request #5075 from gkhanna79/Fix4940Gaurav Khanna1-0/+9
2016-05-19Merge pull request #5092 from yizhang82/icastable-fix2Yi Zhang (CLR)8-18/+44
2016-05-19Merge pull request #5085 from sivarv/tcfixSivarv1-72/+87
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin9-1860/+1958
2016-05-19Merge pull request #5067 from AndyAyersMS/CalleeHashInXmlAndy Ayers3-16/+73
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri32-149/+3727
2016-05-19Merge pull request #4963 from sejongoh/vector3_clear_upperbitsSejong Oh5-6/+110
2016-05-19Ignore empty collation elements in EndsWithMatt Ellis1-29/+41
2016-05-19Remove the wrong optimization from the string initialization (#5107)Tarek Mahmoud Sayed1-10/+0
2016-05-19Merge pull request #5106 from dotnet-bot/from-tfsJan Kotas4-3/+12
2016-05-19Fix x86 only ICastable feature bug.Yi Zhang8-18/+44
2016-05-19Merge pull request #5074 from jhendrixMSFT/masterJoel Hendrix5-1/+85
2016-05-19Missing a check in the Unix part of the code.Jeremy Kuhne1-0/+1
2016-05-19Tail call test failure fixes.sivarv1-72/+87
2016-05-19Throw InvalidProgramException when a method with varargs is encountered.Gaurav Khanna1-0/+9
2016-05-19Merge pull request #5099 from kyulee1/fixr2rKyungwoo Lee5-22/+12
2016-05-19Merge pull request #5091 from gkhanna79/Fix4531Gaurav Khanna6-6/+4
2016-05-19Initialize unused upper bits of Vector3 arguments and return registers forSejong OH5-6/+110
2016-05-19Checking in on behalf of JKuhneAlex Ghiondea4-3/+12
2016-05-19Add sign.builds projects to facilitate real signing in official builds.Joel Hendrix5-1/+85
2016-05-19Implement source/line number support for Exception.StackTrace. (#5078)Mike McLaughlin5-161/+302
2016-05-19ARM64: Fix R2R EntryPoint for IntrinsicKyungwoo Lee5-22/+12