summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Add -skipcrossarchnative option to build.cmd (#22091)Bruce Forstall2-9/+23
2019-01-31Replace several Nullable<T>.Value with .GetValueOrDefault() (#22297)Stephen Toub5-12/+12
2019-01-31AsyncSteppingFix - Eagerly initialize the AsyncStateMachineBox to avoid expre...Andrew Au3-9/+38
2019-01-31Increase arm64 timeout. (#22298)Sergey Andreenko1-0/+6
2019-01-31[Arm64/arm32] GCStress failure in tracing/eventsourcetrace/eventsourcetrace/e...José Rivero1-0/+1
2019-01-31Re-point Jenkins to new Ubuntu ARM64 queueRuss Keldorph1-2/+2
2019-02-01Support for dumping GC info in R2RDump (#22216)Tomáš Rylek1-1/+44
2019-01-31Update python lookup in CMakeLists.txt to match build.(sh|cmd) (#22145)Omair Majid1-1/+1
2019-01-31Fix ProjectN build breaks (dotnet/corert#6924)Michal Strehovský1-0/+1
2019-01-31Fix for missing GC ref map record on ARM64 for the X8 register (#22309)Tomáš Rylek3-4/+14
2019-01-31Add design document for unloadability (#22166)Jan Vorlicek2-0/+423
2019-01-31Replace Environment.s_macOS with use of PLATFORM_OSXStephen Toub1-17/+18
2019-01-31Adapt corert to Environment moving from corefxStephen Toub1-2/+10
2019-01-31Stop collecting source line information during a stacktrace for the E… (#22...Aaron Robinson1-1/+1
2019-01-30Add managed implementation of GetSystemMaxDBCSCharSize (#22290)Marek Safar7-21/+14
2019-01-30Add timeoutPerTestCollection and use this to control Helix workitem timeout (...Egor Chesakov4-16/+32
2019-01-30Update CoreFx, IbcData, PgoData to preview.19080.2, master-20190130.3, master...dotnet-maestro-bot1-7/+7
2019-01-30Remove run.exe and config.json (#21608)Sven Boemer20-979/+507
2019-01-30Reverting "Fixing up the UTF8Formatter and some tests to properly handle -0.0...Tanner Gooding1-0/+6
2019-01-30Disable outdated test until it is updatedRuss Keldorph1-0/+4
2019-01-30Update CoreFx, PgoData to preview.19080.1, master-20190130.1, respectivelydotnet-maestro-bot1-5/+5
2019-01-30Disable tests consistently failing in AzDO CI (#22304)Egor Chesakov1-0/+9
2019-01-30Remove GTF_ADDR_ONSTACK and IsVarAddr.Eugene Rozenfeld8-61/+22
2019-01-30Switch CoreLib over to using shared Environment from corefx (#22106)Stephen Toub18-910/+692
2019-01-30Fix CorError header file generation (#22294)Michal Strehovský2-20/+15
2019-01-30fixed pdf link in dotnet-standards.md (#22292)Meir Blachman1-1/+1
2019-01-30Fix namespace of the AmbiguousImplementationException (#22291)Michal Strehovský1-2/+2
2019-01-29Recover some of the size lost with AsyncMethodBuilder/Task unification (#6913)Michal Strehovský3-9/+18
2019-01-29Add AmbiguousImplementationException (#22280)Markus Kitsinger3-0/+37
2019-01-29Do not cache error string in SerializationException (#22281)Markus Kitsinger1-3/+1
2019-01-29RunCrossGen in ReadyToRun tests, set TimeoutPerTest, set FailOnWorkItemFailur...Egor Chesakov5-22/+68
2019-01-29Move Marshal::StringTo* methods to shared partition (#22266)Marek Safar2-145/+128
2019-01-29Fixing several of the HWIntrinsic SoftwareFallback functions to be captureles...Tanner Gooding2-18/+18
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens15-274/+887
2019-01-28Add Marshal ansi conversion to shared partition (#22243)Marek Safar6-44/+59
2019-01-28Fix various fgMorphInitBlock issues (#21820)mikedn6-182/+579
2019-01-28Fix finding entry point unwind record for a method with fragmented un… (#22...Andy Ayers1-21/+40
2019-01-28Update PgoData to master-20190128.1 (#22237)dotnet-maestro-bot1-2/+2
2019-01-27string.EndsWith use SequenceEqual not SequenceCompareTo (#22207)Ben Adams1-1/+2
2019-01-27Improve BinaryReader.ReadUInt32() perf by 30% when using MemoryStream (#22102)TW3-103/+79
2019-01-27Keep CoreCLR-specific temporary hack under ifdefJan Kotas1-2/+6
2019-01-27Shrink Task.Delay when used without cancellation (#22233)Ben Adams1-52/+58
2019-01-27Remove several uses of VoidTaskResult (#22238)Stephen Toub8-232/+168
2019-01-27Move Timer to shared CoreLib partition. (#22231)Filip Navara5-266/+283
2019-01-26Update PgoData to master-20190126.1 (#22198)dotnet-maestro-bot1-2/+2
2019-01-26Make ResourceManager use Assembly instead of RuntimeAssembly internally. (#21...Filip Navara4-53/+57
2019-01-26Move Marshal::ZeroFree* to shared partition (#22230)Marek Safar5-66/+63
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas19-297/+10
2019-01-26Factor WinRT GetFolderPath into static accessible via reflection (#34873)Stephen Toub2-127/+146
2019-01-25Move more Marshal methods to shared partition (#22205)Marek Safar5-122/+78