summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Enable arm64 linux musl builds (#22495)Jarret Shook5-9/+48
2019-02-12Bug Fix: Calling System.Diagnostics.Tracing.EventPipe.Enable twice asserts #2...José Rivero3-3/+220
2019-02-12Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)Sung Yoon Whang9-25/+23
2019-02-12Enable portable fast alloc helpers on ARM64 Windows. (#22541)Aditya Mandaleeka2-2/+2
2019-02-12Add extensions methods for several of the VectorXXX<T> helper methods (#22336)Tanner Gooding3-0/+799
2019-02-12Ifdef out code that triggers UTC bug (dotnet/corert#7003)Michal Strehovský1-0/+6
2019-02-12Update COM Activator class (#22317)Aaron Robinson34-86/+551
2019-02-12JIT: change how we block gc refs from callee saves for inline pinvokes (#22477)Andy Ayers13-13/+80
2019-02-12Add new rounding modes to System.Math, System.MathF (#20815)hamish-rose6-46/+106
2019-02-12Update dependencies from https://github.com/dotnet/arcade build 20190208.1 (#...dotnet-maestro[bot]15-125/+309
2019-02-11Support building with VS2019 Preview (#22525)Tanner Gooding9-159/+171
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/+0
2019-02-11Move GCHandle to shared (#22499)Stephen Toub18-615/+325
2019-02-11Update master label to preview4Russ Keldorph1-1/+1
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 Mujahid51-156/+217
2019-02-08BitOps.TrailingZeroCount has inconsistent software fallback (#22333)Grant1-16/+41
2019-02-08[Official Build] Remove FreeBSD builds (#22451)Jarret Shook2-12/+14
2019-02-08Revert "Revert "Re-point Jenkins to new Ubuntu ARM64 queue""Russ Keldorph1-2/+2
2019-02-08Move GCSettings to shared (#22483)Stephen Toub8-116/+113
2019-02-08Pass official build id to build (#22468)Sven Boemer1-3/+8
2019-02-08Update CoreRT with shared array implementationJan Kotas1-29/+36
2019-02-08Update BuildTools, CoreFx, CoreSetup to preview1-03706-01, preview.19106.8, p...dotnet-maestro-bot2-5/+179
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 Rozenfeld3-0/+153
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-07Disable more baseservices/threading/interlocked tests on Ubuntu.Arm64 (#22471)Egor Chesakov1-0/+12
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 Kaya33-85/+394
2019-02-07Fix GCSample bit rot (#22462)Jan Kotas6-19/+35