summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie13-40/+20
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas299-7362/+5501
2017-03-21Fix Linux/x86 call alignment calculation and insertion (#10266)Bruce Forstall8-122/+213
2017-03-21[x86/Linux] Invoke gcResetForBB() in genFuncletProlog (#10186)Hanjoung Lee1-0/+2
2017-03-21Merge pull request #10343 from parjong/fix/self_overrideAndy Ayers1-1/+0
2017-03-21Add /silent option to crossgen (#10350)Bruce Forstall3-1/+7
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich299-5501/+7362
2017-03-21System.IO.Path.IsPathRooted does not check if valid drive letter on Windows (...Viktor Hofer1-2/+2
2017-03-21Temporarily disable frequently failing Sleep PAL tests (#10313)Koundinya Veluri2-2/+2
2017-03-21Merge pull request #10321 from WinCPP/issue-7060Ian Hays1-7/+1
2017-03-21Merge pull request #10327 from mikedn/assertion-infoJoseph Tremoulet5-106/+143
2017-03-21[x86/Linux] Log UpdateRegDisplay calls (#10335)Jonghyun Park1-0/+10
2017-03-21Fix bogus assert in resolveVirtualMethodHelper and update related ilprojJonghyun Park1-1/+0
2017-03-20[x86/Linux] Use 4-byte align for double in struct (#10340)Jonghyun Park1-0/+5
2017-03-20[x86/Linux] Correct update on ResumableFrame (#10339)Jonghyun Park1-1/+1
2017-03-20Delete moved fileJan Kotas3-111/+3
2017-03-21NS2.0 - Complete System.Security namespace.Atsushi Kanamori2-0/+67
2017-03-20'root' as a special case in UTIL_IsExecuteBitsSet (#10246)Jonghyun Park1-1/+6
2017-03-20Fix MAC build (#10328)Tarek Mahmoud Sayed2-2/+15
2017-03-20Merge pull request #10325 from dotnet/mirror-merge-9055987Jan Kotas6-4/+4
2017-03-20Delete moved filesJan Kotas5-1212/+0
2017-03-20Refactor GenTree assertion information storageMike Danes5-106/+143
2017-03-20Merge pull request #10319 from JosephTremoulet/NullFieldJoseph Tremoulet1-3/+9
2017-03-20Move Type.cs and Module.cs to Shared Partition.Atsushi Kanamori5-0/+1212
2017-03-20Merge pull request #10317 from dotnet/mirror-merge-9055826Jan Kotas2-10/+13
2017-03-21Issue #7060 - Make StreamReader.ReadBuffer non-virtualWinCPP1-7/+1
2017-03-20Permit null object in `GenTreeUseEdgeIterator`Joseph Tremoulet1-3/+9
2017-03-20Fix FileStream for ProjectNJan Kotas2-10/+13
2017-03-20Remove message about falling to default for MethodContext::repGetEEInfo()Bruce Forstall1-3/+0
2017-03-20Merge pull request #10301 from dotnet-bot/from-tfsBrian Sullivan2-5/+0
2017-03-20Merge pull request #10262 from briansull/refactor2Brian Sullivan5-27/+101
2017-03-20Make GetModuleHandle() sharable. (#10309)Atsushi Kanamori6-32/+6
2017-03-20Reconciles Type.cs with CoreRT version for move to shared partition. (#10306)Atsushi Kanamori8-1889/+1165
2017-03-19Desktop side of the change to remove COR_JIT_EE_VERSIONBruce Forstall2-5/+0
2017-03-19Invariant globalization (#10264)Tarek Mahmoud Sayed37-258/+1850
2017-03-18Fix code to build with older VC++ compiler (#10281)Bruce Forstall1-2/+8
2017-03-18Remove potential overflow in SafeBSTRHandle (#10182)John Bottenberg1-1/+1
2017-03-18Fix a typo in exceptoinhandling.cpp (#10237)Jonghyun Park1-1/+1
2017-03-18I hoisted the accounting for LOH into allocate_large_objects to avoid missing...Maoni Stephens1-1/+1
2017-03-18Fix for Module.GetMethod(string) (#10283)Atsushi Kanamori1-1/+8
2017-03-18Merge pull request #10272 from dotnet/mirror-merge-9051754Jan Kotas3-1/+1
2017-03-18Merge pull request #10054 from pgavlin/GenTreeUseEdgeIteratorPat Gavlin2-428/+473
2017-03-18Delete moved filesJan Kotas2-116/+0
2017-03-18Remove JIT-EE version ifdefs (#10273)Bruce Forstall18-652/+17
2017-03-18Move ParameterInfo.cs and Assembly.cs to shared partition. (#10270)Atsushi Kanamori13-1452/+672
2017-03-17Improve GenTreeUseEdgeIterator.Pat Gavlin2-428/+473
2017-03-17Fix overflow when computing dwWeight in CPUGroupInfo::InitCPUGroupInfoArray (...Han Lee1-3/+26
2017-03-17Updates for the handling of Profile data in the JITBrian Sullivan5-27/+101
2017-03-17Merge pull request #10241 from briansull/refactor1Brian Sullivan5-45/+47
2017-03-17FileStream.Unix: open with CLOEXEC unless FileShare.Inheritable set (#10251)Tom Deseyn1-2/+9