summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Configure MSBuild debug path and save any logsBruce Forstall7-9/+51
2019-02-04Handle SPC in GetLoadContextSteve MacLean1-6/+15
2019-02-04Merge pull request #22411 from BruceForstall/AlwaysArchiveLogsBruce Forstall1-2/+11
2019-02-04Always archive build logsBruce Forstall1-2/+11
2019-02-04Disable JIT/SIMD/Vector3Interop_ro on x64 Unix platformsEgor Chesakov1-0/+3
2019-02-04Disable JIT/Regression/CLR-x86-JIT/v2.1/b152292 on all Unix platformsEgor Chesakov1-6/+3
2019-02-04More compact implementation of Marshal.GenerateProgIdForType (#22395)Jan Kotas1-14/+3
2019-02-04Reenable corefx System.Linq.Expressions.Tests. (#22362)Sergey Andreenko2-2/+0
2019-02-04Delete exclusions that reference fixed issues. (#22355)Sergey Andreenko1-48/+3
2019-02-04Fix arm32 unwind for large methods (#22381)Andy Ayers2-5/+4
2019-02-04Remove code that was moved to System.Native (dotnet/corert#6932)Filip Navara3-0/+43
2019-02-03Merge pull request #22378 from filipnavara/native_cpp_to_CJan Kotas28-945/+1186
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský9-5/+25
2019-02-03Use unsigned index extension in muldi-dimensional array stubs (#22376)Jan Kotas3-26/+74
2019-02-03Rename DevDiv_754566.ilprog to DevDiv_754566.ilproj (#22375)Tamás Csala1-1/+1
2019-02-03Prefix enums, remove DLLEXPORT from GetResultCodeFilip Navara11-145/+152
2019-02-03Fix inconsistent usage of various bool typesFilip Navara8-258/+249
2019-02-03Update static_assert usage to c_static_assert_msgFilip Navara3-15/+12
2019-02-03Avoid memory allocation in EnumSymbols for small buffersFilip Navara1-15/+20
2019-02-03Fix error handling in GetLocaleIso639LanguageTwoLetterNameFilip Navara1-0/+2
2019-02-03Update one more place to use version.c instead of version.cppFilip Navara1-3/+3
2019-02-03Simplify and fix error handlingFilip Navara2-84/+4
2019-02-03Change NormalizationForm to address feedback.Filip Navara2-8/+8
2019-02-03Fix enum alignmentkasper31-2/+3
2019-02-03Address feedbackkasper31-20/+22
2019-02-03Convert version.cpp to Ckasper33-10/+4
2019-02-03Address feedbackkasper33-70/+54
2019-02-03Convert System.Globalization.Native to Ckasper325-564/+902
2019-02-03Rename fileskasper313-0/+0
2019-02-02Move Interop.GetTimestamp.cs to shared CoreLib partition. (#35031)Filip Navara1-0/+17
2019-02-02Spill tree temp large vectors around calls (#22311)Carol Eidt3-36/+91
2019-02-02Avoid delegate/work item allocations when setting async continuation (#22373)Stephen Toub1-3/+11
2019-02-02Rename ResourceManager fields to follow conventions (#22371)Jan Kotas2-145/+119
2019-02-02Propagate preferences (#19429)Carol Eidt6-99/+363
2019-02-01Update dependencies from dotnet/arcade (#22096)dotnet-maestro[bot]4-9/+9
2019-02-01Make Import of Helix.Sdk conditional in tests/helixpublishwitharcade.proj (#2...Egor Chesakov1-4/+4
2019-02-01Move Marshal::UnsafeAddrOfPinnedArrayElement to shared partition (#22359)Marek Safar2-30/+30
2019-02-01Make Exception._HResult private (#22354)Jan Kotas8-17/+17
2019-02-01Fix the scratch register used for arm64 stack probing (#22313)Bruce Forstall1-2/+10
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt10-81/+83
2019-02-01Remove stale warning 420 pragmas (#22352)Stephen Toub8-20/+0
2019-02-01Move ResourceManager to shared CoreLib. (#22249)Filip Navara11-339/+366
2019-02-01Exclude RecursiveException and MultipleException from GCStress runs. (#22340)Sergey Andreenko2-0/+4
2019-02-01Update the double/float formatters to return the shortest roundtrippable stri...Tanner Gooding7-760/+1634
2019-02-01Refactor helixpublishwitharcade.proj (#22346)Egor Chesakov3-95/+112
2019-02-01Ensure method is active in PrepareMethod (#22351)Andy Ayers1-0/+2
2019-02-01Annotate types moved from S.R.ExtensionsMichal Strehovský4-0/+12
2019-02-01Revert "Re-point Jenkins to new Ubuntu ARM64 queue"Russ Keldorph1-2/+2
2019-02-01Coreclr gnuport (#22129)Sinan Kaya15-44/+89
2019-01-31Fixing a GC hole in Number.BigInteger (#22334)Tanner Gooding1-2/+5