Make the new stream class sealed
[platform/upstream/coreclr.git] / src /
2019-02-28 Jan VorlicekMake the new stream class sealed
2019-02-28 Jan VorlicekFix resource stream for collectible assemblies
2019-02-27 Stephen ToubFix Thread.ExecutionContext breaking change (#22882)
2019-02-27 Stephen ToubFix WaitTimeout breaking change (#22881)
2019-02-27 Jan KotasPreserve Marshal.GetLastWin32Error in SafeHandle.Danger...
2019-02-27 Filip NavaraMove Thread to shared CoreLib (#22744)
2019-02-27 GrantMake BitOperations public (CoreCLR) (#22864)
2019-02-27 Andrew AuRemove bogus assert in Thread::MarkThreadForAbort ...
2019-02-27 Sergey AndreenkoFix `optVNConstantPropOnTree`. (#22865)
2019-02-26 Jan VorlicekFix Assembly::Load context for collectible assemblies...
2019-02-26 Eric StJohnFix _IlasmDir definition (#22856)
2019-02-26 Andy AyersJIT: In morph, only call DefinesLocal on assignments...
2019-02-26 John SalemMerge pull request #22841 from josalem/stacktrace-cache...
2019-02-26 David MasonUpdate added types and methoddefs on ApplyMetadata...
2019-02-26 Sinan KayaGCC compatibility fixes #7 (#22810)
2019-02-26 Jeremy KoritzinskyAdd the coreclr blob feed as a restore source for test...
2019-02-26 Stephen ToubSpecial-case 1 module per assembly in Assembly.GetTypes...
2019-02-26 Steve MacLeanRemove buildpipelines (#22835)
2019-02-25 Filip NavaraRemove support for ICLRExecutionManager and pause/resum...
2019-02-25 John SalemSimplify getting exposed Assembly, and specifies parame...
2019-02-25 Filip NavaraMove WaitHandle to shared CoreLib (#22634)
2019-02-25 Eric StJohnMerge pull request #22796 from ericstj/splitILAsmCopy
2019-02-23 Clinton Ingramfix BSWAP16 intrinsic handling of signed values (#22666)
2019-02-23 Marek SafarMove AssemblyLoadContext to shared partition (#22685)
2019-02-23 Eric StJohnMake System.Runtime.CompilerServices.Unsafe inbox ...
2019-02-23 Dan MoseleyRemove 'from HRESULT' (#22782)
2019-02-23 Jan KotasChange Environment.Version to return product version...
2019-02-23 Jarret ShookCorrectly build packages for linux-musl-arm64 (#22793)
2019-02-22 Mukul SabharwalEnable FEATURE_BASICFREEZE (#22776)
2019-02-22 John SalemRestore original delegate use until corresponding coref...
2019-02-22 John SalemMirror StackFrameHelperChanges in mscorlib.h and change...
2019-02-22 Jan VorlicekAdd fatal error details printing (#22789)
2019-02-22 Eric St. JohnSplit out copy of Ilasm and make it optional
2019-02-22 Stephen ToubIgnore EINVAL/EBADF errors from FTruncate in FileStream...
2019-02-22 Simon NattressR2RDump - Gracefully handle inability to parse GC Info
2019-02-22 Sinan KayaMore GNUC Fixes (#22687)
2019-02-22 Michal StrehovskýStore information about partial ngen in R2R images...
2019-02-22 David MasonUpdate ReJIT/MethodDescBackpatchInfoTracker lock relati...
2019-02-22 Jan KotasCleanup unnecessary COUNTER_ONLY (#22759)
2019-02-22 Sung Yoon WhangAdd exception counter (#22734)
2019-02-21 Brian SullivanMerge pull request #22731 from briansull/issue-22436
2019-02-21 Sung Yoon WhangRemove unused perfcounter code (#22742)
2019-02-21 Maoni Stephensincreasing LocalGC version to 3 for 3.0 (#22751)
2019-02-21 Marek SafarClean up unused parameters around Assembly::Load (...
2019-02-21 Brian SullivanMispelling
2019-02-21 Aaron RobinsonSupport COM events (#22721)
2019-02-21 Brian SullivanAdded enclosing brances for if/then stmts
2019-02-21 Andy AyersJIT: handle preference miss two register xmm return...
2019-02-21 Tanner GoodingEnable the HWIntrinsic extension methods and remove...
2019-02-21 Filip NavaraMove Thread to shared CoreLib (dotnet/corefx#35462)
2019-02-21 Ben AdamsReduce struct copy by 1 in ValueTask.GetAwaiter (#22738)
2019-02-21 Andrew AuRemoved some dead code
2019-02-21 Brian SullivanFix Isuue 22436 - noway_assert 'expTyp == cseLclVarTyp...
2019-02-20 John SalemFix GC Hole by using SetAt on the PTRARRAY for the...
2019-02-20 Stephen ToubUse ThrowHelper in ManualResetValueTaskSourceCore ...
2019-02-20 Stephen ToubFix bug introduced during cleanup in JapaneseLunisolarC...
2019-02-20 Ben AdamsAllow Task.WaitAny completion to run synchronously...
2019-02-20 Sinan KayaAbstract deprecated and selectany for GCC and remove...
2019-02-20 Stephen ToubFix race condition in ManualResetValueTaskSourceCore...
2019-02-20 Mike McLaughlinFix CLRDataCreateInstance export. This was breaking...
2019-02-20 Sung Yoon WhangAdd ManagedRuntimeEventSource (#22515)
2019-02-20 Jan KotasEarly out from vectored exception handler on uninitiali...
2019-02-20 Jan KotasUse out arguments in UmAlQuraCalendar (#22704)
2019-02-20 Jan KotasCleanup CoreLib makefiles (#22706)
2019-02-20 Brian SullivanMerge pull request #22656 from briansull/fix_arm64_assert
2019-02-20 John SalemAdd array of managed assembly objects to StackFrameHelp...
2019-02-19 Brian SullivanFix formatting
2019-02-19 Stephen ToubUse RunContinuationsAsynchronously in SemaphoreSlim...
2019-02-19 Brian SullivanCorrect the assert to add R8 as a potential valid register
2019-02-19 Hugh BellamyCleanup Calendars code (#22582)
2019-02-19 Fei PengOptimize Vector128/256<T>.Get/WithElement (#22353)
2019-02-19 Michal StrehovskýFail loading types with default interface methods for...
2019-02-19 Jan KotasRemove resetting of unmanaged thread locale from thread...
2019-02-18 Michal StrehovskýFix constrained call corner cases (#22464)
2019-02-18 Ben AdamsFix warning causing error in warning as error (Windows...
2019-02-18 Sinan KayaFix Integer Rounding issue and duplicate definition...
2019-02-18 Adeel MujahidDelete RtlMoveMemory and tests (#22668)
2019-02-17 Adeel MujahidFix visibility and signed comparison issues for GCC...
2019-02-17 Jan KotasAvoid pulling in Lazy<T> during startup (#22659)
2019-02-16 Carol EidtMerge pull request #22528 from mikedn/idx-addr
2019-02-16 Aaron RobinsonSet the 'PLATFORM_OSX' constant during OSX build (...
2019-02-16 Aaron RobinsonFix bug in FindDispatchSlot usage
2019-02-15 Tanner GoodingUpdating some local functions to be 'static' (capturele...
2019-02-15 Andy AyersJIT: modify how jit determines when to update a type...
2019-02-15 Sergey AndreenkoDisable arm64 contracts. (#22605)
2019-02-15 Mike DanesWiden index to a temporary register
2019-02-15 Tanner GoodingManually update the dependencies.props and move S.P...
2019-02-15 Jan KotasReserve fast dictionary slots for Tier1 code (#22619)
2019-02-15 Stephen ToubRemove CoreLib's src\Interop\Windows directory (#22622)
2019-02-15 Jan KotasFix CoreFX build breaks
2019-02-15 Tanner GoodingFixing the number formatting code to only recognize...
2019-02-15 Marek SafarMove Reflection.Emit Tokens to shared partition (#22602)
2019-02-15 GrantMissed optimization from #22497
2019-02-15 David WrightonReplace multi-loaderallocator hash implementation in...
2019-02-14 Filip NavaraRemove unnecessary fields from WaitHandle (#22593)
2019-02-14 Eugene RozenfeldFix check for memory containment safety. (#22563)
2019-02-14 GrantConsolidate implementation of Rotate and PopCount ...
2019-02-14 Stephen ToubAdjust corert for shared SafeHandle and EventRegistrati...
2019-02-14 Stephen ToubFix netfx build break in Microsoft.Diagnostics.Tracing...
2019-02-14 Marek SafarMove FrameworkEventSource to shared partition (#22507)
next