summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-05Fix ProjectN build breaks (dotnet/corert#6954)Michal Strehovský1-1/+2
2019-02-05Avoid duplicate tree lookup in GetCollatorFromSortHandle (#22390)Filip Navara1-9/+7
2019-02-05Merge pull request #22415 from adityamandaleeka/pinvoke_ehAditya Mandaleeka1-4/+6
2019-02-05Notify dac when prejitted code is going to be used for a method (#22296)Andy Ayers1-1/+14
2019-02-04Fix marshalling UTF8 string struct member from native to managed. (#22408)Jeremy Koritzinsky1-6/+2
2019-02-04Extract addressing mode analysis from gtSetEvalOrder (#22387)Carol Eidt2-317/+344
2019-02-04Fix string.strlen (#22397)Ben Adams1-0/+26
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar14-267/+195
2019-02-04Handle SPC in GetLoadContextSteve MacLean1-6/+15
2019-02-04Disable PInvoke inlining within try regions on ARM64.Aditya Mandaleeka1-4/+6
2019-02-04More compact implementation of Marshal.GenerateProgIdForType (#22395)Jan Kotas1-14/+3
2019-02-04Fix arm32 unwind for large methods (#22381)Andy Ayers1-2/+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 Kotas25-938/+1179
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský7-1/+15
2019-02-03Use unsigned index extension in muldi-dimensional array stubs (#22376)Jan Kotas1-26/+12
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-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 Ckasper31-6/+0
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 Eidt4-99/+218
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-01Update the double/float formatters to return the shortest roundtrippable stri...Tanner Gooding5-754/+1439
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-01Coreclr gnuport (#22129)Sinan Kaya15-44/+89
2019-01-31Fixing a GC hole in Number.BigInteger (#22334)Tanner Gooding1-2/+5
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-02-01Support for dumping GC info in R2RDump (#22216)Tomáš Rylek1-1/+44
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