summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-07Removed unused opers and codeMike Danes4-31/+1
2017-10-06Merge pull request #14353 from BruceForstall/ArmAssertFixesBruce Forstall9-69/+85
2017-10-06Delete dead code (#14365)Jan Kotas9-377/+30
2017-10-06Merge pull request #14369 from stephentoub/fix_cont_handlingStephen Toub1-6/+6
2017-10-06Fix handling of continuations for captured contextStephen Toub1-6/+6
2017-10-06Merge pull request #14352 from stephentoub/datetime_spanStephen Toub12-284/+573
2017-10-06Fix RyuJIT/arm32 assertsBruce Forstall9-69/+85
2017-10-06undef NULL to fix compilation problems on FreeBSD after 08d39dd. (#14341)Tomas Weinfurt1-4/+0
2017-10-06Fix asserts in Unix buildStephen Toub1-4/+0
2017-10-06impImportCall: make the failed imports obvious. (#14343)Sergey Andreenko1-70/+33
2017-10-06Reorder checks in CEEInfo::getClassLayout (#14356)Jan Kotas1-8/+8
2017-10-06Merge pull request #14329 from sdmaclea/PR-ARM64-ATOMIC-OPSBrian Sullivan7-52/+243
2017-10-06Merge pull request #14358 from stephentoub/convertspanStephen Toub1-22/+103
2017-10-06Fix comments per reviewSteve MacLean2-4/+9
2017-10-06Remove explicit dependency on libnuma (#14359)Jan Vorlicek1-6/+0
2017-10-06Add DateTime{Offset}.TryFormat methodsStephen Toub3-8/+41
2017-10-06Add DateTime{Offset} span-based {Try}Parse{Exact} overloadsStephen Toub3-29/+101
2017-10-06Address perf issuesStephen Toub5-110/+165
2017-10-06Remove StringBuilder allocations from roundtrip format DateTime parsingStephen Toub2-3/+7
2017-10-06Add IsValidYear/Day overrides to GregorianCalendarStephen Toub1-0/+16
2017-10-06Avoid slicing/extra method call while tokenizing in common caseStephen Toub1-12/+4
2017-10-06Move DateTimeParse to use spans internallyStephen Toub10-149/+270
2017-10-06Add Span-based Convert Base64 methodsStephen Toub1-22/+103
2017-10-05Merge pull request #14253 from wateret/fix-14251Bruce Forstall5-13/+40
2017-10-05Update Microsoft.NETCore.Native package (dotnet/corert#4646)Jan Kotas3-1/+1
2017-10-05[Arm64] Respond to feedbackSteve MacLean2-21/+37
2017-10-05Fix new deadlock possibility in ReaderWriterLockSlim from a recent change (#1...Koundinya Veluri1-25/+48
2017-10-05JIT: More type equality opts (#14317)Andy Ayers21-21/+482
2017-10-05fix gtDispTree (#14326)Sergey Andreenko1-1/+5
2017-10-05[RyuJIT/armel] Fix regressionHanjoung Lee5-13/+40
2017-10-05[SOS] Fix address types inconsistency (#14188)Konstantin Baladurin1-21/+21
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin7-6/+91
2017-10-04Fix condition flags reuse optimization (#14323)mikedn2-5/+2
2017-10-04fgDebugCheckFlags should use OperMayThrow for all nodes. (#14330)Sergey Andreenko2-11/+5
2017-10-04[Arm64] Implement GT_XADD, GT_XCHG, GT_CMPXCHG ...Steve MacLean7-49/+219
2017-10-04Merge pull request #14307 from fiigii/removeavxflagBruce Forstall21-101/+48
2017-10-04Merge pull request #14294 from sdmaclea/PR-ARM64-EMIT-ExclusivesBrian Sullivan4-0/+121
2017-10-04Merge pull request #14318 from sdmaclea/PR-Fix-jump-bind-typoBrian Sullivan1-1/+1
2017-10-04Merge pull request #14293 from sdmaclea/PR-ARM64-SMUL-DISBrian Sullivan1-0/+9
2017-10-04Move String.Searching.cs to shared CoreLib partition (dotnet/corert#4673)Jan Kotas6-278/+170
2017-10-04Merge pull request #14325 from dotnet-bot/from-tfsBrian Sullivan1-2/+2
2017-10-04Allow X86 Hardware intrinsics for non-Legacy 32-bit x86Brian Sullivan1-7/+2
2017-10-04[Arm64] Fix emitJumpDistBind typoSteve MacLean1-1/+1
2017-10-04[Arm64] Fix IF_LS_3D emitterSteve MacLean1-4/+20
2017-10-03Merge pull request dotnet/corert#4663 from dotnet/nmirrorJan Kotas7-3/+11
2017-10-03Merge pull request #14298 from stephentoub/stringconcat_charStephen Toub1-27/+64
2017-10-03Make CancellationTokenRegistration.Token public (#14310)Stephen Toub1-1/+1
2017-10-03Fix broken ARM64 build (#14313)Jan Vorlicek1-1/+1
2017-10-03remove FEATURE_AVX_SUPPORT flagFei Peng21-101/+48
2017-10-04Few build changes to support Freebsd (#14121)Tomas Weinfurt1-3/+8