summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-04Allow extra path separators in the startup hook variableVitek Karas1-1/+1
2019-04-03Nullable: shared/System/Security (#23623)Krzysztof Wicher22-87/+123
2019-04-03Add CPU runtime counter (#23680)Sung Yoon Whang7-1/+107
2019-04-03Nullable: Streams (#23703)Stephen Toub15-75/+101
2019-04-03Fix resource loading (#23714)David Wrighton1-6/+0
2019-04-03Move null check into separate method to prevent unnecessary conversion of nul...Filip Navara1-1/+7
2019-04-03Nullable: System.Threading.Tasks (#23691)Stephen Toub33-590/+616
2019-04-03Fix GitHub23672 (#23674)Fei Peng1-2/+0
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton110-3918/+473
2019-04-03Avoid global allocvitek-karas1-11/+10
2019-04-03Implement checking for simple assembly names in startuphook.vitek-karas2-8/+56
2019-04-03Add support for specifying only assembly name for startup hook.Vitek Karas1-16/+37
2019-04-03Fix Arm64 intrinsic lookup (#23673)Carol Eidt2-1/+19
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky5-28/+88
2019-04-03Merge pull request #23671 from BruceForstall/ImproveJitFunctionTraceOutputBruce Forstall1-2/+2
2019-04-03Fix flipped error codesJan Vorlicek1-2/+2
2019-04-03Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusivelyJan Vorlicek7-93/+173
2019-04-03Reflect PR feedbackJan Vorlicek12-69/+95
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek13-502/+703
2019-04-03Fix typo in zapimage.cpp (#23698)Egor Chesakov1-1/+1
2019-04-03Nullable: All remaining exceptions (#23676)Santiago Fernandez Madero36-129/+139
2019-04-03Merge pull request #23553 from janvorli/fix-accidental-non-collectible-alc-un...Jan Vorlicek2-43/+29
2019-04-03Merge pull request #23670 from BruceForstall/FixArmAltjitAsmDiffsBruce Forstall1-2/+1
2019-04-03Emit event for calls to ReadyToRunInfo::GetEntryPoint. (#23662)Brian Robbins4-8/+71
2019-04-03[Preview 4] Disable tier 0 JIT (quick JIT) by default, rename config option (...Koundinya Veluri7-49/+54
2019-04-03Nullable: ReaderWriterLockSlim (#23657)Stephen Toub6-46/+47
2019-04-03Treat WinMDs as having been loaded in the default ALC for AssemblyLoadContext...Jeremy Koritzinsky1-0/+7
2019-04-02Avoid unnecessary SetLastError on PInvokes (dotnet/corefx#36544)Jan Kotas4-7/+20
2019-04-02Updating the HWIntrinsic x86 codegen to handle indir nodes. (#23629)Tanner Gooding2-85/+130
2019-04-02Change tests to not modify Core_Root (#23470)Jeremy Koritzinsky3-34/+100
2019-04-02Fix spill check for struct lclVars (#23570)Carol Eidt1-4/+29
2019-04-02Improve COMPlus_JitFunctionTraceBruce Forstall1-2/+2
2019-04-02Fix arm altjit asm diffsBruce Forstall1-2/+1
2019-04-03Merge pull request #23521 from k15tfu/fix-issue-20784Jan Vorlicek3-0/+0
2019-04-02Nullable: System.Threading (#23663)Stephen Toub38-133/+155
2019-04-02Nullable: Interlocked, Volatile (#23655)Stephen Toub3-16/+18
2019-04-02Nullable: Overlapped and friends (#23656)Stephen Toub6-39/+44
2019-04-02Output error messages to stderr. This provides a better integration with the ...Fadi Hanna1-17/+17
2019-04-02Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero123-2354/+4628
2019-04-02Nullable: System.Enumbuyaa-n2-58/+56
2019-04-02Nullable: globalization remainder (#23526)Krzysztof Wicher50-439/+470
2019-04-02JIT: prolog zeroing accounting changes (#23498)Andy Ayers1-13/+42
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero21-386/+499
2019-04-02Nullable: System.Buffers (#23619)Stephen Toub66-31/+104
2019-04-02Move C/C++ and platform headers to pal/inc/rt/cpp folderIlia K3-0/+0
2019-04-01Nullable: AsyncLocal (#23618)Stephen Toub6-58/+59
2019-04-01Nullable: WaitHandles (#23604)Stephen Toub15-58/+70
2019-04-01Nullable: SemaphoreSlim (#23628)Stephen Toub1-26/+27
2019-04-01Nullable: ExecutionContext (#23611)Stephen Toub4-39/+48
2019-04-01Fix build break due to nullable PR conflicts (#23641)Stephen Toub2-3/+3