summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub12-627/+2
2019-02-11Move ConditionalWeakTable to shared (#22531)Stephen Toub4-332/+209
2019-02-11 Make Module partial to allow additional changed for MonoMarek Safar1-1/+1
2019-02-11Annotate EventCounter as a relocated type (dotnet/corert#6990)Michal Strehovský1-1/+1
2019-02-11Move Volatile to shared (#22523)Stephen Toub4-405/+231
2019-02-11Locally define DLLEXPORT in ee_il_dll.cppRuss Keldorph1-0/+4
2019-02-11Move runincontext to src/toolsRuss Keldorph2-0/+583
2019-02-11Move GCHandle to shared (#22499)Stephen Toub17-615/+317
2019-02-11prestub: fix ExternalMethodFixupWorker (#22519)Konstantin Baladurin1-1/+5
2019-02-11Make Nullable partial to allow additional method for in under Mono (#22518)Marek Safar1-1/+1
2019-02-10Cleanup DLL exports (#22500)Jan Kotas16-105/+55
2019-02-09Fix casing of interop directories (dotnet/corert#6982)Jan Kotas1-1/+1
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang7-174/+120
2019-02-09set up CoreLib to include EventCounter in build project (#22501)Sung Yoon Whang1-0/+1
2019-02-09Add reporting exception from ResolveEHClause (#17947)Jan Vorlicek2-18/+39
2019-02-08move EventCounter to shared CoreLib (dotnet/corefx#35183)Sung Yoon Whang1-0/+491
2019-02-08Move Array's SZGenericArrayEnumerator to shared partition (#22480)Marek Safar4-203/+211
2019-02-08Delete EnvironmentAugments (#22485)Jan Kotas2-49/+0
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid48-154/+212
2019-02-08BitOps.TrailingZeroCount has inconsistent software fallback (#22333)Grant1-16/+41
2019-02-08Move GCSettings to shared (#22483)Stephen Toub8-116/+113
2019-02-08Update CoreRT with shared array implementationJan Kotas1-29/+36
2019-02-08JIT: Suppress emitting same-reg zero extending move (#22454)Andy Ayers3-1/+88
2019-02-08JIT: fix ifdef guarding an assert (#22460)Andy Ayers1-1/+1
2019-02-08Force results of rejected multi-reg-returning tail-call candidates to temp. (...Eugene Rozenfeld1-0/+52
2019-02-07Finish removing Environment from corefxStephen Toub1-6/+1
2019-02-07Fix the desktop warning (#22481)Sergey Andreenko1-1/+1
2019-02-07Move DateTime for Unix to shared partition (#22383)Marek Safar5-11/+29
2019-02-07Fix race condition in g_pfnGetSystemTimeAsFileTime initialization (#22466)Jan Kotas1-4/+9
2019-02-07Add config option to disable tier 0 JIT (#22370)Koundinya Veluri10-55/+206
2019-02-07Merge pull request #22023 from BruceForstall/FixGSWithLocallocBruce Forstall10-424/+1302
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya30-49/+298
2019-02-07Fix GCSample bit rot (#22462)Jan Kotas6-19/+35
2019-02-07Fixing Utf8Formatter.Float to support all the same format specifiers as the u...Tanner Gooding1-24/+6
2019-02-07Fix delegate creation for default interface methods on structs (#22427)Michal Strehovský1-1/+1
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya6-16/+16
2019-02-06Fix CoreLib to include PasteArguments.Unix.cs correctly (#22453)Stephen Toub1-1/+1
2019-02-06Move Array to shared partition (#22321)Marek Safar4-655/+686
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar9-176/+15
2019-02-06Fix ARM64 GS with locallocBruce Forstall10-424/+1302
2019-02-06Index and Range updates (#22331)Tarek Mahmoud Sayed12-86/+553
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky4-32/+57
2019-02-06Allow lcl_var structs to be widened to primitive types on unix amd64. (#22437)Jarret Shook1-4/+5
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