platform/upstream/dotnet/runtime.git
2018-06-18 Jan KotasDelete PinnableBufferCache (dotnet/corertdotnet/coreclr...
2018-06-18 Jarret ShookCorrectly return early if the test fails (dotnet/corecl...
2018-06-18 Luqun LouAdd public implementation WindowsRuntime ExceptionSuppo...
2018-06-18 Fei PengImprove Intel hardware intrinsic APIs (dotnet/coreclr...
2018-06-18 Tomas Weinfurttemporarily disable pthread based named mutexes on...
2018-06-18 dotnet botDocument span lifetime issue in CreateSpan (dotnet...
2018-06-18 John DoeTypo (dotnet/coreclr#18520)
2018-06-18 Jarret ShookRe-Enable StructABI test for xplat (dotnet/coreclr...
2018-06-18 Andrey Akinshinmach_absolute_time as the primary clock source on macOS...
2018-06-16 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26616-03, preview1...
2018-06-16 dotnet-maestro-botUpdate BuildTools, CoreClr to preview1-02915-01, previe...
2018-06-15 AmyMerge pull request dotnet/coreclr#18474 from acmyu/gc
2018-06-15 AmyMerge pull request dotnet/coreclr#18379 from acmyu...
2018-06-15 Jan KotasDelete bitrotten appdomain agility checks (dotnet/corec...
2018-06-15 Carol EidtUse correct field offset in genPutArgStkFieldList ...
2018-06-15 Stephen ToubAvoid some virtual dispatch in Encodings (dotnet/corecl...
2018-06-15 Amy YuUse IntPtr instead of long for pointers
2018-06-15 Amy YuFix bugs from trying to get transitions for untracked...
2018-06-15 Amy YuAdjust method comment
2018-06-15 Krzysztof WicherEnsure AdjustmentRule.DaylightDelta is within [-12...
2018-06-15 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-15 Jeremy KuhneFix handling of generating relative path to parent...
2018-06-15 Sergey Andreenkoclean up list of disabled warnings. (dotnet/coreclr...
2018-06-15 Amy YuMake gcInfoTypes global instead of passed as param
2018-06-15 Sergey Andreenkofix the desktop build break (dotnet/coreclr#18475)
2018-06-15 Amy YuFixed some bugs with gc transitions
2018-06-14 Amy YuGet gc slot liveness code offset
2018-06-14 Jarret Shook[Windows|Arm64|Vararg] Add FEATURE_ARG_SPLIT (dotnet...
2018-06-14 Carol EidtARM: increase small reg set for jitStressRegs=3 (dotnet...
2018-06-14 Marco Rossignoliadd overloads (dotnet/coreclr#18458)
2018-06-14 Vance MorrisonWrite and WriteAsync overloads for StringBuilder. ...
2018-06-14 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26614-04...
2018-06-14 Alfred MyersAdds original error info to NotSupportedException durin...
2018-06-14 Anirudh AgnihotrySkip version (dotnet/corefxdotnet/coreclr#28835)
2018-06-13 Kristian HellangAdded ISOWeek to System.Globalization (dotnet/coreclr...
2018-06-13 Jarret Shook[Windows|Arm64|VarArgs] Correctly pass HFA arguments...
2018-06-13 Bruce ForstallMerge pull request dotnet/coreclr#18438 from BruceForst...
2018-06-13 Carol EidtFix enregistered lclFld bug (dotnet/coreclr#18418)
2018-06-13 Bruce ForstallMerge pull request dotnet/coreclr#18442 from BruceForst...
2018-06-13 Maryam Ariyanmoving ARM HW Intrinsics files to shared partition...
2018-06-13 Jan VorlicekFix allocation methods at few places in PAL (dotnet...
2018-06-13 jswolf19Added CallerArgumentExpressionAttribute (corefx issue...
2018-06-13 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-06-13 Michal StrehovskýUpdate unshared Reflection.Emit files
2018-06-13 Michal StrehovskýMerge pull request dotnet/corertdotnet/coreclr#5933...
2018-06-13 Maryam Ariyan Move x86 HW intrinsics files to shared (dotnet/coreclr...
2018-06-13 Bruce ForstallMerge pull request dotnet/coreclr#18433 from BruceForst...
2018-06-12 Bruce ForstallDisable test b65423, tracked by dotnet/coreclr#18441
2018-06-12 Bruce ForstallFix GC KeepAlive test
2018-06-12 Luqun LouAdd public implementation WindowsRuntimeResourceManager...
2018-06-12 Bruce ForstallDisable HugeArray test in GCStress modes
2018-06-12 Andy AyersJIT: finally cloning -- handle fall through out of...
2018-06-12 Carol EidtUnify struct arg handling (dotnet/coreclr#18358)
2018-06-12 Igor KulaychukFix unwinding of funclet with no epilog on x86/Linux...
2018-06-12 Tanner GoodingAdding containment support to more x86 HWIntrinsics...
2018-06-12 Pent PloompuuFix Decimal.NearNegativeZero/NearPositiveZero (dotnet...
2018-06-11 Dan MoseleyReword invalid program exception message (dotnet/corecl...
2018-06-11 Sergey Andreenkoskip empty regMask in verifyRegistersUsed (dotnet/corec...
2018-06-11 Stephen ToubStandardize on PLATFORM_WINDOWS instead of PLATFORM_UNI...
2018-06-11 Tarek Mahmoud... Fix UTF8 encoding fallback index (dotnet/coreclr#18387)
2018-06-11 Luqun LouWinRT attribute Cleanup (dotnet/coreclr#18412)
2018-06-11 Luqun LouRemove WinRTSynchronizationContextFactoryBase (dotnet...
2018-06-11 Jarret Shook(Re)Enable NativeVarargs for CoreCLR (dotnet/coreclr...
2018-06-11 Paulo JanottiAdds the CoreLib IL to packages (dotnet/coreclr#18372)
2018-06-11 Chris SienkiewiczFix PCODE not having thumb bit set when comparing two...
2018-06-11 Anirudh AgnihotryRemoved length restrictions on named synchronization...
2018-06-10 William GodbeUpdate Buildtools (dotnet/coreclr#18380)
2018-06-09 Jan KotasAvoid NativeOverlapped pinning by allocating unmanaged...
2018-06-09 Stephen ToubUse nameof of Encoding classes (dotnet/coreclr#18395)
2018-06-09 Bruce ForstallMerge pull request dotnet/coreclr#18394 from BruceForst...
2018-06-09 Bruce ForstallMerge pull request dotnet/coreclr#18363 from sdmaclea...
2018-06-09 Maryam AriyanSome extra changes needed in shared
2018-06-09 Eric ErhardtRemove Substring in TimeZoneInfo parsing (dotnet/corecl...
2018-06-09 Stephen ToubUse cached strings for values 0 to 9 (dotnet/coreclr...
2018-06-09 Stephen ToubRemove ConcurrentDictionary from CoreLib (dotnet/corecl...
2018-06-09 Bruce ForstallRe-enable tests for Windows arm64
2018-06-09 Bruce ForstallMerge pull request dotnet/coreclr#18382 from BruceForst...
2018-06-09 Brian RobbinsFix EventPipe EventHandle Caching for TraceLogging...
2018-06-08 Amy YuUse buffered disassembler to get disassembly as string
2018-06-08 Russ KeldorphFix coredistools download script now that Packages...
2018-06-08 Anirudh AgnihotryMoved Mutex.cs From src to shared (dotnet/coreclr#18320)
2018-06-08 Luqun LouExpose public implementation AsyncCausalitySupport...
2018-06-08 Bruce ForstallMerge pull request dotnet/coreclr#18287 from sdmaclea...
2018-06-08 Bruce ForstallDisable 3 tests incompatible with GCStress=3
2018-06-08 Steve MacLeanFix threading gcStress fails
2018-06-08 AmyMerge pull request dotnet/coreclr#18326 from acmyu/gc
2018-06-08 Sergey AndreenkoWorkaround for compiler.hpp (1848) - Assertion failed...
2018-06-08 Egor ChesakovDisable failing CoreFx tests on Windows/arm and Linux...
2018-06-08 Andy AyersJIT: Fix bug in finally cloning caused by unsound callf...
2018-06-08 Pent PloompuuFixed and optimized Decimal.GetHashCode (dotnet/coreclr...
2018-06-08 Brian RobbinsAdd missing #ifdef.
2018-06-08 Aaron RobinsonInterop Copy tests now all return 101 during fail rathe...
2018-06-08 Bruce ForstallMerge pull request dotnet/coreclr#18354 from sdmaclea...
2018-06-07 Bruce ForstallMerge pull request dotnet/coreclr#18340 from mikedn...
2018-06-07 Carol EidtMerge pull request dotnet/coreclr#18356 from CarolEidt...
2018-06-07 Amy YuGcInfo belongs to method, not runtime function
2018-06-07 Steve MacLeanWaitany test debug and cleanup
2018-06-07 Krzysztof WicherSkip old time zones adjustments with offsets higher...
2018-06-07 Carol EidtGT_START_NONGC has no kill set
2018-06-07 Steve MacLeanMark eventsourcetrace GCStressIncompatible
next