summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar6-204/+237
2018-11-12Fix CoreRT build breaksJan Kotas1-4/+2
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers24-59/+599
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding26-82/+354
2018-11-12Update CoreClr, CoreFx, IbcData, PgoData to preview-27112-01, preview.18562.1...dotnet-maestro-bot2-10/+10
2018-11-12Verify the application group container directory exists in Mac Sandbox (#20916)Oded Hanson1-34/+63
2018-11-10Keep delegate fields alive across a full native call (#20896)Jeremy Koritzinsky7-74/+127
2018-11-10Remove VersionBlock struct for profiler attach (#20889)Sung Yoon Whang3-210/+27
2018-11-10Fix invalid out of range exception thrown in ArrayPool trimming (#20932)Stephen Toub2-5/+9
2018-11-10Add PInvoke/BestFitMapping tests (#19269)Zeng Jiang101-0/+14747
2018-11-10Updating version files (#20927)dotnet-maestro[bot]4-9/+17
2018-11-10Update IbcData, PgoData to master-20181110-0042, master-20181110-0040, respec...dotnet-maestro-bot1-4/+4
2018-11-09Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-0...dotnet-maestro-bot3-15/+15
2018-11-09Add back support for deserialization of BinaryFormatted resources (#20907)Eric StJohn4-9/+78
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas72-2090/+204
2018-11-09Expose Index and Range types (#20899)Tarek Mahmoud Sayed6-9/+139
2018-11-09Fix path to python on sod and illink jobs (#20914)Michelle McDaniel1-2/+2
2018-11-09Merge pull request #20895 from dotnet/dev/unix_test_workflowBruce Forstall1-16/+16
2018-11-09Fast-path ExecutionContext for ThreadPool items (#20308)Ben Adams8-101/+234
2018-11-09Fix typos in comments (#20908)Li Shengqiu4-4/+4
2018-11-09Optimize Char.GetUnicodeCategory and related checks (#20864)Pent Ploompuu1-81/+28
2018-11-09Moving the Utf8Parser/Utf8Formatter to be shared (dotnet/corefx#33348)Tanner Gooding50-0/+7699
2018-11-08Implement escape analysis and stack allocation of non-box objects without gc ...Eugene Rozenfeld12-52/+936
2018-11-08Make getClassGClayout work with with class types.Eugene Rozenfeld1-3/+15
2018-11-08Allow creation of variables of TYP_STRUCT with non-value class handles.Eugene Rozenfeld1-24/+49
2018-11-08Add JitObjectStackAllocation config option.Eugene Rozenfeld2-0/+7
2018-11-08Remove cached invariant globalization mode flagJan Kotas6-77/+70
2018-11-08Delete unnecessary ReferenceSystemPrivateCoreLibJan Kotas2-2/+0
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas10-36/+34
2018-11-08Remove System.Memory reference from several libraries (#33343)Stephen Toub1-1/+1
2018-11-08Changing Number.NumberBuffer to carry a `Span<byte>` rather than a `Span<char...Tanner Gooding6-220/+319
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au10-34/+36
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero14-90/+216
2018-11-08Enlighten ValueNumStore::EvalOpSpecialized about bswap nodes (#20883)Levi Broderick1-0/+32
2018-11-08Merge pull request #20838 from briansull/issue_18259Brian Sullivan6-61/+831
2018-11-08Specify path to python3.5 for perf jobs (#20443)Michelle McDaniel3-42/+35
2018-11-08Replace reflection in an assert with ==Michal Strehovský1-2/+3
2018-11-08Merge pull request #20890 from BruceForstall/FixMoreFxPathsBruce Forstall1-5/+5
2018-11-08Fix more CoreFx 'artifacts' pathsBruce Forstall1-5/+5
2018-11-08Add work item dumping support to SOS' ThreadPool command (#20872)Stephen Toub4-14/+165
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin2-1/+6
2018-11-08Merge pull request #20882 from BruceForstall/FixFxDirBruce Forstall1-11/+11
2018-11-08Adjust for corefx output directory changeBruce Forstall1-11/+11
2018-11-08Fixes issue 18259Brian Sullivan6-61/+831
2018-11-08Update FreeBSD build timeout to 120.Matt Galbraith1-1/+1
2018-11-08Add azure-pipelines build and test definitions (#20840)Sven Boemer16-13/+846
2018-11-08Add test coverage for custom modifiers (#20546)Michal Strehovský6-0/+485
2018-11-07Add string.GetHashCode(ROS<char>) and related APIs (#20422)Levi Broderick5-57/+133
2018-11-07Fixing up the Double/Single parsing code to be correct (#20707)Tanner Gooding12-577/+1407
2018-11-07Handle 64-bit only intrinisc by nested classes (#20146)Fei Peng16-2/+522