summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel16-49/+44
2019-02-23Removed erroneous use of 'PROCESSOR_ARCHITECTURE' Enviroment variable (#22743)John6-20/+15
2019-02-23fix BSWAP16 intrinsic handling of signed values (#22666)Clinton Ingram2-25/+64
2019-02-23Move AssemblyLoadContext to shared partition (#22685)Marek Safar5-683/+675
2019-02-22Make System.Runtime.CompilerServices.Unsafe inbox (dotnet/corefx#35526)Eric StJohn1-1/+0
2019-02-22Adding a missing single-quote (#22809)Tanner Gooding1-1/+1
2019-02-22Remove 'from HRESULT' (#22782)Dan Moseley3-8/+0
2019-02-22Change Environment.Version to return product version (#22664)Jan Kotas5-4/+149
2019-02-22Correctly build packages for linux-musl-arm64 (#22793)Jarret Shook3-5/+18
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal13-28/+110
2019-02-22Add fatal error details printing (#22789)Jan Vorlicek2-17/+48
2019-02-22Update CoreFX Windows Arm32 exclusion list. (#22695)Sergey Andreenko1-4/+4
2019-02-22Ignore EINVAL/EBADF errors from FTruncate in FileStream.Init (#22788)Stephen Toub1-1/+11
2019-02-22Disable IJW tests on Windows 7. (#22779)Jeremy Koritzinsky3-1/+9
2019-02-22R2RDump - Gracefully handle inability to parse GC InfoSimon Nattress1-1/+9
2019-02-22More GNUC Fixes (#22687)Sinan Kaya37-67/+211
2019-02-22Disable tests that fail to build under 3.0.0-preview3 (#22774)Jarret Shook3-0/+10
2019-02-22Exclude /Interop/COM/NETClients/Events/NETClientEvent for arm32 Windows. (#22...Sergey Andreenko1-0/+3
2019-02-22Store information about partial ngen in R2R images (#22680)Michal Strehovský6-2/+21
2019-02-21Update ReJIT/MethodDescBackpatchInfoTracker lock relationship (#22741)David Mason2-1/+2
2019-02-21Delete unused FEATURE flags (#22781)Jan Kotas1-3/+0
2019-02-21Fix CoreFX build break. (#22773)Sergey Andreenko1-4/+12
2019-02-21Cleanup unnecessary COUNTER_ONLY (#22759)Jan Kotas2-2/+2
2019-02-21Add exception counter (#22734)Sung Yoon Whang7-3/+22
2019-02-21Correct __CrossBuild in build-packages to be 0 or 1 (#22769)Jarret Shook1-1/+2
2019-02-21Merge pull request #22731 from briansull/issue-22436Brian Sullivan2-19/+30
2019-02-21Do not use portablebuild=false for linux-musl (#22760)Jarret Shook1-1/+1
2019-02-21[XUnit] Use ParallelRun==Collections on all platforms. (#22746)Sergey Andreenko1-5/+2
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang32-927/+9
2019-02-21[Unix|*] Rework and share the logic for determining __DistroRid (#22628)Jarret Shook4-199/+213
2019-02-21increasing LocalGC version to 3 for 3.0 (#22751)Maoni Stephens1-1/+1
2019-02-21Clean up unused parameters around Assembly::Load (#22716)Marek Safar6-77/+27
2019-02-21MispellingBrian Sullivan1-1/+1
2019-02-21Support COM events (#22721)Aaron Robinson29-314/+1817
2019-02-21Added enclosing brances for if/then stmtsBrian Sullivan1-0/+6
2019-02-21JIT: handle preference miss two register xmm return case (#22733)Andy Ayers2-12/+7
2019-02-21Add VS debugging info to our instructionsNoah Falk1-0/+16
2019-02-21Enable the HWIntrinsic extension methods and remove the instance implementati...Tanner Gooding196-3276/+3369
2019-02-20Move Thread to shared CoreLib (dotnet/corefx#35462)Filip Navara18-0/+4813
2019-02-20Reduce struct copy by 1 in ValueTask.GetAwaiter (#22738)Ben Adams3-10/+10
2019-02-20Removed some dead codeAndrew Au1-18/+7
2019-02-20Fix Isuue 22436 - noway_assert 'expTyp == cseLclVarTyp' in optcse.cppBrian Sullivan2-19/+24
2019-02-20Remove accidentally added Windows.10.Nano.Amd64 from Windows_x86 in platform-...Egor Chesakov1-1/+1
2019-02-20Add CoreCLR blobfeed to NuGet.config (#22699)Juan Hoyos1-1/+2
2019-02-20Fix dblarray tests and reenable for arm32 (#22718)Andy Ayers5-60/+99
2019-02-20Use ThrowHelper in ManualResetValueTaskSourceCore (#22714)Stephen Toub2-8/+10
2019-02-20Use Build.DefinitionName for Creator when submitting tests to Helix (#22692)Egor Chesakov1-1/+1
2019-02-20Fix tizen rootfs building (#22715)Konstantin Baladurin1-2/+2
2019-02-20Fix bug introduced during cleanup in JapaneseLunisolarCalendar (#22717)Stephen Toub1-1/+1
2019-02-20Allow Task.WaitAny completion to run synchronously (#21245)Ben Adams2-10/+23