summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Vectorize Span.IndexOf for T = char, similar to T = byte. (#28464) (#17218)dotnet bot2-2/+134
2018-03-25Fixed a few typos (#17217)Phil Garcia3-5/+5
2018-03-26Fixed a few typos (#17215)Phil Garcia3-17/+17
2018-03-25Dictionary/List code clean up/formatting (C#7) (#17196)Ben Adams2-338/+133
2018-03-25Fix CompareTo/Equals when dealing with Empty Span or Span wrapping a null str...Ahson Khan4-4/+45
2018-03-24Merge pull request #17201 from BruceForstall/FixDiffableBruce Forstall1-1/+1
2018-03-24Fix Unreachable Code warning in desktop build (#17203)Bruce Forstall1-12/+4
2018-03-24Fix a case of non-diffable JitDumpBruce Forstall1-1/+1
2018-03-24[Arm64] Assert on NYISteve MacLean1-1/+1
2018-03-24Rename CancellationTokenRegistration.TryDeregister method to Unregister. (#17...Anton Lapounov6-17/+17
2018-03-24Delete some unused functions (#17193)mikedn2-100/+0
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas32-22273/+0
2018-03-24[RyuJit/ARM] Fix lsra BuildShiftRotate (#17103)Sergey Andreenko4-69/+60
2018-03-23Merge pull request #17155 from fiigii/removezeroCarol Eidt2-32/+0
2018-03-23Merge pull request #17072 from CarolEidt/Fix545505Carol Eidt4-21/+76
2018-03-23Merge pull request #17136 from weshaggard/OptDataSouceBuildFixesWes Haggard2-14/+0
2018-03-23Remove non-deterministic AVX APIsFei Peng2-32/+0
2018-03-23Merge pull request #17083 from BruceForstall/RemoveArmDeadCodeBruce Forstall1-21/+5
2018-03-23Fix Path.GetTempFileName on Windows (#17148)Stephen Toub2-8/+7
2018-03-23Fixes StringBuilder unbounded size growth in Clear() when we use a mix of App...Maryam Ariyan3-5/+44
2018-03-23Merge pull request #17135 from CarolEidt/DevDiv544985Carol Eidt1-4/+2
2018-03-23Fix RestoreSources for optdata packagesWes Haggard2-14/+0
2018-03-23Rename new Stream.Read/Write{Async} Span/Memory source/Destination arguments ...Anirudh Agnihotry6-86/+86
2018-03-23Fix Linux/x86 FuncEvalHijack stack alignment (#17143)Igor Kulaychuk1-1/+5
2018-03-22Merge pull request #17131 from BredPet/fix_relocationEgor Chesakov4-5/+10
2018-03-22ARM: correctly unassign constant doubleCarol Eidt1-4/+2
2018-03-22Fix bug for #17089Petr Bred4-5/+10
2018-03-22Merge pull request #17132 from dotnet-bot/from-tfsBrian Sullivan1-0/+4
2018-03-22Merge pull request #17112 from briansull/rollback-14481Brian Sullivan1-30/+15
2018-03-22fix order of Serialize for linux build (#17119)David Mason1-11/+11
2018-03-22Add emitIns_AR_R_I for vextracti/f128Fei Peng5-3/+109
2018-03-22Implement SetAllVector256Fei Peng4-4/+97
2018-03-22Implement AVX SetVector256Fei Peng1-0/+49
2018-03-22Optimize AVX Insert/Extract intrinsicsFei Peng3-149/+189
2018-03-22[ARM64] Fix UMEntryThunkCode::Poison method (#17122)Konstantin Baladurin1-1/+1
2018-03-21Fix incorrect array dereference. (#17113)Brian Robbins1-1/+1
2018-03-21Rename {Try}Read/WriteMachineEndian to just {Try}Read/Write (#17106)Ahson Khan1-4/+4
2018-03-21Rollback Stack probing change - PR #14481Brian Sullivan1-30/+15
2018-03-21Fix release buildCarol Eidt1-1/+1
2018-03-22Remove dependency on libunwind (#17094)Jan Vorlicek777-74/+78715
2018-03-21Disable legacy_backend jitsdotnet-bot1-0/+4
2018-03-21Remove REG_OPT_RSVD from LSRA's candidate masks if it's reserved.Carol Eidt2-17/+25
2018-03-21Improve DateTime{Offset} "r" and "o" formatting performance (#17092)Stephen Toub3-88/+244
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins11-19/+412
2018-03-21Fix strings from being concatenated (#17040)Frank Gambino1-1/+1
2018-03-21null terminate the converted LPStr at the right index (#17079)Jeff Schwartz1-2/+3
2018-03-21Add missing license header to test py and cs files (#17102)Mike McLaughlin32-0/+128
2018-03-21Moving Span APIs that allow skipping visibility checks to MemoryMarshal (#17087)Ahson Khan2-0/+155
2018-03-21Small tweaks to Dict asm size (#17096)Ben Adams1-4/+2
2018-03-21Avoid allocating when SuppressFlow'ing in default ExecutionContext (#17081)Stephen Toub1-7/+8