summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-29JIT: streamline temp usage for returns (#20640)Andy Ayers3-19/+46
2018-10-29Some cleanup of the System.Number class (#20619)Tanner Gooding17-743/+778
2018-10-29Unhelpful error when Activator.CreateInstance can't find default constructor ...Andrew Au6-15/+29
2018-10-26Add IAsyncDisposable implementation to Timer (#20646)Stephen Toub2-8/+88
2018-10-26Implement IAsyncDisposable on CancellationTokenRegistration (#20645)Stephen Toub2-2/+65
2018-10-26Remove dead RESOURCE_SATELLITE_CONFIG (#20639)Steve MacLean3-63/+1
2018-10-26Allow ArrayPool.Shared devirtualization (redux) (#20637)Ben Adams1-1/+5
2018-10-26New Decimal.Remainder implementation (#20305)Pent Ploompuu1-32/+172
2018-10-26Implement interface dispatch to COM for ARM64 (#20618)David Wrighton2-8/+86
2018-10-26JIT: refactor how we do late devirtualization (#20553)Andy Ayers4-82/+137
2018-10-26Add missing include guard in header file. (#20635)Austin Wise1-0/+2
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise9-120/+2
2018-10-26Merge pull request #20628 from stephentoub/asyncinterfacesStephen Toub10-0/+566
2018-10-26Working towards clean-up comments /**/ in cs (#20609)Rafael2-48/+55
2018-10-25Optimize FormattingHelpers.CountHexDigits using Lzcnt.LeadingZeroCount (#19006)Egor Bogatov2-2/+12
2018-10-25Add ConfigureAwait extension method for IAsyncEnumerableStephen Toub3-0/+60
2018-10-25Add ManualResetValueTaskSourceCoreStephen Toub4-0/+370
2018-10-25Add AsyncIteratorMethodBuilderStephen Toub2-0/+76
2018-10-25Add IAsyncEnumerable and IAsyncEnumeratorStephen Toub3-0/+41
2018-10-25Add IAsyncDisposableStephen Toub2-0/+19
2018-10-26Merge pull request #20579 from fiigii/broadcastCarol Eidt5-52/+74
2018-10-25Merge pull request #20527 from BruceForstall/FixPspSymMoveBruce Forstall4-141/+36
2018-10-25Stop attempting to move PSPSym during localloc for arm32/arm64Bruce Forstall4-141/+36
2018-10-25Add DumpDelegate sos command (#20591)Stephen Toub9-47/+259
2018-10-25Remove debug-only file writers. (#20612)Brian Robbins4-130/+4
2018-10-25Implement AVX2.BroadcastScalarToVector128/256Fei Peng5-52/+74
2018-10-25Add IID_ICLRRuntimeHost QueryInterface supportSteve MacLean1-0/+6
2018-10-25Restore ExecuteInDefaultAppDomain implementationSteve MacLean1-3/+79
2018-10-25Add EventPipe Config File Option MultiFileSec (#20548)Brian Robbins9-16/+275
2018-10-25Avoid comparing capacity in StringBuilder.Equals (#20567)Petr Onderka1-1/+1
2018-10-25Fallback to old behavior when marshaling a non-blittable fixed buffer (#20575)Jeremy Koritzinsky2-8/+35
2018-10-25JIT: ensure float folding is done using float precision (#20578)Andy Ayers1-5/+5
2018-10-25Fix comment Style (#20604)Thomas Schreiner8-260/+150
2018-10-25Use IThreadPoolWorkItem in ConcurrentExclusiveSchedulerPair (#20513)Stephen Toub1-21/+64
2018-10-25JIT: emit debug info for locals for minopts/tier0 (#20466)Andy Ayers2-56/+82
2018-10-24Avoid implicit long casts in uint compares (#20511)Ben Adams4-10/+10
2018-10-24Avoid having DateTime.TryParse throwing (#20587)Tarek Mahmoud Sayed2-39/+69
2018-10-24Add IsCollectible property to Assembly and necessary backing functions (#20574)John Salem6-0/+27
2018-10-24Get the real update for Unicode 11 data (#20589)Tarek Mahmoud Sayed1-578/+662
2018-10-24Remove support for nonexistent UnmanagedFunctionPointerAttribute.PreserveSig....Jeremy Koritzinsky1-4/+0
2018-10-24Update Unicode data to version 11 (#20529)Tarek Mahmoud Sayed4-1248/+1164
2018-10-24Expose EnableISA knobs in release build (#20501)Fei Peng3-64/+70
2018-10-23Merge pull request #20497 from AaronRobinsonMSFT/additional_com_testsAaron Robinson10-58/+1088
2018-10-23Delete duplicate CoreFX tests (#20532)Jan Kotas1-1/+1
2018-10-23Initialize `StructReturnType` for `gtNewRefCOMfield`. (#20056)Sergey Andreenko1-12/+23
2018-10-23JIT: recover types from helper calls and more (#20447)Andy Ayers5-1/+216
2018-10-23Merge pull request #20537 from BruceForstall/RemoveLocAllocSPBruce Forstall7-29/+40
2018-10-23Re-enable hardware intrinsic testsFei Peng1-9/+9
2018-10-23Add support for IDispatch in CoreCLRAaron Robinson10-58/+1088
2018-10-22Remove the LocAllocSP slot for non-x86 platformsBruce Forstall7-29/+40