summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Fix alternate stack for Alpine docker on SELinux (#17936) (#17975)kasper31-12/+6
2018-05-31Update g_highest_address and g_lowest_address in StompWriteBarrier(WriteBarri...Egor Chesakov1-1/+8
2018-05-31Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...Egor Chesakov2-3/+17
2018-05-04Fix for ARM secure delegate non-standard register argBruce Forstall1-9/+19
2018-05-03Revert "Make blobfeed containers private. (#17792)"Ricardo Arenas1-4/+2
2018-05-02Make blobfeed containers private. (#17792)Ricardo Arenas1-2/+4
2018-05-01Add runtimeconfig.json support for tiered compilation (#17839)Noah Falk1-1/+1
2018-05-01Merge pull request #17846 from weshaggard/FixSourceBuildWes Haggard1-5/+5
2018-05-01Disable GC Coop mode switching during fatal error handling during GC exceptio...Sung Yoon Whang3-5/+69
2018-04-30Add better portable PDB caching to System.Diagnostics.StackTrace. (#17804) (#...Mike McLaughlin4-83/+71
2018-04-30Switch source build property to DotNetBuildFromSourceWes Haggard1-5/+5
2018-04-30Initialize Compiler::Vector128/256ULongHandle in compInitCarol Eidt1-0/+2
2018-04-30Merge pull request #17779 from weshaggard/RemoveAlpineBuildsWes Haggard1-1/+0
2018-04-30Don't optimize away Task code needed for debugger (#17786)Jan Kotas1-0/+10
2018-04-30Fix Number.ParseNumber to not assume '\0' at the end of a span (#17808) (#17820)Stephen Toub1-26/+35
2018-04-25Remove Alpine 3.6 buildsWes Haggard1-1/+0
2018-04-23Make intra-build containers private (#17682)Matt Mitchell1-3/+3
2018-04-21Use volatile load to read brick table entries (#17718)Jan Kotas2-15/+9
2018-04-20Preserve pinned flag in {ReadOnly}Memory<T>.Slice (dotnet/corefx#29246) (#177...Ahson Khan2-7/+19
2018-04-20Port two changes from CoreFX missed by mirror: (#17713)Dan Moseley2-10/+42
2018-04-20fix DevDiv_601045 assert (#17685)Sergey Andreenko1-1/+3
2018-04-19Merge pull request #17675 from weshaggard/addlinuxmusl21Wes Haggard1-5/+12
2018-04-19Fix reading Time zone rules using Julian days (#17672)Tarek Mahmoud Sayed2-62/+138
2018-04-19Add linux-musl build legWes Haggard1-5/+12
2018-04-18Skip container creation (#17655)Matt Mitchell1-18/+21
2018-04-18Merge pull request #17615 from CarolEidt/Port17575To2.1Carol Eidt1-8/+0
2018-04-17Fix extra register-dependency on mem-form cvtsd/s2ssCarol Eidt1-2/+2
2018-04-17[Arm64] Disable SIMD in crossgen (added as part of #14633)Carol Eidt1-8/+0
2018-04-16Merge commit 'master' into release/2.1Russ Keldorph148-2263/+3093
2018-04-15[Arm64] Add full barrier after locking operations (#17567)Steve MacLean1-8/+7
2018-04-14Avoid creating illegal byref pointers (#17524)Bruce Forstall2-1/+105
2018-04-14Make Windows builds always portableRuss Keldorph1-7/+2
2018-04-14[Arm64/Linux] #17521 for linux (#17546)Steve MacLean1-0/+6
2018-04-14Fix random Segfaults on Ubuntu arm (#17523)Egor Chesakov1-1/+24
2018-04-13Fix OpenVirtualProcess on Linux issue. (#17551)Mike McLaughlin1-3/+5
2018-04-13Insert int3 after non-returning calls at the end of basic blocks. (#17535)Eugene Rozenfeld1-0/+16
2018-04-13Fix default style argument to Double/Single/Decimal.Parse (#17556)Stephen Toub3-3/+3
2018-04-13Merge pull request #17531 from BruceForstall/SpmiProtectJitStartupBruce Forstall2-11/+60
2018-04-13[Arm64/Linux] Use platform memset/memcpy (#17536)Steve MacLean2-330/+16
2018-04-13[Arm64/Windows] Simplify JIT_MemSet & JIT_MemCpy (#17537)Steve MacLean1-222/+37
2018-04-13Preserve VASigCookieReg across PInvokeStubWorker call (#17521)Aditya Mandaleeka1-2/+8
2018-04-13Collapse leftover AsSpan().Slice(...) into AsSpan(...) (#29078)Ahson Khan1-1/+1
2018-04-12Remove CreateFromPinnedArray from Memory (moved to MemoryMarshal) (#17532)Ahson Khan1-31/+0
2018-04-12Fix for 17398. (#17501)Eugene Rozenfeld1-11/+31
2018-04-12Use string.IsNullOrEmpty to eliminate bounds check to first char (#17512)Ben Adams1-1/+7
2018-04-12Protect SuperPMI from crashes calling jitStartupBruce Forstall2-11/+60
2018-04-11Fixed checks for Avx/Avx2.InsertVector128 to check the type of the second argBrian Sullivan1-2/+2
2018-04-11Mutate the global heap valuenumber for any HW intrinsic that performs a memor...Brian Sullivan6-34/+254
2018-04-11Some cleanup for ArrayPool trimming (#17518)Jeremy Kuhne2-18/+31
2018-04-11Remove MemoryManager.Length (#17498)Ben Adams2-18/+51