summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Proof-of-concept of using new Publish infra in coreclrwtgodbe2-33/+64
2017-10-10Add CompareInfo.Invariant.cs to shared corelib partitionJan Kotas3-1/+1
2017-10-10Fix AllocationTick_V3 depending on _V2 to be enabled (#14338)Tom Deseyn1-1/+1
2017-10-10do not spill stack after CEE_NEWARR and CEE_NEWOBJ. (#14401)Sergey Andreenko1-2/+2
2017-10-10Move CompareInfo.cs to shared corelib partition (#14407)Jan Kotas3-12/+10
2017-10-10Turn on source link support (#14399)Vance Morrison1-2/+2
2017-10-09JIT: improve type equality opts for generic and prejitted code (#14381)Andy Ayers3-121/+268
2017-10-09Merge pull request #14394 from stephentoub/undo_strcompStephen Toub1-3/+11
2017-10-09Merge pull request #14382 from mikedn/dead-opersBruce Forstall4-31/+1
2017-10-09Fix zap and ready to run disabling (#14389)Jan Vorlicek2-9/+9
2017-10-09Undo unnecessary change from DateTime.Parse commitStephen Toub1-3/+11
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin5-145/+221
2017-10-07Removed unused opers and codeMike Danes4-31/+1
2017-10-07Fix numa build break (#14370)Jan Vorlicek1-0/+2
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