summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Avoid Unsafe.As usage in ValueTask that can break type safety (#17471)Stephen Toub3-234/+338
2018-04-09Enable signing for cross targeting toolsWes Haggard1-0/+5
2018-04-09Fix MemoryManager ctor and use internal span ctor to improve performance (#17...Ahson Khan3-8/+10
2018-04-09LSRA: remove last uses only at use pointCarol Eidt1-23/+33
2018-04-09Adding dlerr() diagnostics for libicu dlsym errors (#17454)Debayan Ghosh1-1/+1
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin5-46/+143
2018-04-06Publish symbols using Microsoft.SymbolUploader.Build.Task package (#17463)Mike McLaughlin1-0/+17
2018-04-06Merge pull request #17418 from CarolEidt/Fix590358Carol Eidt2-27/+25
2018-04-06Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)David Mason7-6/+32
2018-04-06Fix GC stress modes 4 and 8 on Linux ARM (#17456)Jan Vorlicek2-1/+3
2018-04-06Add YieldAwaiter support to the async method builder delegate optimization (#...Stephen Toub4-13/+50
2018-04-06Add some comments to SpanHelpers.Char IndexOf and LastIndexOf (#17447)Ahson Khan1-2/+14
2018-04-05revert "Work around MCG bug around `ref char` marshalling #5481" (#5656)Luqun Lou4-47/+0
2018-04-05Merge pull request #17363 from CarolEidt/Fix17242Carol Eidt1-7/+18
2018-04-05formattingCarol Eidt1-1/+1
2018-04-05Remove fgMorphLocalField invalid assertCarol Eidt1-21/+19
2018-04-05Vectorize and use ROSpan.LastIndexOf as the workhorse for string.LastIndexOf ...Ahson Khan3-112/+135
2018-04-05Merge pull request #17432 from stephentoub/portnumericperfStephen Toub3-139/+329
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas17-165/+57
2018-04-04Use FormattingHelpers.Count{Hex}Digits in {u}int/long.ToString/TryFormatStephen Toub1-139/+196
2018-04-04Move FormattingHelpers.Count{Hex}Digits from Utf8Formatter into sharedStephen Toub2-0/+133
2018-04-04JIT: refine x86 gc reg kill set for CORINFO_HELP_INIT_PINVOKE_FRAME (#17421)Andy Ayers1-0/+5
2018-04-04Fix ARM32 on ARM64 Tracing (#17417)Brian Robbins4-6/+6
2018-04-04Handle SIMD8/LONG recasts for LCL_FLDCarol Eidt1-6/+6
2018-04-04Fix ExecutionContext capture in Task (#17407)Stephen Toub1-4/+4
2018-04-04[x86/Linux] Fix COMNumber::DoubleToNumberFC arguments order (#17412)Konstantin Baladurin2-2/+2
2018-04-04Consolidate and optimize TextInfo.ChangeCase (#17391)Stephen Toub3-213/+236
2018-04-04Avoid unnecessary string allocations in IdnMapping (#17399)Stephen Toub3-21/+37
2018-04-03Merge pull request #17372 from BruceForstall/ArmWriteBarrierTighten3Bruce Forstall15-165/+166
2018-04-03Remove most ARM NYI (#17365)Bruce Forstall6-83/+45
2018-04-03Merge pull request #17352 from sdmaclea/PR-ARM64-Add-x64_arm64-crossgenJarret Shook2-3/+3
2018-04-03Increase crst level for ReadyToRunInfo's map lock (#17376)Koundinya Veluri3-118/+123
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason7-0/+27
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens8-7/+114
2018-04-02Merge branch 'master' into release/2.1Wes Haggard52-3460/+560
2018-04-02Merge pull request #17313 from fiigii/sethiloCarol Eidt2-0/+11
2018-03-31[Arm64] Add x64_arm64 crossgen to tools packageSteve MacLean2-3/+3
2018-03-31Merge pull request #17180 from fiigii/fixavxtestsCarol Eidt1-4/+3
2018-03-31Make AsSpan(this string) ForceInline to be on par with AsSpan(this T[]) (#17368)Jan Kotas3-6/+9
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas17-3103/+72
2018-03-30Merge pull request #17329 from briansull/struct-gscheck-fixBrian Sullivan1-2/+13
2018-03-30fix for HasCriticalFinalizer in local gc (#17369)David Mason1-6/+7
2018-03-30Tighten arm32/arm64 write barrier kill reg setsBruce Forstall15-165/+166
2018-03-30Fix#16827 Stack probing for Linux (#17360)Egor Chesakov1-0/+57
2018-03-30PEImageLayout: clear instruction cache after relocationsKonstantin Baladurin1-0/+22
2018-03-30Fix ilasm COR header (#17357)Eric StJohn1-14/+9
2018-03-30Only allow the rundown thread to write events during rundown to avoid corrupt...Brian Robbins3-1/+26
2018-03-30Reject struct promotion of parameters when -GS checks are enabledBrian Sullivan1-2/+13
2018-03-30[arm32] Fixed RBM_PROFILER_* (#17291)sergey ignatov1-0/+5
2018-03-30GC info fix: correctly adjust argCntCarol Eidt1-7/+18