platform/upstream/coreclr.git
2019-06-17 Andy HansonReplace 'assert' with '_ASSERTE' (#25177)
2019-06-17 Fadi HannaUpdate linux-instructions.md (#25187)
2019-06-17 dotnet-maestro... [master] Update dependencies from dotnet/core-setup...
2019-06-16 Adam Sitnikavoid expensive ref counting for CompareInfo on Linux...
2019-06-16 Michal StrehovskýDo not export GC entrypoints outside standalone build...
2019-06-15 Sung Yoon WhangAdd active timer counter (#25186)
2019-06-15 Adam Sitnikdon't use var
2019-06-15 Adam SitnikApply suggestions from code review
2019-06-15 Adam Sitnikset the charset to Ansi
2019-06-15 Adam Sitniksimplify the code
2019-06-15 Elinor FungFix duplicate imports in managed product build (#25174)
2019-06-15 Egor ChesakovDon't change LCL_FLD node type when replacing param...
2019-06-15 Sergey Andreenkoabort build-tests if failed to restore stress dependenc...
2019-06-15 Sergey AndreenkoMerge pull request #25162 from sandreenko/FixGCStressSe...
2019-06-15 Marek SafarMove parts of RuntimeType to shared partition (#25176)
2019-06-14 José RiveroMoving non-EventPipe types out of eventpipe.* (#25161)
2019-06-14 Sergey AndreenkoDelete OSX condition.
2019-06-14 Sergey AndreenkoDo not force GCStress at all.
2019-06-14 Koundinya VeluriFix crash/corruption in VSD hash tables when backpatchi...
2019-06-14 Jarret ShookAdd a build option to skip building managed tools ...
2019-06-14 dotnet-maestro... Update dependencies from https://dev.azure.com/dnceng...
2019-06-14 Tarek Mahmoud... Update the SDK version (#25141)
2019-06-14 Adam Sitniklock the dictionary
2019-06-14 Adam Sitnikmove the sort key logic to a dedicated helper type...
2019-06-14 Sung Yoon WhangMake DisplayUnits string.Empty by default instead of...
2019-06-14 Tarek Mahmoud... Fix French Decimal number parsing (#25154)
2019-06-14 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-06-14 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-06-14 Jarret ShookMerge pull request #25138 from jashook/write_pgo_opt_ve...
2019-06-14 jashookAddress all feedback
2019-06-14 Adam Sitnikintroduce cache for sort handles to prevent from memory...
2019-06-14 Jan KotasOptimize Activator.CreateInstance (#25145)
2019-06-14 Adam Sitnikuse IntPtr instead of CriticalHandle to avoid resurrect...
2019-06-14 jashookPartially address comments
2019-06-14 Stephen ToubUpdate Corelib to adapt to compiler nullability updates
2019-06-14 dotnet-maestroUpdate dependencies from https://github.com/dotnet...
2019-06-14 Koundinya VeluriFix code version table lock / coop GC mode switch order...
2019-06-14 Sergey AndreenkoDo not force GcStress=0xc for GitHub_23199.
2019-06-13 Egor ChesakovAdd platformGroup parameter to platform-matrix.yml...
2019-06-13 Michal StrehovskýAllow pregenerating most HW intrinsics in CoreLib ...
2019-06-13 dotnet-maestro... [master] Update dependencies from dotnet/core-setup...
2019-06-13 dotnet-maestro... [master] Update dependencies from dnceng/internal/dotne...
2019-06-13 Fadi HannaUpdate crossgen.md
2019-06-13 Fadi HannaMerge pull request #25137 from fadimounir/SuppressWarnings
2019-06-13 Ben AdamsIntrinsicify SpanHelpers.IndexOf(char) (#22505)
2019-06-13 jashookRemove duplicate not
2019-06-13 jashookAddress PR feedback.
2019-06-13 José RiveroMultiple EventPipe related bugs/issues (#25112)
2019-06-13 fadimounirAdd a switch to suppress crossgen warnings
2019-06-13 Carol EidtDon't try to fold constants for GT_HWIntrinsic (#25139)
2019-06-13 jashookAdd more context to the nmake comment
2019-06-13 jashookFix nmake build
2019-06-13 Michal StrehovskýEmit a message when skipping a method in crossgen ...
2019-06-13 jashookFix set syntax
2019-06-13 jashookAlso use WriteLinesToFile for IBC merge and read in...
2019-06-13 jashookAdd ${__CommonMSBuildArgs} to pass buildtype and arch
2019-06-13 Santiago Fernandez... Fix a couple of annotations on Type (#25136)
2019-06-13 Kai RuhnauAlso set the *__TRYRUN_OUTPUT cache value to something...
2019-06-12 Jarret Shookuse nodeReuse:false in build.sh and build-test.sh....
2019-06-12 jashookChange how build.sh/build.cmd parse the PGO and IBC...
2019-06-12 Stephen ToubReplace 'where T : object` with `where T : notnull`
2019-06-12 dotnet-maestro... Update dependencies from dotnet/arcade (dotnet/corefx...
2019-06-12 Stephen ToubFix nullable annotations on Binder.ReorderArgumentArray
2019-06-12 Stephen ToubRemove defunct !s and update some TODO-NULLABLE comments
2019-06-12 dotnet-maestroUpdate dependencies from https://github.com/dotnet...
2019-06-12 Jeremy KoritzinskyAllocate handles for custom marshalers in ALCs instead...
2019-06-12 Jan VorlicekEnable coreclr-runincontext in azure pipelines (#25073)
2019-06-12 jashookAddress feedback
2019-06-12 Carol EidtSuperPMI: Fix `getFieldType` (#25102)
2019-06-12 Marek SafarConvert PermissionSet NIE to PlatformNotSupportedExcept...
2019-06-12 Michal StrehovskýExpose readonly heap segments to DAC (#25113)
2019-06-12 Stephen ToubAdd missing TraceOperationCreation log event in GetStat...
2019-06-12 Jan VorlicekFix Module::IsInSameVersionBubble contract (#25106)
2019-06-12 Adam Sitnikseal the CriticalSortHandle class
2019-06-12 Adam Sitnikchange SafeSortHandle to be CriticalSortHandle to avoid...
2019-06-12 SuchimanCoreRT change
2019-06-12 SuchimanEnsure gen0_max_size to be initially >= gen0_min_size
2019-06-12 SuchimanMultiple CoreRT changes
2019-06-12 SuchimanFix casts
2019-06-12 SuchimanFix Redhawk defines
2019-06-12 SuchimanUNREFERENCED_PARAMETER
2019-06-12 SuchimanPort typo fixes from CoreRT
2019-06-12 Andy AyersJIT: use stress mode tail call validation info for...
2019-06-12 Juan HoyosFix context restore for ARM/ARM64 debugging (#25089)
2019-06-11 Andy HansonFall back to CpuId if failed to get cache size from...
2019-06-11 Jan VorlicekFix ForeignThreadExceptions test (#25074)
2019-06-11 jashookuse nodeReuse:false in build.sh and build-test.sh.
2019-06-11 Bruce ForstallImprove corefx testing (#24962)
2019-06-11 Sinan KayaCompilation fixes (#25084)
2019-06-11 Koundinya VeluriTrack timer count and add Timer.ActiveCount (#25061)
2019-06-11 Andrew AuUse the per session configuration to invoke the EventPi...
2019-06-11 Jan KotasDelete dead code (#25066)
2019-06-11 David WrightonR2R ilstubs (#24823)
2019-06-11 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-06-11 Andrew AuMake GetSessionProvider const (#25085)
2019-06-11 Koundinya VeluriRefactor one-time ETL rundown event firing (#24993)
2019-06-11 Stephen ToubUpdate IEquatable/IComparable<T> for nullability (...
2019-06-11 dotnet-maestro... Update dependencies from https://dev.azure.com/dnceng...
2019-06-11 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2019-06-11 dotnet-maestro... Update dependencies from https://github.com/dotnet...
next