summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne383-5139/+0
2016-12-09Fix path separator in CrossGen help on LinuxJohn Chen1-7/+8
2016-12-09Make it easier to iterate through an ArraySegment (#8559)Alexander Radchenko2-39/+40
2016-12-09Merge pull request #8544 from sivarv/moveRegFixSivarv1-7/+8
2016-12-09Merge pull request #8507 from stephentoub/portcorert_cwtStephen Toub1-401/+452
2016-12-09StringBuilder.AppendJoin (appending lists to StringBuilder) (#8350)Alexander Radchenko2-0/+87
2016-12-09[x86/Linux] Port ResolveWorkerAsmStub (#8557)Jonghyun Park2-5/+49
2016-12-09[x86/Linux] Use Portable FastGetDomain (#8556)Jonghyun Park1-3/+3
2016-12-09[x86/Linux] Fix getcpuid calling convention (#8552)SaeHie Park4-46/+47
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne115-9833/+428
2016-12-08Fix perf regression with lots of objects in a ConditionalWeakTableStephen Toub1-31/+95
2016-12-08Port ConditionalWeakTable from CoreRTStephen Toub1-406/+393
2016-12-08Fix to issue 8287.sivarv1-7/+8
2016-12-08Merge pull request #8539 from sandreenko/fix-unix-unwind-infosandreenko1-1/+14
2016-12-09[x86/Linux] Fix PAL unit test paltest_pal_sxs_test1 (#8522)SaeHie Park3-6/+3
2016-12-08[x86/Linux] Revise asmhelper.S using macro (#8523)Jonghyun Park2-21/+69
2016-12-08Merge pull request #8537 from pgavlin/VSO299202Pat Gavlin1-1/+45
2016-12-08Merge pull request #8543 from pgavlin/VSO299207Pat Gavlin1-3/+2
2016-12-08Make TimeZoneInfo fields readonly (#8526)Justin Van Patten1-7/+7
2016-12-08TimeZoneInfo: Use string.Concat instead of string.Format (#8540)Justin Van Patten1-6/+3
2016-12-08Make TimeZoneInfo.TransitionTime fields readonly (#8529)Justin Van Patten1-39/+25
2016-12-09[x86/Linux] Port Several Stubs as NYI (#8515)Jonghyun Park1-0/+20
2016-12-08Make TimeZoneInfo.AdjustmentRule fields readonly (#8528)Justin Van Patten1-37/+43
2016-12-08Preallocate the TimeZoneInfo.Utc instance (#8530)Justin Van Patten1-37/+13
2016-12-08Simplify TimeZoneInfo.AdjustmentRule.Equals (#8527)Justin Van Patten1-10/+7
2016-12-08Remove private TimeZoneInfoComparer (#8512)Justin Van Patten1-9/+6
2016-12-08Fix unix unwind infoSergey Andreenko1-1/+14
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek170-589/+425
2016-12-08Correct an assertion in LSRA.Pat Gavlin1-3/+2
2016-12-08Disable special put args for LIMIT_CALLER on x86.Pat Gavlin1-1/+45
2016-12-08Avoid allocating in TimeZoneInfo.GetHashCode() (#8513)Justin Van Patten1-1/+1
2016-12-08Simplify TimeZoneInfo.Equals(object) (#8514)Justin Van Patten1-5/+1
2016-12-08Move native search paths forward (#8531)Jeremy Kuhne1-64/+64
2016-12-08Remove an unused local variableHyung-Kyu Choi1-1/+0
2016-12-07Strip some conditional compilation in SPCL (#8511)Jeremy Kuhne24-7676/+104
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park4-4/+3
2016-12-07Merge pull request #8509 from dotnet-bot/from-tfsBrian Sullivan1-3/+3
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas15-96/+123
2016-12-07Merge pull request #8505 from pgavlin/VSO297215Pat Gavlin1-18/+15
2016-12-07Enable POGO build and link for CodegenMirrorBrian Sullivan1-3/+3
2016-12-07Merge pull request #8504 from mikedn/sort-comparisonJan Kotas4-611/+43
2016-12-07Merge pull request #8482 from CarolEidt/Fix8220Carol Eidt4-21/+77
2016-12-07Merge pull request #8488 from sivarv/upperSaveSivarv1-7/+24
2016-12-07Use a left-leaning comma tree when morphing a stelem.ref helper.Pat Gavlin1-18/+15
2016-12-07Merge pull request #8503 from pgavlin/VSO289704Pat Gavlin1-5/+8
2016-12-07Remove unused DepthLimitedQuickSort methodsMike Danes2-610/+2
2016-12-07Change ArraySortHelper to use Comparison<T>Mike Danes4-31/+71
2016-12-07Remove a use of `gtGetOp` in earlyprop.Pat Gavlin1-5/+8
2016-12-07[x86/Linux][SOS] Get correct stack pointer from DT_CONTEXT (#8500)Evgeny Pavlov1-0/+2
2016-12-07Use only lower floats for Vector3 dot and equalityCarol Eidt4-21/+77