Clean up string literal implicit const casting and some two-phase lookup nits on...
[platform/upstream/coreclr.git] / src /
2018-11-01 Jeremy KoritzinskyClean up string literal implicit const casting and...
2018-11-01 Jan KotasDetect integer overflow in String.Replace
2018-11-01 Jan KotasFix corrupted StringBuilder state after out of memory...
2018-11-01 Jeremy KoritzinskyMake the check for a struct fitting in a register check...
2018-10-31 Carol EidtMerge pull request #20683 from CarolEidt/FixDD710234
2018-10-31 Bruce ForstallMerge pull request #20723 from BruceForstall/ImproveNOW...
2018-10-31 Tomas Weinfurtmore changes to fix packaging on FreeBSD. runtime.json...
2018-10-31 Maryam AriyanMaking Debug and Trace behavior consistent with eachoth...
2018-10-31 Michał JaniszewskiRemove superfluous 'const' qualifier from trivial retur...
2018-10-31 Sergey AndreenkoFix DevDiv issue with JitStressRegs=0x3 on arm32. ...
2018-10-31 Bruce ForstallImprove the assert output for NO_WAY and BADCODE
2018-10-31 Jan VorlicekFix Windows x86 EH for exception from UMThunkPrestub...
2018-10-31 Carol EidtArm32: Handle live-out double reg in resolution
2018-10-31 Carol EidtMerge pull request #20638 from fiigii/movetest
2018-10-31 David WrightonAdd support for large number of argumets in CCW call...
2018-10-30 Matt GalbraithMerge pull request #20703 from MattGal/bsd-pipebuild...
2018-10-30 Sergey AndreenkoFix printing in `CodeGen::siEndScope`. (#20698)
2018-10-30 lastsanninFixed small typo in a comment (#20695)
2018-10-30 Tomas Weinfurtfix detection for LLDB.h and make sos mandatory on...
2018-10-30 Matt GalbraithMerge pull request #20699 from MattGal/bsd-pipebuild...
2018-10-30 Sergey AndreenkoFix `JitStressRegs=0x1` issue with `RefTypeUpperVectorS...
2018-10-30 Andy AyersJIT: Fix call flag propagation for GenTreeArrElem ...
2018-10-30 Brian SullivanMerge pull request #20641 from briansull/vso_707552
2018-10-30 dotnet-maestro-botRemove unnecessary Pack directive to fix build break...
2018-10-30 Bruce ForstallMerge pull request #20679 from BruceForstall/DumpTempReason
2018-10-30 Bruce ForstallDump the "reason" for a compiler temp
2018-10-29 Andy AyersJIT: streamline temp usage for returns (#20640)
2018-10-29 Brian SullivanFix VSO 707552
2018-10-29 Tanner GoodingSome cleanup of the System.Number class (#20619)
2018-10-29 Andrew AuUnhelpful error when Activator.CreateInstance can't...
2018-10-27 Stephen ToubAdd IAsyncDisposable implementation to Timer (#20646)
2018-10-27 Stephen ToubImplement IAsyncDisposable on CancellationTokenRegistra...
2018-10-27 Steve MacLeanRemove dead RESOURCE_SATELLITE_CONFIG (#20639)
2018-10-26 Aaron RobinsonMerge pull request #20621 from AaronRobinsonMSFT/block_...
2018-10-26 Ben AdamsAllow ArrayPool.Shared devirtualization (redux) (#20637)
2018-10-26 Pent PloompuuNew Decimal.Remainder implementation (#20305)
2018-10-26 David WrightonImplement interface dispatch to COM for ARM64 (#20618)
2018-10-26 Andy AyersJIT: refactor how we do late devirtualization (#20553)
2018-10-26 Austin WiseAdd missing include guard in header file. (#20635)
2018-10-26 Austin WiseRemove some dead code related to cross-appdomain except...
2018-10-26 Stephen ToubMerge pull request #20628 from stephentoub/asyncinterfaces
2018-10-26 RafaelWorking towards clean-up comments /**/ in cs (#20609)
2018-10-26 Egor BogatovOptimize FormattingHelpers.CountHexDigits using Lzcnt...
2018-10-26 Stephen ToubAdd ConfigureAwait extension method for IAsyncEnumerable
2018-10-26 Stephen ToubAdd ManualResetValueTaskSourceCore
2018-10-26 Stephen ToubAdd AsyncIteratorMethodBuilder
2018-10-26 Stephen ToubAdd IAsyncEnumerable and IAsyncEnumerator
2018-10-26 Stephen ToubAdd IAsyncDisposable
2018-10-26 Carol EidtMerge pull request #20579 from fiigii/broadcast
2018-10-26 Bruce ForstallMerge pull request #20611 from BruceForstall/DisableB152292
2018-10-25 Bruce ForstallMerge pull request #20527 from BruceForstall/FixPspSymMove
2018-10-25 Bruce ForstallStop attempting to move PSPSym during localloc for...
2018-10-25 Aaron RobinsonMerge pull request #20617 from AaronRobinsonMSFT/window...
2018-10-25 Stephen ToubAdd DumpDelegate sos command (#20591)
2018-10-25 Brian RobbinsRemove debug-only file writers. (#20612)
2018-10-25 Fei PengImplement AVX2.BroadcastScalarToVector128/256
2018-10-25 Steve MacLeanAdd IID_ICLRRuntimeHost QueryInterface support
2018-10-25 Steve MacLeanRestore ExecuteInDefaultAppDomain implementation
2018-10-25 Brian RobbinsAdd EventPipe Config File Option MultiFileSec (#20548)
2018-10-25 Petr OnderkaAvoid comparing capacity in StringBuilder.Equals (...
2018-10-25 Jeremy KoritzinskyFallback to old behavior when marshaling a non-blittabl...
2018-10-25 Andy AyersJIT: ensure float folding is done using float precision...
2018-10-25 Thomas SchreinerFix comment Style (#20604)
2018-10-25 Stephen ToubUse IThreadPoolWorkItem in ConcurrentExclusiveScheduler...
2018-10-25 Andy AyersJIT: emit debug info for locals for minopts/tier0 ...
2018-10-25 Ben AdamsAvoid implicit long casts in uint compares (#20511)
2018-10-25 Tarek Mahmoud SayedAvoid having DateTime.TryParse throwing (#20587)
2018-10-25 John SalemAdd IsCollectible property to Assembly and necessary...
2018-10-25 Tarek Mahmoud SayedGet the real update for Unicode 11 data (#20589)
2018-10-24 Jeremy KoritzinskyRemove support for nonexistent UnmanagedFunctionPointer...
2018-10-24 Tarek Mahmoud SayedUpdate Unicode data to version 11 (#20529)
2018-10-24 Fei PengExpose EnableISA knobs in release build (#20501)
2018-10-24 Aaron RobinsonMerge pull request #20497 from AaronRobinsonMSFT/additi...
2018-10-24 Jan KotasDelete duplicate CoreFX tests (#20532)
2018-10-24 Sergey AndreenkoInitialize `StructReturnType` for `gtNewRefCOMfield...
2018-10-24 Andy AyersJIT: recover types from helper calls and more (#20447)
2018-10-23 Bruce ForstallMerge pull request #20537 from BruceForstall/RemoveLocA...
2018-10-23 Carol EidtMerge pull request #20552 from fiigii/retest
2018-10-23 Fei PengRe-enable hardware intrinsic tests
2018-10-23 Aaron RobinsonAdd support for IDispatch in CoreCLR
2018-10-23 Bruce ForstallRemove the LocAllocSP slot for non-x86 platforms
2018-10-22 Fei PengAes/Pclmulqdq IsSupported should depend on Ssse3 (...
2018-10-22 Ben AdamsAdditionally Vectorize string.IndexOfAny for value...
2018-10-22 Andy AyersJIT: improve simplification of IND(ADDR(x)) (#20508)
2018-10-22 Maryam AriyanAdding DebugProvider to help override Write and ShowDia...
2018-10-22 Stephen ToubRemove several Timer-related allocations from Cancellat...
2018-10-20 Koundinya VeluriAdd MethodImplAttributes.AggressiveOptimization (#20274)
2018-10-20 David MasonLocal GC - Fix GCToOSInterface::GetPhysicalMemoryLimit...
2018-10-19 Bruce ForstallMerge pull request #20472 from BruceForstall/ImproveLoo...
2018-10-19 Zeng JiangAdd PInvoke/ExactSpelling tests (#19303)
2018-10-18 mikedn[RyuJIT] Delete dead code (#20411)
2018-10-18 Stephen ToubAdd public IThreadPoolWorkItem (#20387)
2018-10-18 Bruce ForstallRemove unnecessary interpreter fallback (#20470)
2018-10-18 Stephen ToubRevert List.InsertRange changes from #8306 (#20471)
2018-10-18 Bruce ForstallFix loop cloning array index recognition for arm64
2018-10-18 Bruce ForstallEnable code to prevent bad byrefs on all platforms...
2018-10-17 Bruce ForstallPrint Tier-0 or Tier-1 to JIT dump output (#20453)
2018-10-17 Jan VorlicekFix collectible NativeCallable UMThunkEntry lifetime...
2018-10-17 Vance MorrisonMerge pull request #20464 from brianrob/eventpipe_confi...
2018-10-17 Brian RobbinsUse AppContext.BaseDirectory instead of AppDomain.Curre...
next