summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-17Add .NET Core 3.0 perf blog post linkStephen Toub1-0/+1
2019-05-17Merge pull request #24432 from am11/gcc_over_aligned_newJan Vorlicek2-0/+6
2019-05-17Merge pull request #24616 from BruceForstall/RemoveJenkinsBUILD_URLVariableBruce Forstall2-4/+10
2019-05-17Merge pull request #24520 from am11/freebsd/set-affinityJan Vorlicek5-17/+37
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas22-542/+65
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský9-2/+2726
2019-05-16Add runtime counter for TP work items produced (#24618)Sung Yoon Whang1-0/+2
2019-05-16Correcting documentation for span and memory slice (#24612)Anirudh Agnihotry5-19/+19
2019-05-16compilation fixes (#24613)Sinan Kaya6-6/+9
2019-05-16Fix parameter names in ToUtf16 (#24617)Levi Broderick1-3/+3
2019-05-16PR feedbackBruce Forstall2-3/+10
2019-05-16Remove Jenkins BUILD_URL environment variableBruce Forstall1-2/+1
2019-05-16Add Managed->Native tests for our WinRT primitives (#23529)Jeremy Koritzinsky47-1/+1505
2019-05-16Delete iswxdigit test (#24608)Michal Strehovský5-97/+0
2019-05-16Fix Handling time patterns with quotes (#24589)Tarek Mahmoud Sayed1-0/+13
2019-05-16Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#2...Jeremy Koritzinsky5-537/+529
2019-05-16Update dependencies from https://github.com/dotnet/core-setup build 20190515....dotnet-maestro[bot]2-3/+3
2019-05-16Ensure that SIMD fields are correctly typed (#24377)Carol Eidt6-83/+68
2019-05-16Suppress crossgen warnings on failures to load types/methods from IBC data. (...Fadi Hanna2-2/+10
2019-05-15Make Label and OpCode readonly and IEquatable (#24360)Levi Broderick2-5/+5
2019-05-15Merge pull request #24603 from dotnet/revert-24554-UnconditionallyCaptureXUni...Egor Chesakov1-2/+2
2019-05-15Revert "Unconditionally capture output of xUnit tests"Egor Chesakov1-2/+2
2019-05-15Avoid doing dangerous cleanup in case of process detachAndrew Au2-17/+26
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton44-1754/+43
2019-05-15Merge pull request #24590 from sandreenko/deleteJitOptsSergey Andreenko3-37/+0
2019-05-15Make sure variable live range for prolog is reported firstAndrew Au2-29/+72
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský14-15451/+39
2019-05-15Unconditionally capture output of xUnit tests (#24554)Egor Chesakov1-2/+2
2019-05-15Enable JIT\superpmi\superpmicollect on Linux and macOS (#24560)Egor Chesakov2-4/+3
2019-05-15delete JitOptions struct.Sergey Andreenko3-37/+0
2019-05-15Fix memory corruption in GetResultFileName in SuperPMI (#24537)Egor Chesakov4-72/+64
2019-05-15Before calling getModuleAssembly and getClassModule check whether s_pJitDisas...Egor Chesakov1-1/+1
2019-05-15[master] Update dependencies from dotnet/core-setup (#24149)dotnet-maestro[bot]4-3/+13
2019-05-15Fix bug where crossgen would throw OOM when given an input with no dir-separa...Fadi Hanna1-78/+78
2019-05-15Making crossgen throw when compiling with the PartialNgen flag and no IBC dat...Fadi Hanna4-0/+15
2019-05-15Update xplat-minidump-generation.mdMike McLaughlin1-1/+11
2019-05-15Update dependencies from https://github.com/dotnet/corefx build 20190514.9 (#...dotnet-maestro[bot]2-9/+9
2019-05-14Enable QuickJit by default (#24576)Koundinya Veluri1-1/+1
2019-05-14[master] Update dependencies from dotnet/corefx (#24521)dotnet-maestro[bot]2-7/+11
2019-05-14Switch to zero-length array in otherwise empty class (#24370)Adeel Mujahid1-1/+1
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas21-67/+35
2019-05-14Stack size override (#24532)Steve MacLean4-0/+67
2019-05-14Decorate SuperPMI DllMain jitStartup getJit with DLLEXPORT (#24508)Egor Chesakov3-30/+21
2019-05-14Add explicit cmake dependency between clretwrc and eventing_headers. (#24575)Jeremy Koritzinsky1-1/+3
2019-05-14Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)Koundinya Veluri8-28/+41
2019-05-14Log the real command line in case the process is started as a serviceAndrew Au2-2/+12
2019-05-14Disable IJW tests on ARM32 (#24570)Jeremy Koritzinsky1-0/+15
2019-05-14Fix Type.GetCustomAttributes for multiple instances of the same attribute (#2...Jan Kotas1-5/+6
2019-05-14Merge pull request #24553 from sandreenko/excludeTestsThatAreFailingUnderGCSt...Sergey Andreenko6-0/+12
2019-05-14Fix more save/restore code for HVAs (#24434)Carol Eidt4-22/+29